tree< T, tree_node_allocator >::sibling_iterator Class Reference
Iterator which traverses only the nodes which are siblings of each other.
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 >::sibling_iterator
Iterator which traverses only the nodes which are siblings of each other.
Definition at line 209 of file tree.hh.
Constructor & Destructor Documentation
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::sibling_iterator::sibling_iterator |
( |
|
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::sibling_iterator::sibling_iterator |
( |
tree_node * |
tn |
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::sibling_iterator::sibling_iterator |
( |
const sibling_iterator & |
other |
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::sibling_iterator::sibling_iterator |
( |
const iterator_base & |
other |
) |
[inline] |
Member Function Documentation
template<class T , class tree_node_allocator >
bool tree< T, tree_node_allocator >::sibling_iterator::operator!= |
( |
const sibling_iterator & |
other |
) |
const [inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::sibling_iterator tree< T, tree_node_allocator >::sibling_iterator::operator++ |
( |
int |
|
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::sibling_iterator & tree< T, tree_node_allocator >::sibling_iterator::operator++ |
( |
|
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::sibling_iterator & tree< T, tree_node_allocator >::sibling_iterator::operator+= |
( |
unsigned int |
num |
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::sibling_iterator tree< T, tree_node_allocator >::sibling_iterator::operator-- |
( |
int |
|
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::sibling_iterator & tree< T, tree_node_allocator >::sibling_iterator::operator-- |
( |
|
) |
[inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::sibling_iterator & tree< T, tree_node_allocator >::sibling_iterator::operator-= |
( |
unsigned int |
num |
) |
[inline] |
template<class T , class tree_node_allocator >
bool tree< T, tree_node_allocator >::sibling_iterator::operator== |
( |
const sibling_iterator & |
other |
) |
const [inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::tree_node * tree< T, tree_node_allocator >::sibling_iterator::range_first |
( |
|
) |
const [inline] |
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::tree_node * tree< T, tree_node_allocator >::sibling_iterator::range_last |
( |
|
) |
const [inline] |
template<class T , class tree_node_allocator >
void tree< T, tree_node_allocator >::sibling_iterator::set_parent_ |
( |
|
) |
[inline, private] |
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