NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
nfd::Pit::const_iterator Class Reference

#include <pit.hpp>

Inheritance diagram for nfd::Pit::const_iterator:
Collaboration diagram for nfd::Pit::const_iterator:

Public Member Functions

 const_iterator ()
 
 const_iterator (const NameTree::const_iterator &it)
 
 ~const_iterator ()
 
const pit::Entryoperator* () const
 
shared_ptr< pit::Entryoperator-> () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 

Detailed Description

Definition at line 104 of file pit.hpp.

Constructor & Destructor Documentation

§ const_iterator() [1/2]

nfd::Pit::const_iterator::const_iterator ( )
inline

Definition at line 184 of file pit.hpp.

§ const_iterator() [2/2]

nfd::Pit::const_iterator::const_iterator ( const NameTree::const_iterator it)
inlineexplicit

Definition at line 190 of file pit.hpp.

§ ~const_iterator()

nfd::Pit::const_iterator::~const_iterator ( )
inline

Definition at line 197 of file pit.hpp.

Member Function Documentation

§ operator*()

const pit::Entry & nfd::Pit::const_iterator::operator* ( ) const
inline

Definition at line 223 of file pit.hpp.

References operator->().

§ operator->()

shared_ptr< pit::Entry > nfd::Pit::const_iterator::operator-> ( ) const
inline

Definition at line 229 of file pit.hpp.

Referenced by operator*().

§ operator++() [1/2]

Pit::const_iterator & nfd::Pit::const_iterator::operator++ ( )
inline

Definition at line 210 of file pit.hpp.

References nfd::Pit::size().

§ operator++() [2/2]

Pit::const_iterator nfd::Pit::const_iterator::operator++ ( int  )
inline

Definition at line 202 of file pit.hpp.

§ operator==()

bool nfd::Pit::const_iterator::operator== ( const const_iterator other) const
inline

Definition at line 235 of file pit.hpp.

§ operator!=()

bool nfd::Pit::const_iterator::operator!= ( const const_iterator other) const
inline

Definition at line 242 of file pit.hpp.


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