#include <LinearIdTrait.h>
Public Types | |
typedef std::string | IdType |
Static Public Member Functions | |
static bool | eq (const std::string &id1, const std::string &id2) |
need the comparisons for msg matching and map | |
static bool | lt (const std::string &id1, const std::string &id2) |
static bool | match (const std::string id1, const std::string id2) |
static std::string | idToString (const std::string &id) |
static int | size (const std::string &id2) |
static int | marshal (ACE_OutputCDR &cdr, const std::string &id) |
Id marshalling code; CDR... | |
static int | demarshal (ACE_InputCDR &cdr, std::string &id) |
Static Public Attributes | |
static std::string | CHANNEL_CONN_MSG |
define system msgs | |
static std::string | CHANNEL_DISCONN_MSG |
static std::string | INIT_SUBSCRIPTION_INFO_MSG |
static std::string | INIT_PUBLICATION_INFO_MSG |
static std::string | SUBSCRIPTION_INFO_MSG |
static std::string | UNSUBSCRIPTION_INFO_MSG |
static std::string | PUBLICATION_INFO_MSG |
static std::string | UNPUBLICATION_INFO_MSG |
Definition at line 92 of file LinearIdTrait.h.
|
Definition at line 105 of file LinearIdTrait.h. |
|
Definition at line 134 of file LinearIdTrait.h. |
|
need the comparisons for msg matching and map
Definition at line 108 of file LinearIdTrait.h. |
|
Definition at line 118 of file LinearIdTrait.h. |
|
Definition at line 110 of file LinearIdTrait.h. |
|
Id marshalling code; CDR...
Definition at line 127 of file LinearIdTrait.h. |
|
Definition at line 115 of file LinearIdTrait.h. |
|
Definition at line 122 of file LinearIdTrait.h. |
|
define system msgs
Definition at line 96 of file LinearIdTrait.h. |
|
Definition at line 97 of file LinearIdTrait.h. |
|
Definition at line 99 of file LinearIdTrait.h. |
|
Definition at line 98 of file LinearIdTrait.h. |
|
Definition at line 102 of file LinearIdTrait.h. |
|
Definition at line 100 of file LinearIdTrait.h. |
|
Definition at line 103 of file LinearIdTrait.h. |
|
Definition at line 101 of file LinearIdTrait.h. |