Adaption
std::list
Adaption for STL list objects.
Metafunctions
GetValueType for reading values.
IsContiguousDetermines whether a container stores its elements in a contiguous array.
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.
StdContainerIteratorReturns type of the STL container iterator.
ValueType of the items in the container.
Functions
appendValueAppends a value to a container.
backThe last item in container.
beginThe begin of a container.
clearResets an object.
endThe end of a container.
frontThe first item in container.
lengthThe number of items/characters.
prependValuePrepend a value to a container.
reverseReverse an object/container in-place.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:36:59