CompactTree
|
#include <compact_tree.h>
Public Member Functions | |
children_iterator (std::vector< CT_NODE_T >::iterator x) | |
children_iterator (const children_iterator &o) | |
children_iterator & | operator= (const children_iterator &o) |
children_iterator & | operator++ () |
children_iterator | operator++ (int) |
bool | operator== (const children_iterator &rhs) const |
bool | operator!= (const children_iterator &rhs) const |
CT_NODE_T | operator* () |
Iterate over the children of a given node. Currently, children will be visited in the order they appear in the original Newick string.