child_iterator< I > Class Template Reference |
Public Member Functions | |
child_iterator () | |
template<typename U > | |
child_iterator (const child_iterator< U > &u) | |
child_iterator (I x) | |
Friends | |
class | boost::iterator_core_access |
Detailed Description
template<typename I>
class adobe::child_iterator< I >
This is the child_iterator
of the forest
class.
Definition at line 79 of file forest.hpp.
Constructor & Destructor Documentation
child_iterator | ( | ) |
Definition at line 82 of file forest.hpp.
child_iterator | ( | I | x ) | [explicit] |
Definition at line 83 of file forest.hpp.
child_iterator | ( | const child_iterator< U > & | u ) |
Definition at line 84 of file forest.hpp.
Friends And Related Function Documentation
friend class boost::iterator_core_access [friend] |
Definition at line 88 of file forest.hpp.