Function
childrenAreLeaves
Test whether iterator points to a node with only leaf-children.
bool childrenAreLeaves(iterator)
Parameters
iterator
An iterator of a Suffix Tree.
Return Values
true if iterator points to an inner node of the tree, whose children are leaves. Otherwise it is false.
SeqAn - Sequence Analysis Library - www.seqan.de