| LibOFX
    | 
Base class for iterators, only pointers stored, no traversal logic. More...
 
  
 | Public Member Functions | |
| 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 | 
| 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_node * | node | 
| Protected Attributes | |
| bool | skip_current_children_ | 
Base class for iterators, only pointers stored, no traversal logic.
Definition at line 130 of file build/libofx-0.10.0/lib/tree.hh.