Adaption
std::vector
Adaption for STL vector class.
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.
ReferenceReference type.
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
appendConcatenate two containers.
appendValueAppends a value to a container.
assignAssigns one object to another object.
backThe last item in container.
beginThe begin of a container.
capacityThe maximal length.
clearResets an object.
emptyTest a container for being empty.
endThe end of a container.
frontThe first item in container.
getObjectIdA value that identifies the underlying sequence.
replaceReplaces a part of a container with another container.
reserveIncreases the capacity.
resizeResizes a container. If the new length exceeds the old length the new elements are filled with copies of value.
valueReference to the value.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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