Classes | Namespaces | Typedefs | Functions

blpapi_streamproxy.h File Reference

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)

Detailed Description

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


Typedef Documentation

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