Class Specialization
Joiner
Joins two or three input streams.
Pipe
Joiner
Pipe<Bundle2<TInput1, TInput2>, Joiner>
Pipe<Bundle3<TInput1, TInput2, TInput3>, Joiner>
Parameters
TInput1
The type of the first pipeline module this module reads from.
TInput2
The type of the second pipeline module this module reads from.
TInput3
The type of the third pipeline module this module reads from.
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 output type is a compressed Pair or Triple of the input types Value<TInputX>::Type.
SeqAn - Sequence Analysis Library - www.seqan.de