|
RINASim
October 2016
Documentation of framework for OMNeT++
|
#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 |
|
inline |
|
inline |
|
inline |
| std::string DMRnmsLS::TreeNode::addr |
Definition at line 68 of file LS.h.
Referenced by operator<(), and operator==().
| std::set<TreeNode*> DMRnmsLS::TreeNode::chl |
Definition at line 70 of file LS.h.
Referenced by DMRnmsLS::LS::addRecursive(), DMRnmsLS::LS::constructTree(), DMRnmsLS::LS::getAll(), and DMRnmsLS::LS::getChanges().