IBR-DTNSuite
0.12
|
#include <NeighborDataset.h>
Public Member Functions | |
NeighborDataset (const dtn::data::Number &id) | |
NeighborDataset (NeighborDataSetImpl *impl) | |
~NeighborDataset () | |
bool | operator== (const NeighborDataset &) const |
bool | operator< (const NeighborDataset &) const |
bool | operator> (const NeighborDataset &) const |
bool | operator== (const dtn::data::Number &) const |
bool | operator< (const dtn::data::Number &) const |
bool | operator> (const dtn::data::Number &) const |
const dtn::data::Number & | getId () const |
NeighborDataSetImpl & | operator* () |
const NeighborDataSetImpl & | operator* () const |
Definition at line 28 of file NeighborDataset.h.
dtn::routing::NeighborDataset::NeighborDataset | ( | const dtn::data::Number & | id) |
Definition at line 23 of file NeighborDataset.cpp.
dtn::routing::NeighborDataset::NeighborDataset | ( | NeighborDataSetImpl * | impl) |
Definition at line 28 of file NeighborDataset.cpp.
dtn::routing::NeighborDataset::~NeighborDataset | ( | ) |
Definition at line 32 of file NeighborDataset.cpp.
const dtn::data::Number & dtn::routing::NeighborDataset::getId | ( | ) | const |
Definition at line 65 of file NeighborDataset.cpp.
Referenced by operator<(), operator==(), and operator>().
NeighborDataSetImpl & dtn::routing::NeighborDataset::operator* | ( | ) |
Definition at line 70 of file NeighborDataset.cpp.
const NeighborDataSetImpl & dtn::routing::NeighborDataset::operator* | ( | ) | const |
Definition at line 75 of file NeighborDataset.cpp.
bool dtn::routing::NeighborDataset::operator< | ( | const NeighborDataset & | obj) | const |
Definition at line 40 of file NeighborDataset.cpp.
References getId().
bool dtn::routing::NeighborDataset::operator< | ( | const dtn::data::Number & | obj) | const |
Definition at line 55 of file NeighborDataset.cpp.
References getId().
bool dtn::routing::NeighborDataset::operator== | ( | const NeighborDataset & | obj) | const |
Definition at line 35 of file NeighborDataset.cpp.
References getId().
bool dtn::routing::NeighborDataset::operator== | ( | const dtn::data::Number & | obj) | const |
Definition at line 50 of file NeighborDataset.cpp.
References getId().
bool dtn::routing::NeighborDataset::operator> | ( | const NeighborDataset & | obj) | const |
Definition at line 45 of file NeighborDataset.cpp.
References getId().
bool dtn::routing::NeighborDataset::operator> | ( | const dtn::data::Number & | obj) | const |
Definition at line 60 of file NeighborDataset.cpp.
References getId().