Adaption
char array
Zero terminated char[] or wchar_t[].
Remarks
Char arrays only support the Insist overflow strategy.
The default overflow strategy (both DefaultOverflowImplicit and DefaultOverflowExplicit) for all operations on char arrays is insist.
Metafunctions
IsContiguousDetermines whether a container stores its elements in a contiguous array.
IsSequenceDetermines whether a container stores its elements in sequential order.
IteratorType of iterator objects that are used to traverse the container.
ReferenceReference type.
ValueType of the items in the container or behind an iterator.
Functions
appendConcatenate two containers.
assignAssigns one object to another object.
assignValueAssigns value to item.
beginThe begin of a container.
clearResets an object.
emptyTest a container for being empty.
endThe end of a container.
infixCreates infix object.
infixWithLengthCreates infix object.
lengthThe number of items/characters.
moveHands over content from one container to another container.
moveValueAssigns value to item.
prefixCreates prefix object.
replaceReplaces a part of a container with another container.
resizeResizes a container. If the new length exceeds the old length the new elements are filled with copies of value.
suffixCreates suffix object.
toCStringAccess sequence as c-style string.
valueReference to the value.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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