NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 99 of file pit.hpp.

Constructor & Destructor Documentation

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

Definition at line 155 of file pit.hpp.

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

Definition at line 161 of file pit.hpp.

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

Definition at line 168 of file pit.hpp.

Member Function Documentation

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

Definition at line 213 of file pit.hpp.

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

Definition at line 194 of file pit.hpp.

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

Definition at line 181 of file pit.hpp.

References nfd::Pit::size().

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

Definition at line 173 of file pit.hpp.

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

Definition at line 200 of file pit.hpp.

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

Definition at line 206 of file pit.hpp.


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