Metafunction
Iterator
Type of iterator objects that are used to traverse the container.
Iterator<T, TSpec>::Type
Include Headers
seqan/basic.h
Parameters
T
Type for which the iterator type is determined.
Spec.Journal String
TSpec
Specifies an iterator spec.
Default: The default iterator spec is given by DefaultIteratorSpec.
Remarks
Iterators behave like pointers in some respects. For example, you can use *it to access the value object the iterator it points to. But note that Iterator<T>::Type can differ from T *, depending on T.
Return Values
Type
Iterator type of T.
Functions
countGapsReports number of continues gaps right of current iterator position.
infixCreates infix object.
infixWithLengthCreates infix object.
parseStringParses a string one character at a time and moves accordingly in the automaton.
prefixCreates prefix object.
setBeginSets begin of object in host.
setEndSets end of object in host.
suffixCreates suffix object.
Part of Concept
SeqAn - Sequence Analysis Library - www.seqan.de
 

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