#include <pit.hpp>
Public Member Functions | |
const_iterator () | |
const_iterator (const NameTree::const_iterator &it) | |
~const_iterator () | |
const pit::Entry & | operator* () const |
shared_ptr< pit::Entry > | operator-> () const |
const_iterator & | operator++ () |
const_iterator | operator++ (int) |
bool | operator== (const const_iterator &other) const |
bool | operator!= (const const_iterator &other) const |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
Definition at line 181 of file pit.hpp.
References nfd::Pit::size().
|
inline |
|
inline |
|
inline |