Class Specialization
Filter
Applies a specific function to the input stream.
Pipe
Filter
Pipe<TInput, Filter<TFunctor> >
Include Headers
seqan/pipe.h
Parameters
TInput
The type of the pipeline module this module reads from.
TFunctor
A unary function (see STL's unary_function).
Remarks: The argument type of TFunctor must be VALUE<TInput>::Type.
Remarks
The output type of this pipe is the result type of TFunctor.
Specialization of
Member Functions
PipeConstructor
PipeConstructor (Pipe)
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)
SeqAn - Sequence Analysis Library - www.seqan.de
 

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