Class Specialization
SorterSpec
Sorts all elements using a custom compare function.
|  |  | ||||||||||||||||
| SorterSpec | |||||||||||||||||
|  |  | ||||||||||||||||
| 
 | |||||||||||||||||
Include Headers
seqan/pipe.h
Parameters
|  The value type, that is the type of the stream elements. | |
|  Configuration Spec. Defines compare function, size type, and file type. | 
Remarks
 The Pool's input/output type is TValue  and the size type is determined by the TConfig .
Note: If there exists an explicit function mapping input elements to their destined positions in the output stream, MapperSpec should be preferred.
Specialization of
Specializations
| Configuration of Sorter. | |
| Configuration of Sorter. | 
Functions
| Assigns one object to another object. (Pool) | |
| Assigns one object to another object. (Pool) | |
| Determines whether an iterator is at the end position. (Pool) | |
| Initiates a read process. (Pool) | |
| Initiates a write process. (Pool) | |
| Resets an object. (Pool) | |
| Terminates a read process. (Pool) | |
| Terminates a write process. (Pool) | |
| Gets the first element of the remaining stream. (Pool) | |
| The number of items/characters. (Pool) | |
| Pops the first element of the remaining stream. (Pool) | |
| Appends an item at the end of an input stream. (Pool) | |
| Resizes a container. If the new length exceeds the old length the new elements are filled with copies of | 
SeqAn - Sequence Analysis Library - www.seqan.de