LibOFX
tree< T, tree_node_allocator >::sibling_iterator Class Reference

Iterator which traverses only the nodes which are siblings of each other. More...

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

Public Member Functions

 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
 
- Public Member Functions inherited from tree< T, tree_node_allocator >::iterator_base
 iterator_base (tree_node *)
 
T & operator* () const
 
T * operator-> () const
 
void skip_children ()
 When called, the next increment/decrement skips children of this node.
 
unsigned int number_of_children () const
 Number of children of the node pointed to by the iterator.
 
sibling_iterator begin () const
 
sibling_iterator end () const
 

Data Fields

tree_nodeparent_
 
- Data Fields inherited from tree< T, tree_node_allocator >::iterator_base
tree_nodenode
 

Additional Inherited Members

- Public Types inherited from tree< T, tree_node_allocator >::iterator_base
typedef T value_type
 
typedef T * pointer
 
typedef T & reference
 
typedef size_t size_type
 
typedef ptrdiff_t difference_type
 
typedef std::bidirectional_iterator_tag iterator_category
 
- Protected Attributes inherited from tree< T, tree_node_allocator >::iterator_base
bool skip_current_children_
 

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


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