#include <daemon/table/name-tree-iterator.hpp>
Public Member Functions | |
Iterator () | |
Iterator (shared_ptr< EnumerationImpl > impl, const Entry *ref) | |
bool | operator!= (const Iterator &other) const |
const Entry & | operator* () const |
Iterator & | operator++ () |
Iterator | operator++ (int) |
const Entry * | operator-> () const |
bool | operator== (const Iterator &other) const |
Friends | |
class | FullEnumerationImpl |
std::ostream & | operator<< (std::ostream &, const Iterator &) |
class | PartialEnumerationImpl |
class | PrefixMatchImpl |
NameTree iterator.
Definition at line 72 of file name-tree-iterator.hpp.
nfd::name_tree::Iterator::Iterator | ( | ) |
Definition at line 40 of file name-tree-iterator.cpp.
nfd::name_tree::Iterator::Iterator | ( | shared_ptr< EnumerationImpl > | impl, |
const Entry * | ref | ||
) |
Definition at line 47 of file name-tree-iterator.cpp.
|
inline |
Definition at line 103 of file name-tree-iterator.hpp.
|
inline |
Definition at line 80 of file name-tree-iterator.hpp.
Iterator & nfd::name_tree::Iterator::operator++ | ( | ) |
Definition at line 58 of file name-tree-iterator.cpp.
Iterator nfd::name_tree::Iterator::operator++ | ( | int | ) |
Definition at line 67 of file name-tree-iterator.cpp.
|
inline |
Definition at line 87 of file name-tree-iterator.hpp.
bool nfd::name_tree::Iterator::operator== | ( | const Iterator & | other | ) | const |
Definition at line 75 of file name-tree-iterator.cpp.
|
friend |
Definition at line 126 of file name-tree-iterator.hpp.
|
friend |
Definition at line 81 of file name-tree-iterator.cpp.
|
friend |
Definition at line 127 of file name-tree-iterator.hpp.
|
friend |
Definition at line 128 of file name-tree-iterator.hpp.