hmbdc
simplify-high-performance-messaging-programming
|
topic as in the publish / subscribe communication paradigm More...
#include <Topic.hpp>
Public Member Functions | |
Topic () | |
construct an empty topic | |
Topic (char const *t) | |
ctor from a char* string More... | |
Topic (std::string t) | |
ctor from a std string More... | |
topic as in the publish / subscribe communication paradigm
recommended allowed letters are [a-z] [A-Z] [0-9] and / it has a length limit of 64 char
|
inline |
ctor from a char* string
truncated to be 64 char
t | topic string limited to 64 char |
|
inline |
ctor from a std string
truncated to be 64 char
t | topic string limited to 64 char |