CompactTree
compact_tree::children_iterator Class Reference

#include <compact_tree.h>

Inheritance diagram for compact_tree::children_iterator:
Collaboration diagram for compact_tree::children_iterator:

Public Member Functions

 children_iterator (std::vector< CT_NODE_T >::iterator x)
 
 children_iterator (const children_iterator &o)
 
children_iteratoroperator= (const children_iterator &o)
 
children_iteratoroperator++ ()
 
children_iterator operator++ (int)
 
bool operator== (const children_iterator &rhs) const
 
bool operator!= (const children_iterator &rhs) const
 
CT_NODE_T operator* ()
 

Detailed Description

Iterate over the children of a given node. Currently, children will be visited in the order they appear in the original Newick string.


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