tree< T, tree_node_allocator >::sibling_iterator Class Reference

Inheritance diagram for tree< T, tree_node_allocator >::sibling_iterator:

tree< T, tree_node_allocator >::iterator_base tree< T, tree_node_allocator >::iterator_base

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 222 of file tree.hh.

Public Member Functions

 sibling_iterator ()
 sibling_iterator (tree_node *)
 sibling_iterator (const sibling_iterator &)
 sibling_iterator (const iterator_base &)
bool operator== (const sibling_iterator &) const
bool operator!= (const sibling_iterator &) const
sibling_iteratoroperator++ ()
sibling_iteratoroperator-- ()
sibling_iterator operator++ (int)
sibling_iterator operator-- (int)
sibling_iteratoroperator+= (unsigned int)
sibling_iteratoroperator-= (unsigned int)
tree_noderange_first () const
tree_noderange_last () const
 sibling_iterator (tree_node *)
 sibling_iterator (const sibling_iterator &)
 sibling_iterator (const iterator_base &)
bool operator== (const sibling_iterator &) const
bool operator!= (const sibling_iterator &) const
sibling_iteratoroperator++ ()
sibling_iteratoroperator-- ()
sibling_iterator operator++ (int)
sibling_iterator operator-- (int)
sibling_iteratoroperator+= (unsigned int)
sibling_iteratoroperator-= (unsigned int)
tree_noderange_first () const
tree_noderange_last () const

Data Fields

tree_nodeparent_
tree_nodeparent_


The documentation for this class was generated from the following files:
Generated on Mon Feb 9 21:22:00 2009 for LibOFX by  doxygen 1.5.0