|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
An iterator used to traverse the children of a specific node in a forest. More...
#include <adobe/forest.hpp>
Public Member Functions | |
| child_iterator () | |
| child_iterator (I x) | |
| template<typename U> | |
| child_iterator (const child_iterator< U > &u) | |
Friends | |
| class | boost::iterator_core_access |
This is the child_iterator of the forest class.
Definition at line 89 of file forest.hpp.
| child_iterator | ( | ) |
Definition at line 91 of file forest.hpp.
|
explicit |
Definition at line 92 of file forest.hpp.
Definition at line 94 of file forest.hpp.
|
friend |
Definition at line 97 of file forest.hpp.