Class
Pair
Stores two arbitrary objects.
Pair<T1[, T2[, TSpec]]>
Parameters
T1
The type of the first object.
T2
The type of the second object.
Default: T1
TSpec
The specializing type.
Default: void, no packing (faster access).
Specializations
Bit Packed PairStores two arbitrary objects. Saves memory by packing bits with bit fields.
Packed PairStores two arbitrary objects. Saves memory by disabling memory alignment.
Metafunctions
CargoType of additional data stored in an object.
KeyKey type of a key to cargo mapping.
LENGTHNumber of elements in a fixed-size container.
SpecThe spec of a class.
ValueType of the items in the container or behind an iterator.
Data Members
i1T1 object
i2T2 object
Member Functions
PairConstructor
Functions
getSeqNoReturns the sequence number of a position.
getSeqOffsetReturns the local sequence offset of a position.
posGlobalizeConverts a local/global to a global position.
posLocalizeConverts a local/global to a local position.
posLocalToXConverts a local to a local/global position.
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:35