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

PIT iterator. More...

#include <pit-iterator.hpp>

Public Types

using iterator_category = std::forward_iterator_tag
 
using value_type = const Entry
 
using difference_type = std::ptrdiff_t
 
using pointer = value_type *
 
using reference = value_type &
 

Public Member Functions

 Iterator (const NameTree::const_iterator &ntIt=NameTree::const_iterator(), size_t iPitEntry=0)
 constructor More...
 
const Entryoperator* () const
 
const shared_ptr< Entry > & operator-> () const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
bool operator== (const Iterator &other) const
 
bool operator!= (const Iterator &other) const
 

Detailed Description

PIT iterator.

Definition at line 37 of file pit-iterator.hpp.

Member Typedef Documentation

◆ iterator_category

using nfd::pit::Iterator::iterator_category = std::forward_iterator_tag

Definition at line 40 of file pit-iterator.hpp.

◆ value_type

Definition at line 41 of file pit-iterator.hpp.

◆ difference_type

using nfd::pit::Iterator::difference_type = std::ptrdiff_t

Definition at line 42 of file pit-iterator.hpp.

◆ pointer

Definition at line 43 of file pit-iterator.hpp.

◆ reference

Definition at line 44 of file pit-iterator.hpp.

Constructor & Destructor Documentation

◆ Iterator()

nfd::pit::Iterator::Iterator ( const NameTree::const_iterator ntIt = NameTree::const_iterator(),
size_t  iPitEntry = 0 
)
explicit

constructor

Parameters
ntIta name tree iterator that visits name tree entries with one or more PIT entries
iPitEntrymake this iterator to dereference to the i-th PIT entry in name tree entry

Definition at line 35 of file pit-iterator.cpp.

Member Function Documentation

◆ operator*()

const Entry& nfd::pit::Iterator::operator* ( ) const
inline

Definition at line 54 of file pit-iterator.hpp.

References operator->().

◆ operator->()

const shared_ptr<Entry>& nfd::pit::Iterator::operator-> ( ) const
inline

◆ operator++() [1/2]

Iterator & nfd::pit::Iterator::operator++ ( )

◆ operator++() [2/2]

Iterator nfd::pit::Iterator::operator++ ( int  )

Definition at line 57 of file pit-iterator.cpp.

References operator++().

◆ operator==()

bool nfd::pit::Iterator::operator== ( const Iterator other) const
inline

Definition at line 74 of file pit-iterator.hpp.

Referenced by operator!=().

◆ operator!=()

bool nfd::pit::Iterator::operator!= ( const Iterator other) const
inline

Definition at line 80 of file pit-iterator.hpp.

References operator==().


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