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.
Constructor & Destructor Documentation
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator::fixed_depth_iterator |
( |
|
) |
|
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator::fixed_depth_iterator |
( |
tree_node * |
tn |
) |
|
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator::fixed_depth_iterator |
( |
const iterator_base & |
other |
) |
|
template<class T , class tree_node_allocator >
tree< T, tree_node_allocator >::fixed_depth_iterator::fixed_depth_iterator |
( |
const sibling_iterator & |
other |
) |
|
template<class T , class tree_node_allocator >
Member Function Documentation
template<class T , class tree_node_allocator >
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 |
) |
|
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 |
) |
|
template<class T , class tree_node_allocator >
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: