Class
ModifiedIterator
Allows to modify arbitrary iterators by specializing what differs from an origin.
ModifiedIterator<THost[, TSpec]>
Include Headers
seqan/modifier.h
Parameters
THost
Original iterator.
TSpec
The modifier type.
Metafunctions: Spec
Remarks
THost can also be a modified iterator, so you can create custom iterators by combining predefined ones.
Specializations
ModReverseMirrors the characters from begin to end.
ModViewTransforms the characters of the THost string/iterator using a custom function.
Functions
differenceThe difference between two iterators. (RandomAccessIteratorConcept)
getValueAccess to the value. (IteratorAssociatedTypesConcept)
goFurtherIterates some steps further. (RandomAccessIteratorConcept)
goNextIterates to next position. (ForwardIteratorConcept)
goPreviousIterates to pevious position. (BidirectionalIteratorConcept)
valueReference to the value. (IteratorAssociatedTypesConcept)
SeqAn - Sequence Analysis Library - www.seqan.de
 

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