Concept
Container
Object that contains other objects.
Concept Definition
Required Metafunctions
GetValueType for reading values.
PositionType of an object that represents a position in a container.
ReferenceReference type.
SizeType of an object that is suitable to hold size information.
ValueType of the items in the container or behind an iterator.
Required Functions
appendConcatenate two containers.
appendValueAppends a value to a container.
assignAssigns one object to another object.
assignValueAssigns value to item.
beginThe begin of a container.
beginPositionBegin position of object in host.
capacityThe maximal length.
emptyTest a container for being empty.
endThe end of a container.
endPositionEnd position of object in host.
getValueAccess to the value.
lengthThe number of items/characters.
moveValueAssigns value to item.
replaceReplaces a part of a container with another container.
valueReference to the value.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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