BLPAPI C++  3.24.5
blpapi_streamproxy.h File Reference

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)
 

Detailed Description

A signature for callback on print and default C++ implementation.

Typedef Documentation

◆ blpapi_StreamWriter_t

typedef int(* blpapi_StreamWriter_t) (const char *data, int length, void *stream)