Class Specialization
Source
Pipelining adaptor for arbitrary containers or iterators.
Pipe
Source
Pipe<TInput, Source<> >
Parameters
TInput
The type of container or iterator 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)
SeqAn - Sequence Analysis Library - www.seqan.de