m2etis  0.4
m2etis::message::DirectBroadcastRoutingInfo< NetworkType > Class Template Reference

#include <DirectBroadcastRoutingInfo.h>

Inheritance diagram for m2etis::message::DirectBroadcastRoutingInfo< NetworkType >:
Inheritance graph

Public Types

typedef boost::shared_ptr< DirectBroadcastRoutingInfo< NetworkType > > Ptr
 
- Public Types inherited from m2etis::message::RoutingInfo< NetworkType >
enum  RoutingType : uint8_t { RoutingType::NONE, RoutingType::ACK, RoutingType::REDIRECT, RoutingType::STOP }
 
typedef boost::shared_ptr< RoutingInfo< NetworkType > > Ptr
 

Static Public Member Functions

static bool doSerialize (ActionType t)
 

Public Attributes

std::set< typename NetworkType::Key > _nodes
 
- Public Attributes inherited from m2etis::message::RoutingInfo< NetworkType >
RoutingType action
 

Friends

class boost::serialization::access
 

Additional Inherited Members

- Public Member Functions inherited from m2etis::message::RoutingInfo< NetworkType >
 RoutingInfo ()
 
virtual ~RoutingInfo ()
 

Detailed Description

template<class NetworkType>
class m2etis::message::DirectBroadcastRoutingInfo< NetworkType >

Definition at line 34 of file DirectBroadcastRoutingInfo.h.

Member Typedef Documentation

template<class NetworkType >
typedef boost::shared_ptr<DirectBroadcastRoutingInfo<NetworkType> > m2etis::message::DirectBroadcastRoutingInfo< NetworkType >::Ptr

Definition at line 36 of file DirectBroadcastRoutingInfo.h.

Member Function Documentation

template<class NetworkType >
static bool m2etis::message::DirectBroadcastRoutingInfo< NetworkType >::doSerialize ( ActionType  t)
inlinestatic

Definition at line 38 of file DirectBroadcastRoutingInfo.h.

Friends And Related Function Documentation

template<class NetworkType >
friend class boost::serialization::access
friend

Definition at line 50 of file DirectBroadcastRoutingInfo.h.

Member Data Documentation

template<class NetworkType >
std::set<typename NetworkType::Key> m2etis::message::DirectBroadcastRoutingInfo< NetworkType >::_nodes

Definition at line 47 of file DirectBroadcastRoutingInfo.h.


The documentation for this class was generated from the following file: