|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#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 |
Definition at line 64 of file PLLSCommon.h.
|
inline |
Definition at line 70 of file PLLSCommon.h.
|
inline |
Definition at line 76 of file PLLSCommon.h.
|
inline |
Definition at line 92 of file PLLSCommon.h.
|
inline |
Definition at line 87 of file PLLSCommon.h.
|
inline |
Definition at line 82 of file PLLSCommon.h.
| std::string TreeNode::addr |
Definition at line 66 of file PLLSCommon.h.
Referenced by operator<(), operator==(), and PortsLoadLS::printTreeNode().
| std::set<TreeNode*> TreeNode::chl |
Definition at line 68 of file PLLSCommon.h.
Referenced by PortsLoadLS::addRecursive(), PortsLoadLS::constructTree(), PortsLoadLS::finish(), PortsLoadLS::getAll(), PortsLoadLS::getChanges(), and PortsLoadLS::printTreeNode().
| unsigned short TreeNode::metric |
Definition at line 67 of file PLLSCommon.h.
Referenced by PortsLoadLS::printTreeNode().