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

#include <exclude.hpp>

Inheritance diagram for ndn::Exclude::const_iterator:
Collaboration diagram for ndn::Exclude::const_iterator:

Public Member Functions

 const_iterator ()=default
 
 const_iterator (ExcludeMap::const_reverse_iterator it, ExcludeMap::const_reverse_iterator rend)
 
const Rangeoperator* () const
 
const Rangeoperator-> () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
bool operator== (const const_iterator &other) const
 
bool operator!= (const const_iterator &other) const
 

Friends

class Exclude
 

Detailed Description

Definition at line 220 of file exclude.hpp.

Constructor & Destructor Documentation

ndn::Exclude::const_iterator::const_iterator ( )
default
ndn::Exclude::const_iterator::const_iterator ( ExcludeMap::const_reverse_iterator  it,
ExcludeMap::const_reverse_iterator  rend 
)

Definition at line 370 of file exclude.cpp.

Member Function Documentation

const Exclude::Range & ndn::Exclude::const_iterator::operator* ( ) const
inline

Definition at line 346 of file exclude.hpp.

const Exclude::Range * ndn::Exclude::const_iterator::operator-> ( ) const
inline

Definition at line 353 of file exclude.hpp.

Exclude::const_iterator & ndn::Exclude::const_iterator::operator++ ( )

Definition at line 379 of file exclude.cpp.

Referenced by operator++().

Exclude::const_iterator ndn::Exclude::const_iterator::operator++ ( int  )
bool ndn::Exclude::const_iterator::operator== ( const const_iterator other) const
inline

Definition at line 360 of file exclude.hpp.

bool ndn::Exclude::const_iterator::operator!= ( const const_iterator other) const
inline

Definition at line 366 of file exclude.hpp.

References ndn::Exclude::operator==().

Friends And Related Function Documentation

friend class Exclude
friend

Definition at line 253 of file exclude.hpp.


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