Class
Map
Set/dictionary container.
Map<TValue, TSpec >
Parameters
TValue
Type of values that are stored in the map.
Metafunctions: Value
Remarks: Use a Pair<Key, Cargo> to implement a dictionary mapping from Key to Cargo.
TSpec
The specializing type.
Metafunctions: Spec
Default: Skiplist
Specializations
SkiplistGeneral purpose map container.
VectorSetA fast map for small key types.
Functions
beginThe begin of a container.
cargoReturns a cargo given a key.
endThe end of a container.
eraseRemoves a value from a map.
findFind a value in a map.
hasKeyDetermines whether a map contains a value given key.
insertInsert new value into map.
lengthThe number of items/characters.
mapValueSubscript operator [ ] of maps.
valueReturns a value given a key.
SeqAn - Sequence Analysis Library - www.seqan.de