Classes | Namespaces | Typedefs | Functions

blpapi_correlationid.h File Reference

Provide a key to identify individual subscriptions or requests. More...

Go to the source code of this file.

Classes

union  blpapi_ManagedPtr_t_data_
struct  blpapi_ManagedPtr_t_
struct  blpapi_CorrelationId_t_
class  blpapi::CorrelationId

Namespaces

namespace  blpapi

Typedefs

typedef struct blpapi_ManagedPtr_t_ blpapi_ManagedPtr_t
typedef int(* blpapi_ManagedPtr_ManagerFunction_t )(blpapi_ManagedPtr_t *managedPtr, const blpapi_ManagedPtr_t *srcPtr, int operation)
typedef struct
blpapi_CorrelationId_t_ 
blpapi_CorrelationId_t

Functions

bool blpapi::operator== (const CorrelationId &lhs, const CorrelationId &rhs)
bool blpapi::operator!= (const CorrelationId &lhs, const CorrelationId &rhs)
bool blpapi::operator< (const CorrelationId &lhs, const CorrelationId &rhs)

Detailed Description

Provide a key to identify individual subscriptions or requests.


Typedef Documentation

typedef int(* blpapi_ManagedPtr_ManagerFunction_t)(blpapi_ManagedPtr_t *managedPtr, const blpapi_ManagedPtr_t *srcPtr, int operation)