|
| MinhcastMessage (std::string topic, solanet::UUID message_id, std::tuple< solanet::UUID, minhcast::LevelNumber > initial_node, std::tuple< solanet::UUID, minhcast::LevelNumber > last_node, std::string content, uint32_t round, ForwardingLimit forwarding_limit, bool inner=false) |
|
std::string | getTopic () const |
|
solanet::UUID | getMessageID () const |
|
solanet::UUID | getInitialNodeUUID () const |
|
solanet::UUID | getLastNodeUUID () const |
|
minhcast::LevelNumber | getInitialNodePos () const |
|
minhcast::LevelNumber | getLastNodePos () const |
|
std::string | getContent () const |
|
uint32_t | getRound () const |
|
bool | isInnerForward () const |
|
ForwardingLimit | getForwardingLimit () const |
|
| SERIALIZE (topic_, message_id_, initial_node_, last_node_, content_, round_, forwarding_limit_, inner_) |
|
The documentation for this class was generated from the following file: