IBR-DTNSuite  0.10
dtn::routing::NeighborDataset Class Reference

#include <NeighborDataset.h>

Collaboration diagram for dtn::routing::NeighborDataset:
Collaboration graph

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::NumbergetId () const
 
NeighborDataSetImploperator* ()
 
const NeighborDataSetImploperator* () const
 

Detailed Description

Definition at line 28 of file NeighborDataset.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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().

Here is the call graph for this function:

bool dtn::routing::NeighborDataset::operator< ( const dtn::data::Number obj) const

Definition at line 55 of file NeighborDataset.cpp.

References getId().

Here is the call graph for this function:

bool dtn::routing::NeighborDataset::operator== ( const NeighborDataset obj) const

Definition at line 35 of file NeighborDataset.cpp.

References getId().

Here is the call graph for this function:

bool dtn::routing::NeighborDataset::operator== ( const dtn::data::Number obj) const

Definition at line 50 of file NeighborDataset.cpp.

References getId().

Here is the call graph for this function:

bool dtn::routing::NeighborDataset::operator> ( const NeighborDataset obj) const

Definition at line 45 of file NeighborDataset.cpp.

References getId().

Here is the call graph for this function:

bool dtn::routing::NeighborDataset::operator> ( const dtn::data::Number obj) const

Definition at line 60 of file NeighborDataset.cpp.

References getId().

Here is the call graph for this function:


The documentation for this class was generated from the following files: