forest-net
an overlay networks for large-scale virtual worlds
|
comtree link information comtree table entry More...
#include <ComtreeTable.h>
Public Member Functions | |
ClnkInfo () | |
Constructor for ClnkInfo objects. More... | |
~ClnkInfo () | |
Destructor for ClnkInfo objects. More... | |
string | toString () const |
Create a string representation of a ClnkInfo object. More... | |
Public Attributes | |
fAdr_t | dest |
if non-zero, allowed dest address | |
int | qnum |
queue number used by comtree | |
RateSpec | rates |
rate spec for link (up=in,down=out) | |
Friends | |
ostream & | operator<< (ostream &out, const ClnkInfo &cli) |
comtree link information comtree table entry
Definition at line 39 of file ComtreeTable.h.
|
inline |
Constructor for ClnkInfo objects.
Definition at line 142 of file ComtreeTable.h.
|
inline |
Destructor for ClnkInfo objects.
Definition at line 147 of file ComtreeTable.h.
|
inline |
Create a string representation of a ClnkInfo object.
The route set is not included in the string, but its size is.
Definition at line 153 of file ComtreeTable.h.