NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: 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 105 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 185 of file strategy-choice.hpp.

◆ ~const_iterator()

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

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

Member Function Documentation

◆ operator*()

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

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

◆ operator->()

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

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

◆ operator++() [1/2]

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

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

◆ operator++() [2/2]

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

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

◆ operator==()

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

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

◆ operator!=()

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

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


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