Class Specialization
ModView
Transforms the characters of the THost string/iterator using a custom function.
ModifiedIterator<THost, ModView<TFunctor> >
ModifiedString<THost, ModView<TFunctor> >
Include Headers
seqan/modifier.h
Parameters
THost
Original string/iterator.
TFunctor
A unary function (see STL's unary_function).
Remarks: The argument type of TFunctor must be VALUE<THost>::Type.
Remarks
The Value type of this modifier is the result type of TFunctor.
Metafunctions
HostType of the object a given object depends on. (ModifiedString)
IsSequenceDetermines whether a container stores its elements in sequential order. (ModifiedString)
IteratorType of iterator objects that are used to traverse the container. (ModifiedString)
SizeType of an object that is suitable to hold size information. (ModifiedString)
Functions
assignValueAssigns value to item. (ContainerConcept)
backThe last item in container. (ContainerConcept)
beginThe begin of a container. (ContainerConcept)
beginPositionBegin position of object in host. (ContainerConcept)
differenceThe difference between two iterators. (RandomAccessIteratorConcept)
endThe end of a container. (ContainerConcept)
endPositionEnd position of object in host. (ContainerConcept)
frontThe first item in container. (ContainerConcept)
getValueAccess to the value. (IteratorAssociatedTypesConcept)
goFurtherIterates some steps further. (RandomAccessIteratorConcept)
goNextIterates to next position. (ForwardIteratorConcept)
goPreviousIterates to pevious position. (BidirectionalIteratorConcept)
lengthThe number of items/characters. (ContainerConcept)
moveValueAssigns value to item. (ContainerConcept)
positionPosition of an iterator. (ContainerConcept)
valueReference to the value. (IteratorAssociatedTypesConcept)
Shortcuts
ModComplementDnaModifier specialization type for the complement of Dna alphabet sequences.
ModComplementDna5Modifier specialization type for the complement of Dna5 alphabet sequences.
ModComplementRnaModifier specialization type for the complement of Rna alphabet sequences.
ModComplementRna5Modifier specialization type for the complement of Rna5 alphabet sequences.
SeqAn - Sequence Analysis Library - www.seqan.de
 

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