Class Specialization
SorterConfig
Configuration of Sorter.
Pool
SorterSpec
SorterConfig
SorterConfig<TCompare, TFile>
Include Headers
seqan/pipe.h
Parameters
TCompare
The compare function (see STL's binary_function).
Remarks: Let comp be an object of type TCompare. comp(a,b) should return a value less, equal, or greater than 0 if a<b, a==b, or a>b.
TFile
The underlying File type.
Default: File<>, see File.
Remarks
Using this configuration spec., the Sorter's size type is Size<TFile>::Type. To use a custom size type SorterConfigSize should be used.
Specialization of
Functions
assignAssigns one object to another object. (Pool)
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)
resizeResizes a container. If the new length exceeds the old length the new elements are filled with copies of value. (Pool)
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:13