|
BLPAPI C++
3.25.1
|
Provide a representation of a list of topics. More...
#include <blpapi_types.h>#include <blpapi_correlationid.h>#include <blpapi_defs.h>#include <blpapi_element.h>#include <blpapi_name.h>#include <blpapi_message.h>#include <blpapi_resolutionlist.h>#include <blpapi_exception.h>Go to the source code of this file.
Classes | |
| class | TopicList |
Namespaces | |
| BloombergLP | |
| BloombergLP::blpapi | |
Typedefs | |
| typedef struct blpapi_TopicList | blpapi_TopicList_t |
Functions | |
| blpapi_TopicList_t * | blpapi_TopicList_create (blpapi_TopicList_t *from) |
| void | blpapi_TopicList_destroy (blpapi_TopicList_t *list) |
| int | blpapi_TopicList_add (blpapi_TopicList_t *list, const char *topic, const blpapi_CorrelationId_t *correlationId) |
| int | blpapi_TopicList_addFromMessage (blpapi_TopicList_t *list, const blpapi_Message_t *topic, const blpapi_CorrelationId_t *correlationId) |
| int | blpapi_TopicList_correlationIdAt (const blpapi_TopicList_t *list, blpapi_CorrelationId_t *result, size_t index) |
| int | blpapi_TopicList_topicString (const blpapi_TopicList_t *list, const char **topic, const blpapi_CorrelationId_t *id) |
| int | blpapi_TopicList_topicStringAt (const blpapi_TopicList_t *list, const char **topic, size_t index) |
| int | blpapi_TopicList_status (const blpapi_TopicList_t *list, int *status, const blpapi_CorrelationId_t *id) |
| int | blpapi_TopicList_statusAt (const blpapi_TopicList_t *list, int *status, size_t index) |
| int | blpapi_TopicList_message (const blpapi_TopicList_t *list, blpapi_Message_t **element, const blpapi_CorrelationId_t *id) |
| int | blpapi_TopicList_messageAt (const blpapi_TopicList_t *list, blpapi_Message_t **element, size_t index) |
| int | blpapi_TopicList_size (const blpapi_TopicList_t *list) |
Provide a representation of a list of topics.
| typedef struct blpapi_TopicList blpapi_TopicList_t |
| int blpapi_TopicList_add | ( | blpapi_TopicList_t * | list, |
| const char * | topic, | ||
| const blpapi_CorrelationId_t * | correlationId | ||
| ) |
| int blpapi_TopicList_addFromMessage | ( | blpapi_TopicList_t * | list, |
| const blpapi_Message_t * | topic, | ||
| const blpapi_CorrelationId_t * | correlationId | ||
| ) |
| int blpapi_TopicList_correlationIdAt | ( | const blpapi_TopicList_t * | list, |
| blpapi_CorrelationId_t * | result, | ||
| size_t | index | ||
| ) |
| blpapi_TopicList_t* blpapi_TopicList_create | ( | blpapi_TopicList_t * | from | ) |
| void blpapi_TopicList_destroy | ( | blpapi_TopicList_t * | list | ) |
| int blpapi_TopicList_message | ( | const blpapi_TopicList_t * | list, |
| blpapi_Message_t ** | element, | ||
| const blpapi_CorrelationId_t * | id | ||
| ) |
| int blpapi_TopicList_messageAt | ( | const blpapi_TopicList_t * | list, |
| blpapi_Message_t ** | element, | ||
| size_t | index | ||
| ) |
| int blpapi_TopicList_size | ( | const blpapi_TopicList_t * | list | ) |
| int blpapi_TopicList_status | ( | const blpapi_TopicList_t * | list, |
| int * | status, | ||
| const blpapi_CorrelationId_t * | id | ||
| ) |
| int blpapi_TopicList_statusAt | ( | const blpapi_TopicList_t * | list, |
| int * | status, | ||
| size_t | index | ||
| ) |
| int blpapi_TopicList_topicString | ( | const blpapi_TopicList_t * | list, |
| const char ** | topic, | ||
| const blpapi_CorrelationId_t * | id | ||
| ) |
| int blpapi_TopicList_topicStringAt | ( | const blpapi_TopicList_t * | list, |
| const char ** | topic, | ||
| size_t | index | ||
| ) |