Function
representative
Returns a substring representing the path from root to iterator  node.
Include Headers
seqan/index.h
Parameters
|  An iterator of a suffix tree. Types:  VSTree Iterator | 
Return Values
 An InfixSegment of the text of an index (see EsaText).
If iterator 's container type is TIndex  the return type is Infix<Fibre<TIndex, EsaText>::Type const>::Type .
Example Programs
SeqAn - Sequence Analysis Library - www.seqan.de