Class Specialization
MapperConfig
Configuration of Mapper.
Pool
MapperSpec
MapperConfig
MapperConfig<TMap, TFile>
Parameters
TMap
The destination function (see STL's unary_function).
Note: The destination function must be bijective.
Remarks: This functions maps a stream element to its destined position. The result type of this unary function should convertible to TSize.
TFile
The underlying File type.
Default: File<>, see File.
Specialization of
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
Using this configuration spec., the Mapper's size type is Size<TFile>::Type. To use a custom size type MapperConfigSize should be used.
SeqAn - Sequence Analysis Library - www.seqan.de