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>

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

List of all members.

Public Member Functions

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

Public Attributes

tree_nodeparent_

Private Member Functions

void set_parent_ ()

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.


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> >>
tree_node* tree< T, tree_node_allocator >::sibling_iterator::parent_

The documentation for this class was generated from the following file:

Generated on 27 Jan 2010 for liborigin2 by  doxygen 1.6.1