Function
isLeaf
Test whether iterator points to a leaf.
bool isLeaf(iterator)
Parameters
iterator
An iterator of a Suffix Tree.
Return Values
true if iterator points to a leaf of the tree, otherwise false.
SeqAn - Sequence Analysis Library - www.seqan.de