#include <set>#include <vector>#include <map>#include <sstream>#include <omnetpp.h>#include <NodeHandle.h>#include <InitStages.h>#include <BinaryValue.h>#include <CommonMessages_m.h>Go to the source code of this file.
Classes | |
| struct | DhtDataEntry |
| DHT data storage module. More... | |
| class | DHTDataStorage |
Typedefs | |
| typedef std::vector< std::pair < OverlayKey, DhtDataEntry > > | DhtDataVector |
| typedef std::vector< DhtDumpEntry > | DhtDumpVector |
| typedef std::multimap < OverlayKey, DhtDataEntry > | DhtDataMap |
Definition in file DHTDataStorage.h.
| typedef std::multimap<OverlayKey, DhtDataEntry> DhtDataMap |
Definition at line 64 of file DHTDataStorage.h.
| typedef std::vector<std::pair<OverlayKey, DhtDataEntry> > DhtDataVector |
Definition at line 62 of file DHTDataStorage.h.
| typedef std::vector<DhtDumpEntry> DhtDumpVector |
Definition at line 63 of file DHTDataStorage.h.
1.5.8