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::Cs::const_iterator Class Reference

#include <cs.hpp>

Inheritance diagram for nfd::Cs::const_iterator:
Collaboration diagram for nfd::Cs::const_iterator:

Public Member Functions

 const_iterator ()=default
 
 const_iterator (SkipListLayer::const_iterator it)
 
 ~const_iterator ()
 
reference operator* () const
 
pointer operator-> () 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 174 of file cs.hpp.

Constructor & Destructor Documentation

nfd::Cs::const_iterator::const_iterator ( )
default
nfd::Cs::const_iterator::const_iterator ( SkipListLayer::const_iterator  it)
inline

Definition at line 297 of file cs.hpp.

nfd::Cs::const_iterator::~const_iterator ( )
inline

Definition at line 303 of file cs.hpp.

Member Function Documentation

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

Definition at line 341 of file cs.hpp.

Cs::const_iterator::reference nfd::Cs::const_iterator::operator* ( ) const
inline

Definition at line 323 of file cs.hpp.

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

Definition at line 308 of file cs.hpp.

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

Definition at line 315 of file cs.hpp.

Cs::const_iterator::pointer nfd::Cs::const_iterator::operator-> ( ) const
inline

Definition at line 329 of file cs.hpp.

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

Definition at line 335 of file cs.hpp.


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