A signature for callback on print and default C++ implementation. More...
Go to the source code of this file.
Classes | |
struct | blpapi::StreamProxyOstream |
Namespaces | |
namespace | blpapi |
Typedefs | |
typedef int(* | blpapi_StreamWriter_t )(const char *data, int length, void *stream) |
Functions | |
int | blpapi::OstreamWriter (const char *data, int length, void *stream) |
A signature for callback on print and default C++ implementation.
typedef int(* blpapi_StreamWriter_t)(const char *data, int length, void *stream) |