OverSim
|
#include <omnetpp.h>
#include <BaseApp.h>
#include <BootstrapNodeHandle.h>
#include <NodeVector.h>
#include <oversim_mapset.h>
Go to the source code of this file.
Classes | |
class | BootstrapList |
The BootstrapList module maintains a list of bootstrap node candidates. More... |
Typedefs | |
typedef std::pair < TransportAddress, BootstrapNodeHandle * > | NodePair |
typedef UNORDERED_MAP < TransportAddress, BootstrapNodeHandle *, TransportAddress::hashFcn > | BootstrapNodeSet |
Definition in file BootstrapList.h.
typedef UNORDERED_MAP<TransportAddress, BootstrapNodeHandle*, TransportAddress::hashFcn> BootstrapNodeSet |
Definition at line 40 of file BootstrapList.h.
typedef std::pair<TransportAddress, BootstrapNodeHandle*> NodePair |
Definition at line 35 of file BootstrapList.h.