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

#include <fib.hpp>

Inheritance diagram for nfd::Fib::const_iterator:
Collaboration diagram for nfd::Fib::const_iterator:

Public Member Functions

 const_iterator ()=default
 
 const_iterator (const NameTree::const_iterator &it)
 
 ~const_iterator ()
 
const fib::Entryoperator* () const
 
shared_ptr< fib::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 113 of file fib.hpp.

Constructor & Destructor Documentation

§ const_iterator() [1/2]

nfd::Fib::const_iterator::const_iterator ( )
default

§ const_iterator() [2/2]

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

Definition at line 178 of file fib.hpp.

§ ~const_iterator()

nfd::Fib::const_iterator::~const_iterator ( )
inline

Definition at line 184 of file fib.hpp.

Member Function Documentation

§ operator*()

const fib::Entry & nfd::Fib::const_iterator::operator* ( ) const
inline

Definition at line 205 of file fib.hpp.

References operator->().

§ operator->()

shared_ptr< fib::Entry > nfd::Fib::const_iterator::operator-> ( ) const
inline

Definition at line 211 of file fib.hpp.

Referenced by operator*().

§ operator++() [1/2]

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

Definition at line 198 of file fib.hpp.

§ operator++() [2/2]

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

Definition at line 190 of file fib.hpp.

§ operator==()

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

Definition at line 217 of file fib.hpp.

§ operator!=()

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

Definition at line 223 of file fib.hpp.


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