Adaption
std::basic_string
Standard library string class.
Metafunctions
GetValueType for reading values.
IteratorType of iterator objects that are used to traverse the container.
PositionType of an object that represents a position in a container.
SizeType of an object that is suitable to hold size information.
ValueType of the items in the container.
Functions
appendConcatenate two containers.
appendValueAppends a value to a container.
assignAssigns one object to another object.
beginThe begin of a container.
capacityThe maximal length.
clearResets an object.
emptyTest a container for being empty.
endThe end of a container.
fillResizes and fills a container.
idA value that identifies the underlying sequence.
lengthThe number of items/characters.
replaceReplaces a part of a container with another container.
reserveIncreases the capacity.
resizeChanges the length.
valueReference to the value.
SeqAn - Sequence Analysis Library - www.seqan.de