nfd::name_tree::Iterator Class Reference

NameTree iterator. More...

#include <daemon/table/name-tree-iterator.hpp>

Public Types

using difference_type = std::ptrdiff_t
 
using iterator_category = std::forward_iterator_tag
 
using pointer = value_type *
 
using reference = value_type &
 
using value_type = const Entry
 

Public Member Functions

 Iterator ()
 
 Iterator (shared_ptr< EnumerationImpl > impl, const Entry *ref)
 
bool operator!= (const Iterator &other) const
 
const Entryoperator* () const
 
Iteratoroperator++ ()
 
Iterator operator++ (int)
 
const Entryoperator-> () const
 
bool operator== (const Iterator &other) const
 

Friends

class FullEnumerationImpl
 
std::ostream & operator<< (std::ostream &, const Iterator &)
 
class PartialEnumerationImpl
 
class PrefixMatchImpl
 

Detailed Description

NameTree iterator.

Definition at line 72 of file name-tree-iterator.hpp.

Member Typedef Documentation

Definition at line 77 of file name-tree-iterator.hpp.

using nfd::name_tree::Iterator::iterator_category = std::forward_iterator_tag

Definition at line 75 of file name-tree-iterator.hpp.

Definition at line 76 of file name-tree-iterator.hpp.

Constructor & Destructor Documentation

nfd::name_tree::Iterator::Iterator ( )

Definition at line 41 of file name-tree-iterator.cpp.

nfd::name_tree::Iterator::Iterator ( shared_ptr< EnumerationImpl impl,
const Entry ref 
)

Definition at line 48 of file name-tree-iterator.cpp.

Member Function Documentation

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

Definition at line 109 of file name-tree-iterator.hpp.

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

Definition at line 86 of file name-tree-iterator.hpp.

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

Definition at line 59 of file name-tree-iterator.cpp.

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

Definition at line 68 of file name-tree-iterator.cpp.

const Entry* nfd::name_tree::Iterator::operator-> ( ) const
inline

Definition at line 93 of file name-tree-iterator.hpp.

bool nfd::name_tree::Iterator::operator== ( const Iterator other) const

Definition at line 76 of file name-tree-iterator.cpp.

Friends And Related Function Documentation

friend class FullEnumerationImpl
friend

Definition at line 132 of file name-tree-iterator.hpp.

std::ostream& operator<< ( std::ostream &  ,
const Iterator  
)
friend

Definition at line 82 of file name-tree-iterator.cpp.

friend class PartialEnumerationImpl
friend

Definition at line 133 of file name-tree-iterator.hpp.

friend class PrefixMatchImpl
friend

Definition at line 134 of file name-tree-iterator.hpp.