tree< T, tree_node_allocator >::fixed_depth_iterator Class Reference
Iterator which traverses only the nodes at a given depth from the root.
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 >::fixed_depth_iterator
Iterator which traverses only the nodes at a given depth from the root.
Definition at line 188 of file tree.hh.
Constructor & Destructor Documentation
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator::fixed_depth_iterator |
( |
|
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator::fixed_depth_iterator |
( |
tree_node * |
tn |
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator::fixed_depth_iterator |
( |
const iterator_base & |
other |
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator::fixed_depth_iterator |
( |
const sibling_iterator & |
other |
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator::fixed_depth_iterator |
( |
const fixed_depth_iterator & |
other |
) |
[inline] |
Member Function Documentation
template<class T , class tree_node_allocator >
bool tree< T, tree_node_allocator >::fixed_depth_iterator::operator!= |
( |
const fixed_depth_iterator & |
other |
) |
const [inline] |
template<class T , class tree_node_allocator >
template<class T , class tree_node_allocator >
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator & tree< T, tree_node_allocator >::fixed_depth_iterator::operator+= |
( |
unsigned int |
num |
) |
[inline] |
template<class T , class tree_node_allocator >
template<class T , class tree_node_allocator >
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator & tree< T, tree_node_allocator >::fixed_depth_iterator::operator-= |
( |
unsigned int |
num |
) |
[inline] |
template<class T , class tree_node_allocator >
bool tree< T, tree_node_allocator >::fixed_depth_iterator::operator== |
( |
const fixed_depth_iterator & |
other |
) |
const [inline] |
Member Data Documentation
template<class T, class tree_node_allocator = std::allocator<tree_node_<T> >>
The documentation for this class was generated from the following file:
- /home/laradmin/lar/perception/planarobstacles/mtt/include/mtt/tree.hh