4.6.0
Freundlich's C++ toolkit
|
Classes | |
class | iterator |
Public Types | |
using | const_iterator = iterator |
Public Member Functions | |
to_root (Tree &_tree) | |
Construct a to-root traversal from a tree (which can be const or nonconst) | |
iterator | begin () const |
Return an iterator to the first tree in the traversal. | |
iterator | end () const |
Return a dummy iterator to stop the traversal. | |
using fcppt::container::tree::to_root< Tree >::const_iterator = iterator |
|
inlineexplicit |
Construct a to-root traversal from a tree (which can be const or nonconst)
|
inlinenodiscard |
Return an iterator to the first tree in the traversal.
|
inlinenodiscard |
Return a dummy iterator to stop the traversal.