PIT iterator.
More...
#include <daemon/table/pit.hpp>
PIT iterator.
Definition at line 43 of file pit.hpp.
◆ Iterator()
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 52 of file pit.hpp.
◆ operator*()
const Entry& nfd::pit::Iterator::operator* |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator++()
Iterator & nfd::pit::Iterator::operator++ |
( |
| ) |
|
◆ operator==