m2etis
0.4
|
#include <InternalMessage.h>
Public Member Functions | |
TreeHelper () | |
TreeHelper (uint16_t t, boost::shared_ptr< pubsub::filter::FilterExp< EventType >> p, typename NetworkType::Key r) | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
Public Attributes | |
uint16_t | topic |
boost::shared_ptr< pubsub::filter::FilterExp< EventType > > | predicates |
NetworkType::Key | root |
Friends | |
class | boost::serialization::access |
Definition at line 72 of file InternalMessage.h.
|
inline |
Definition at line 77 of file InternalMessage.h.
|
inline |
Definition at line 78 of file InternalMessage.h.
|
inline |
Definition at line 83 of file InternalMessage.h.
|
friend |
Definition at line 81 of file InternalMessage.h.
boost::shared_ptr<pubsub::filter::FilterExp<EventType> > m2etis::message::InternalMessage< NetworkType, ChannelType, EventType >::TreeHelper::predicates |
Definition at line 74 of file InternalMessage.h.
NetworkType::Key m2etis::message::InternalMessage< NetworkType, ChannelType, EventType >::TreeHelper::root |
Definition at line 75 of file InternalMessage.h.
uint16_t m2etis::message::InternalMessage< NetworkType, ChannelType, EventType >::TreeHelper::topic |
Definition at line 73 of file InternalMessage.h.