tree< T, tree_node_allocator >::pre_order_iterator Class Reference
Depth-first iterator, first accessing the node, then its children.
More...
#include <tree.h>
List of all members.
Detailed Description
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
class tree< T, tree_node_allocator >::pre_order_iterator
Depth-first iterator, first accessing the node, then its children.
The documentation for this class was generated from the following file:
- D:/Uni/InfoVis/LU/src/tree.h