nfd::pit::Iterator Class Reference

PIT iterator. More...

#include <pit-iterator.hpp>

Inheritance diagram for nfd::pit::Iterator:
Collaboration diagram for nfd::pit::Iterator:

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.

Constructor & Destructor Documentation

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 34 of file pit-iterator.cpp.

Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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