RINASim  October 2016
Documentation of framework for OMNeT++
DMRnmsLS::TreeNode Struct Reference

#include <LS.h>

Public Member Functions

 TreeNode ()
 
 TreeNode (const std::string &_addr, const unsigned short &_metric)
 
bool operator== (const TreeNode &b) const
 
bool operator< (const TreeNode &b) const
 
 ~TreeNode ()
 

Public Attributes

std::string addr
 
unsigned short metric
 
std::set< TreeNode * > chl
 

Detailed Description

Definition at line 67 of file LS.h.

Constructor & Destructor Documentation

DMRnmsLS::TreeNode::TreeNode ( )
inline

Definition at line 71 of file LS.h.

DMRnmsLS::TreeNode::TreeNode ( const std::string &  _addr,
const unsigned short &  _metric 
)
inline

Definition at line 73 of file LS.h.

DMRnmsLS::TreeNode::~TreeNode ( )
inline

Definition at line 79 of file LS.h.

Member Function Documentation

bool DMRnmsLS::TreeNode::operator< ( const TreeNode b) const
inline

Definition at line 77 of file LS.h.

bool DMRnmsLS::TreeNode::operator== ( const TreeNode b) const
inline

Definition at line 76 of file LS.h.

Member Data Documentation

std::string DMRnmsLS::TreeNode::addr

Definition at line 68 of file LS.h.

Referenced by operator<(), and operator==().

std::set<TreeNode*> DMRnmsLS::TreeNode::chl
unsigned short DMRnmsLS::TreeNode::metric

Definition at line 69 of file LS.h.


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