Class
External Property Map
An external property map.
String<TValue, TSpec>
Parameters
TValue
The value type. That is the type of information stored in the property map.
Metafunctions: Value
TSpec
The specializing type.
Metafunctions: Spec
Default: Alloc<>, see Alloc String.
Functions
assignPropertyAssigns a property to an item in the property map.
createSuffixTrieCreates a trie of all suffixes of a text.
createTrieCreates a trie.
getPropertyGet method for an item's property.
propertyAccesses the property of an item in the property map.
resizeEdgeMapInitializes an edge map
resizeVertexMapInitializes a vertex map.
Remarks
The external property map is assumed to be an instance of String. It is indexed via VertexDescriptors or EdgeDescriptors.
SeqAn - Sequence Analysis Library - www.seqan.de