BLPAPI C++
3.24.4
|
A signature for callback on print and default C++ implementation. More...
#include <cassert>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | StreamProxyOstream |
Namespaces | |
BloombergLP | |
BloombergLP::blpapi | |
Typedefs | |
typedef int(* | blpapi_StreamWriter_t) (const char *data, int length, void *stream) |
Functions | |
int | 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) |