TopicUtils Member List
This is the complete list of members for TopicUtils, including all inherited members.
AsValidTopic(const std::string &_topic) | TopicUtils | static |
CreateLivelinessToken(const std::string &_fullyQualifiedTopic, const std::string &_pUuid, const std::string &_nUuid, const std::string &_entityType, const std::string &_typeName) | TopicUtils | static |
CreateLivelinessToken(const std::string &_fullyQualifiedTopic, const std::string &_pUuid, const std::string &_nUuid, const std::string &_entityType, const std::string &_reqTypeName, const std::string &_repTypeName) | TopicUtils | static |
CreateLivelinessTokenHelper(const std::string &_fullyQualifiedTopic, const std::string &_pUuid, const std::string &_nUuid, const std::string &_entityType) | TopicUtils | static |
DecomposeFullyQualifiedTopic(const std::string &_fullyQualifiedName, std::string &_partition, std::string &_namespaceAndTopic) | TopicUtils | static |
DecomposeLivelinessToken(const std::string &_token, std::string &_prefix, std::string &_partition, std::string &_namespaceAndTopic, std::string &_pUUID, std::string &_nUUID, std::string &_entityType, std::string &_typeName) | TopicUtils | static |
DecomposeLivelinessToken(const std::string &_token, std::string &_prefix, std::string &_partition, std::string &_namespaceAndTopic, std::string &_pUUID, std::string &_nUUID, std::string &_entityType, std::string &_reqType, std::string &_repType) | TopicUtils | static |
DecomposeLivelinessTokenHelper(const std::string &_token, std::string &_prefix, std::string &_partition, std::string &_namespaceAndTopic, std::string &_pUUID, std::string &_nUUID, std::string &_entityType, std::string &_remainingToken) | TopicUtils | static |
DemangleName(const std::string &_input) | TopicUtils | static |
DemangleType(const std::string &_input, std::vector< std::string > &_output) | TopicUtils | static |
FullyQualifiedName(const std::string &_partition, const std::string &_ns, const std::string &_topic, std::string &_name) | TopicUtils | static |
IsValidNamespace(const std::string &_ns) | TopicUtils | static |
IsValidPartition(const std::string &_partition) | TopicUtils | static |
IsValidTopic(const std::string &_topic) | TopicUtils | static |
kMaxNameLength | TopicUtils | static |
kSlashReplacement | TopicUtils | static |
kTokenPrefix | TopicUtils | static |
kTokenSeparator | TopicUtils | static |
kTypeSeparator | TopicUtils | static |
MangleName(const std::string &_input) | TopicUtils | static |
MangleType(const std::vector< std::string > &_input, std::string &_output) | TopicUtils | static |