BLPAPI C++
3.24.5
|
Provide representation of a Topic. More...
Go to the source code of this file.
Classes | |
class | Topic |
Namespaces | |
BloombergLP | |
BloombergLP::blpapi | |
Typedefs | |
typedef struct blpapi_Topic | blpapi_Topic_t |
Functions | |
blpapi_Topic_t * | blpapi_Topic_create (blpapi_Topic_t *from) |
void | blpapi_Topic_destroy (blpapi_Topic_t *victim) |
int | blpapi_Topic_compare (const blpapi_Topic_t *lhs, const blpapi_Topic_t *rhs) |
blpapi_Service_t * | blpapi_Topic_service (const blpapi_Topic_t *topic) |
int | blpapi_Topic_isActive (const blpapi_Topic_t *topic) |
bool | operator== (Topic const &lhs, Topic const &rhs) |
bool | operator!= (Topic const &lhs, Topic const &rhs) |
bool | operator< (Topic const &lhs, Topic const &rhs) |
Provide representation of a Topic.
typedef struct blpapi_Topic blpapi_Topic_t |
int blpapi_Topic_compare | ( | const blpapi_Topic_t * | lhs, |
const blpapi_Topic_t * | rhs | ||
) |
blpapi_Topic_t* blpapi_Topic_create | ( | blpapi_Topic_t * | from | ) |
void blpapi_Topic_destroy | ( | blpapi_Topic_t * | victim | ) |
int blpapi_Topic_isActive | ( | const blpapi_Topic_t * | topic | ) |
blpapi_Service_t* blpapi_Topic_service | ( | const blpapi_Topic_t * | topic | ) |