Class Specialization
Index_Wotd
An index based on a lazy suffix tree (see Giegerich et al., "Efficient implementation of lazy suffix trees").
Index
Index_Wotd
Index<TText, Index_Wotd<> >
Parameters
TText
The text type.
Types: String
Specialization of
Metafunctions
SAValueThe default alphabet type of a suffix array, i.e. the type to store a position of a string or string set. (Index)
Functions
beginThe begin of a container. (Index)
clearResets an object. (Index)
endThe end of a container. (Index)
getFibreReturns a specific Fibre of an Index object. (Index)
indexCreateCreates a specific Fibre. (Index)
indexRequireOn-demand creation of a specific Fibre. (Index)
indexSuppliedReturns whether a specific Fibre is present. (Index)
lengthThe number of items/characters. (Index)
setHaystackSets the haystack of a Finder object. (Index)
Remarks
The fibres (see Index and Fibre) of this index are a partially sorted suffix array (see Tag.Wotd_SA) and the wotd tree (see Tag.Wotd_Dir).
SeqAn - Sequence Analysis Library - www.seqan.de