Class
InternalMap
An internal property map using member ids.
InternalMap<TContainer, MemberId>
Parameters
TContainer
The cargo type.
Metafunctions: Cargo
MemberId
An unsigned int.
Default: 0.
Remarks: Specifies the position of the member in the cargo. Note: If zero it is assumed that the cargo is a simple type (e.g., int).
Metafunctions
ValueType of the items in the container.
Functions
assignPropertyAssigns a property to an item in the property map.
getPropertyGet method for an item's property.
propertyAccesses the property of an item in the property map.
resizeEdgeMapInitializes an edge map
Remarks
Internal property maps are used to access internal edge cargos.
SeqAn - Sequence Analysis Library - www.seqan.de