Class Specialization
Caster
Casts the input type in a specific output type.
Pipe
Caster
Pipe<TInput, Caster<TValue> >
Parameters
TInput
The type of the pipeline module this module reads from.
TValue
The new output type.
Specialization of
Functions
assignAssigns one object to another object. (Pipe)
atEndDetermines whether an iterator is at the end position. (Pipe)
beginReadInitiates a read process. (Pipe)
endReadTerminates a read process. (Pipe)
frontGets the first element of the remaining stream. (Pipe)
lengthThe number of items/characters. (Pipe)
popPops the first element of the remaining stream. (Pipe)
Remarks
The input stream is casted using reinterpret_cast<TValue>.
SeqAn - Sequence Analysis Library - www.seqan.de