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 or behind an iterator.
Functions
appendValueAppends a value to a container.
backThe last item in container.
beginThe begin of a container.
capacityThe maximal length.
clearResets an object.
endThe end of a container.
frontThe first item in container.
lengthThe number of items/characters.
prependValuePrepend a value to a container.
reserveIncreases the capacity.
reverseReverse an object/container in-place.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:16