Metafunction
Id
Type of an object that represents an id.
Id<T>::Type
Parameters
T
Type for which a suitable id type is determined.
Return Values
Type
Id type.
Functions
assignValueByIdAdds a new string to the StringSet and returns an id.
getValueByIdRetrieves a string from the StringSet given an id.
idToPositionRetrieves the position of a string in the StringSet given an id.
removeValueByIdRemoves a string from the StringSet given an id.
valueByIdRetrieves a string from the StringSet given an id.
Remarks
The id type of a container is the type that is used to uniquely identify its elements. In most cases this type is unsigned int.
Examples
Id<Graph<> >::Type id; //id has type unsigned int
SeqAn - Sequence Analysis Library - www.seqan.de