Metafunction
Id
Type of an object that represents an id.
Id<T>::Type
Include Headers
seqan/basic.h
Parameters
T
Type for which a suitable id type is determined.
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.
Return Values
Type
Id type.
Functions
assignValueByIdAdds a new string to the StringSet and returns an id.
assignValueByIdAdds a new string to the StringSet and returns an id.
getProjectedPositionProjects a position of one sequence taking part in a pairwise match onto the other sequence.
getProjectedPositionProjects a position of one sequence taking part in a pairwise match onto the other sequence.
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.
Examples
Id<Graph<> >::Type id; //id has type unsigned int
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:09