Class Specialization
Skiplist
General purpose map container.
Map
Skiplist
Map<TValue, Skiplist<TSpec> >
Include Headers
seqan/map.h
Parameters
TValue
The type of value stored in the map.
Metafunctions: Value
TSpec
The specializing type.
Remarks
The skiplist takes in average an oberhead of only two pointers per value stored in the map.
Default: Default
Specialization of
Metafunctions
MapValueType of the map value type. (Map)
Functions
addInsert another value into a multi map.
cargoReturns a cargo given a key. (Map)
eraseRemoves a value from a map. (Map)
eraseAllRemoves a value from a map.
findFind a value in a map. (Map)
hasKeyDetermines whether a map contains a value given key. (Map)
insertInsert new value into map. (Map)
lengthThe number of items/characters. (Map)
mapValueSubscript operator [ ] of maps. (Map)
valueReturns a value given a key. (Map)
SeqAn - Sequence Analysis Library - www.seqan.de
 

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