|
OverSim
|
#include <map>#include <oversim_mapset.h>#include <NodeHandle.h>#include <GlobalNodeList.h>#include <OverlayKey.h>#include <NeighborCache.h>#include <TreeManagementMessage_m.h>Go to the source code of this file.
Classes | |
| struct | treeNodeEntry |
| class | TreeManagement |
Macros | |
| #define | MAXTREELEVEL 25 |
Typedefs | |
| typedef std::pair < TransportAddress, treeNodeEntry > | treeNodePair |
| typedef UNORDERED_MAP < TransportAddress, treeNodeEntry, TransportAddress::hashFcn > | treeNodeMap |
Definition in file TreeManagement.h.
| #define MAXTREELEVEL 25 |
Definition at line 28 of file TreeManagement.h.
Referenced by TreeManagement::finishTreeManagement(), and TreeManagement::init().
Definition at line 51 of file TreeManagement.h.
| typedef std::pair<TransportAddress, treeNodeEntry> treeNodePair |
Definition at line 50 of file TreeManagement.h.