PIT iterator.
More...
#include <daemon/table/pit-iterator.hpp>
PIT iterator.
Definition at line 37 of file pit-iterator.hpp.
| nfd::pit::Iterator::Iterator |
( |
const NameTree::const_iterator & |
ntIt = NameTree::const_iterator(), |
|
|
size_t |
iPitEntry = 0 |
|
) |
| |
|
explicit |
constructor
- Parameters
-
| ntIt | a name tree iterator that visits name tree entries with one or more PIT entries |
| iPitEntry | make this iterator to dereference to the i-th PIT entry in name tree entry |
Definition at line 34 of file pit-iterator.cpp.
| bool nfd::pit::Iterator::operator!= |
( |
const Iterator & |
other | ) |
const |
|
inline |
| const Entry& nfd::pit::Iterator::operator* |
( |
| ) |
const |
|
inline |
| Iterator & nfd::pit::Iterator::operator++ |
( |
| ) |
|
| Iterator nfd::pit::Iterator::operator++ |
( |
int |
| ) |
|
| const shared_ptr<Entry>& nfd::pit::Iterator::operator-> |
( |
| ) |
const |
|
inline |
| bool nfd::pit::Iterator::operator== |
( |
const Iterator & |
other | ) |
const |
|
inline |