Class Specialization
Packed Pair
Stores two arbitrary objects. Saves memory by disabling memory alignment.
Pair
Packed Pair
Pair<T1, T2, Pack>
Include Headers
seqan/basic.h
Parameters
T1
The type of the first object.
T2
The type of the second object.
Remarks
Memory access could be slower. Direct access to members by pointers is not allowed on all platforms.
Functions value() is not implemented yet since there it would require using a proxy. Use getValue(), assignValue(), moveValue(), setValue() instead.
Specialization of
Metafunctions
CargoType of additional data stored in an object. (Pair)
KeyKey type of a key to cargo mapping. (Pair)
LENGTHNumber of elements in a fixed-size container. (Pair)
SpecThe spec of a class. (Pair)
ValueType of the items in the container or behind an iterator. (Pair)
Data Members
i1T1 object
i2T2 object
Member Functions
PairConstructor
Functions
getSeqNoReturns the sequence number of a position. (Pair)
getSeqOffsetReturns the local sequence offset of a position. (Pair)
posGlobalizeConverts a local/global to a global position. (Pair)
posLocalizeConverts a local/global to a local position. (Pair)
posLocalToXConverts a local to a local/global position. (Pair)
SeqAn - Sequence Analysis Library - www.seqan.de
 

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