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

#include <PLLSCommon.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 64 of file PLLSCommon.h.

Constructor & Destructor Documentation

TreeNode::TreeNode ( )
inline

Definition at line 70 of file PLLSCommon.h.

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

Definition at line 76 of file PLLSCommon.h.

TreeNode::~TreeNode ( )
inline

Definition at line 92 of file PLLSCommon.h.

Member Function Documentation

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

Definition at line 87 of file PLLSCommon.h.

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

Definition at line 82 of file PLLSCommon.h.

Member Data Documentation

std::string TreeNode::addr

Definition at line 66 of file PLLSCommon.h.

Referenced by operator<(), operator==(), and PortsLoadLS::printTreeNode().

unsigned short TreeNode::metric

Definition at line 67 of file PLLSCommon.h.

Referenced by PortsLoadLS::printTreeNode().


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