Class Specialization
Bit Packed Pair
Stores two arbitrary objects. Saves memory by packing bits with bit fields.
![]() | ![]() | ||||||
Bit Packed Pair |
Include Headers
seqan/basic.h
Parameters
The type of the first object. | |
The type of the second object. | |
Number of bits to store | |
Number of bits to store |
Remarks
Memory access could be slower. Direct access to members by pointers is not allowed.
Functions value() is not implemented yet since there it would require using a proxy. Use getValue() , assignValue() , moveValue() , setValue() instead.
Specialization of
Metafunctions
Type of additional data stored in an object. (Pair) | |
Key type of a key to cargo mapping. (Pair) | |
Number of elements in a fixed-size container. (Pair) | |
The spec of a class. (Pair) | |
Type of the items in the container or behind an iterator. (Pair) |
Member Functions
Constructor |
Functions
Returns the sequence number of a position. (Pair) | |
Returns the local sequence offset of a position. (Pair) | |
Converts a local/global to a global position. (Pair) | |
Converts a local/global to a local position. (Pair) | |
Converts a local to a local/global position. (Pair) |
SeqAn - Sequence Analysis Library - www.seqan.de