Class
Pool
Pools are push- and pop-passive pipeline modules.
Pool | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | ![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Include Headers
seqan/pipe.h
Parameters
The value type, that is the type of the stream elements. | |
The specializing type. Default: PoolSpec<>, see PoolSpec. |
Remarks
Specializations
Permutes all elements using a custom destination function. | |
Stores/Retrieves all elements to/from disk. | |
Sorts all elements using a custom compare function. |
Functions
Assigns one object to another object. | |
Assigns one object to another object. | |
Determines whether an iterator is at the end position. | |
Initiates a read process. | |
Initiates a write process. | |
Resets an object. | |
Terminates a read process. | |
Terminates a write process. | |
Gets the first element of the remaining stream. | |
The number of items/characters. | |
Pops the first element of the remaining stream. | |
Appends an item at the end of an input stream. | |
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