tree< T, tree_node_allocator >::pre_order_iterator Class Reference
Depth-first iterator, first accessing the node, then its children.
More...
#include <tree.hh>
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.
Definition at line 128 of file tree.hh.
Constructor & Destructor Documentation
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::pre_order_iterator::pre_order_iterator |
( |
|
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::pre_order_iterator::pre_order_iterator |
( |
tree_node * |
tn |
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::pre_order_iterator::pre_order_iterator |
( |
const iterator_base & |
other |
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::pre_order_iterator::pre_order_iterator |
( |
const sibling_iterator & |
other |
) |
[inline] |
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
tree< T, tree_node_allocator >::pre_order_iterator::pre_order_iterator |
( |
|
) |
|
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
tree< T, tree_node_allocator >::pre_order_iterator::pre_order_iterator |
( |
tree_node * |
|
) |
|
Member Function Documentation
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
template<class T , class tree_node_allocator >
bool tree< T, tree_node_allocator >::pre_order_iterator::operator!= |
( |
const pre_order_iterator & |
other |
) |
const [inline] |
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::pre_order_iterator tree< T, tree_node_allocator >::pre_order_iterator::operator++ |
( |
int |
|
) |
[inline] |
template<class T , class tree_node_allocator >
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::pre_order_iterator & tree< T, tree_node_allocator >::pre_order_iterator::operator+= |
( |
unsigned int |
num |
) |
[inline] |
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::pre_order_iterator tree< T, tree_node_allocator >::pre_order_iterator::operator-- |
( |
int |
|
) |
[inline] |
template<class T , class tree_node_allocator >
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::pre_order_iterator & tree< T, tree_node_allocator >::pre_order_iterator::operator-= |
( |
unsigned int |
num |
) |
[inline] |
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
template<class T , class tree_node_allocator >
bool tree< T, tree_node_allocator >::pre_order_iterator::operator== |
( |
const pre_order_iterator & |
other |
) |
const [inline] |
The documentation for this class was generated from the following files:
- /home/laradmin/lar/perception/planarobstacles/mtt/include/mtt/tree.hh
- /home/laradmin/lar/perception/planarobstacles/mtt/include/mtt/tree_new.hh