Class
Map
Set/dictionary container.
Map<TValue, TSpec >
Include Headers
seqan/map.h
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.
Metafunctions
MapValueType of the map value type.
Functions
cargoReturns a cargo given a key.
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
 

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