|
int | pLnk |
| parent link in comtree
|
|
int | pClnk |
| corresponding cLnk value
|
|
bool | coreFlag |
| true if this router is in core
|
|
HashMap< int, ClnkInfo,
Hash::s32 > * | clMap |
| maps link# to comtree link info
|
|
Dlist * | rtrLinks |
| comtree links to other routers
|
|
Dlist * | coreLinks |
| comtree links to core routers
|
|
|
ostream & | operator<< (ostream &out, const Entry &e) |
|
Definition at line 54 of file ComtreeTable.h.
forest::ComtreeTable::Entry::Entry |
( |
) | |
|
|
inline |
forest::ComtreeTable::Entry::~Entry |
( |
) | |
|
|
inline |
Assignment operator for Entry objects (copy version).
- Parameters
-
src | is the object to be copied to this object |
- Returns
- a reference to this object.
Definition at line 175 of file ComtreeTable.h.
Assignment operator for Entry objects (move version).
- Parameters
-
src | is the object to be copied to this object |
- Returns
- a reference to this object.
Definition at line 187 of file ComtreeTable.h.
string forest::ComtreeTable::Entry::toString |
( |
) | |
const |
|
inline |
Create a string representation of an Entry object.
Includes the core flag (leading asterisk if true), the parent link # and the list of links in the comtree.
- Returns
- the string
Definition at line 200 of file ComtreeTable.h.
The documentation for this struct was generated from the following file: