#include <ProphetNode.h>
Inheritance diagram for dtn::RIBNode:
Definition at line 148 of file ProphetNode.h.
Public Member Functions | |
RIBNode (ProphetNode *node, u_int16_t sid) | |
RIBNode (u_int16_t sid=0) | |
RIBNode (const RIBNode &a) | |
virtual | ~RIBNode () |
RIBNode & | operator= (const RIBNode &a) |
void | dump (oasys::StringBuffer *buf) |
Public Attributes | |
u_int16_t | sid_ |
dtn::RIBNode::RIBNode | ( | ProphetNode * | node, | |
u_int16_t | sid | |||
) | [inline] |
Definition at line 151 of file ProphetNode.h.
dtn::RIBNode::RIBNode | ( | u_int16_t | sid = 0 |
) | [inline] |
Definition at line 154 of file ProphetNode.h.
dtn::RIBNode::RIBNode | ( | const RIBNode & | a | ) | [inline] |
Definition at line 157 of file ProphetNode.h.
virtual dtn::RIBNode::~RIBNode | ( | ) | [inline, virtual] |
Definition at line 160 of file ProphetNode.h.
void dtn::RIBNode::dump | ( | oasys::StringBuffer * | buf | ) |
Reimplemented from dtn::ProphetNode.
Definition at line 44 of file ProphetNode.cc.
References oasys::StringBuffer::appendf(), dump(), and sid_.
u_int16_t dtn::RIBNode::sid_ |
Definition at line 168 of file ProphetNode.h.
Referenced by dtn::RIBTLV::deserialize(), dump(), operator=(), and dtn::RIBTLV::serialize().