#include <source/ariba/overlay/modules/onehop/messages/NodeListingReply.h>
Public Types | |
typedef pair< NodeID, EndpointDescriptor * > | NodeEndpoint |
typedef vector< NodeEndpoint > | NodeEndpointList |
Public Member Functions | |
NodeListingReply () | |
virtual | ~NodeListingReply () |
void | add (const NodeID &node, EndpointDescriptor *endp) |
const NodeEndpointList & | getList () |
Private Attributes | |
VSERIALIZEABLE | |
NodeEndpointList | descriptors |
Definition at line 60 of file NodeListingReply.h.
Definition at line 66 of file NodeListingReply.h.
typedef vector<NodeEndpoint> ariba::overlay::NodeListingReply::NodeEndpointList |
Definition at line 67 of file NodeListingReply.h.
ariba::overlay::NodeListingReply::NodeListingReply | ( | ) |
Definition at line 46 of file NodeListingReply.cpp.
ariba::overlay::NodeListingReply::~NodeListingReply | ( | ) | [virtual] |
Definition at line 49 of file NodeListingReply.cpp.
void ariba::overlay::NodeListingReply::add | ( | const NodeID & | node, | |
EndpointDescriptor * | endp | |||
) |
Definition at line 52 of file NodeListingReply.cpp.
References descriptors.
Referenced by ariba::overlay::OneHop::onMessage().
const NodeListingReply::NodeEndpointList & ariba::overlay::NodeListingReply::getList | ( | ) |
Definition at line 56 of file NodeListingReply.cpp.
References descriptors.
Referenced by ariba::overlay::OneHop::onMessage().
Definition at line 61 of file NodeListingReply.h.