#include <daemon/table/name-tree-iterator.hpp>
Inheritance diagram for nfd::name_tree::Iterator:
Collaboration diagram for nfd::name_tree::Iterator:Public Member Functions | |
| Iterator () | |
| Iterator (shared_ptr< EnumerationImpl > impl, const Entry *ref) | |
| const Entry & | operator* () const noexcept |
| Iterator & | operator++ () |
Friends | |
| class | FullEnumerationImpl |
| std::ostream & | operator<< (std::ostream &, const Iterator &) |
| bool | operator== (const Iterator &lhs, const Iterator &rhs) noexcept |
| class | PartialEnumerationImpl |
| class | PrefixMatchImpl |
NameTree iterator.
Definition at line 80 of file name-tree-iterator.hpp.
|
default |
| nfd::name_tree::Iterator::Iterator | ( | shared_ptr< EnumerationImpl > | impl, |
| const Entry * | ref | ||
| ) |
Definition at line 36 of file name-tree-iterator.cpp.
|
inlinenoexcept |
Definition at line 88 of file name-tree-iterator.hpp.
| Iterator & nfd::name_tree::Iterator::operator++ | ( | ) |
Definition at line 45 of file name-tree-iterator.cpp.
|
friend |
Definition at line 121 of file name-tree-iterator.hpp.
|
friend |
Definition at line 53 of file name-tree-iterator.cpp.
Definition at line 98 of file name-tree-iterator.hpp.
|
friend |
Definition at line 122 of file name-tree-iterator.hpp.
|
friend |
Definition at line 123 of file name-tree-iterator.hpp.