OverSim
TreeManagement.h File Reference
#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

Detailed Description

Author
Daniel Lienert

Definition in file TreeManagement.h.

Macro Definition Documentation

#define MAXTREELEVEL   25

Definition at line 28 of file TreeManagement.h.

Referenced by TreeManagement::finishTreeManagement(), and TreeManagement::init().

Typedef Documentation

Definition at line 50 of file TreeManagement.h.