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

#include <strategy-choice.hpp>

Inheritance diagram for nfd::StrategyChoice::const_iterator:
Collaboration diagram for nfd::StrategyChoice::const_iterator:

Public Member Functions

 const_iterator (const NameTree::const_iterator &it)
 
 ~const_iterator ()
 
const strategy_choice::Entryoperator* () const
 
shared_ptr< strategy_choice::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 107 of file strategy-choice.hpp.

Constructor & Destructor Documentation

§ const_iterator()

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

Definition at line 187 of file strategy-choice.hpp.

Referenced by nfd::StrategyChoice::end().

§ ~const_iterator()

nfd::StrategyChoice::const_iterator::~const_iterator ( )
inline

Definition at line 193 of file strategy-choice.hpp.

Member Function Documentation

§ operator*()

const strategy_choice::Entry & nfd::StrategyChoice::const_iterator::operator* ( ) const
inline

Definition at line 214 of file strategy-choice.hpp.

§ operator->()

shared_ptr< strategy_choice::Entry > nfd::StrategyChoice::const_iterator::operator-> ( ) const
inline

Definition at line 220 of file strategy-choice.hpp.

§ operator++() [1/2]

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

Definition at line 207 of file strategy-choice.hpp.

§ operator++() [2/2]

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

Definition at line 199 of file strategy-choice.hpp.

§ operator==()

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

Definition at line 226 of file strategy-choice.hpp.

§ operator!=()

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

Definition at line 232 of file strategy-choice.hpp.


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