Function
countOccurrences
Returns the number of occurences of representative in the index text.
countOccurrences(iterator)
Parameters
iterator
An iterator of a Suffix Tree.
Return Values
The number of positions where the representative of iterator occurs in the text (see ESA_Text). If iterator's container type is TIndex the return type is Size<TIndex>::Type.
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de