Class Specialization
SorterSpec
Sorts all elements using a custom compare function.
Pool<TValue, SorterSpec<TConfig> >
Parameters
TValue
The value type, that is the type of the stream elements.
TConfig
Configuration Spec. Defines compare function, size type, and file type.
Specialization of
Specializations
SorterConfigConfiguration of Sorter.
SorterConfigSizeConfiguration of Sorter.
Functions
assignAssigns one object to another object. (Pool)
atEndDetermines whether an iterator is at the end position. (Pool)
beginReadInitiates a read process. (Pool)
beginWriteInitiates a write process. (Pool)
clearResets an object. (Pool)
endReadTerminates a read process. (Pool)
endWriteTerminates a write process. (Pool)
frontGets the first element of the remaining stream. (Pool)
lengthThe number of items/characters. (Pool)
popPops the first element of the remaining stream. (Pool)
pushAppends an item at the end of an input stream. (Pool)
resizeChanges the length. (Pool)
Remarks
The Pool's input/output type is TValue and the size type is determined by the TConfig.
Note: If there exists an explicit function mapping input elements to their destined positions in the output stream, MapperSpec should be preferred.
SeqAn - Sequence Analysis Library - www.seqan.de