Class Specialization
HspIterator
Hsp iterator for BlastHit.
Iterator
Iter
HspIterator
Iterator<TBlastHit, HspIterator>
Parameters
TBlastHit
A Blast hit.
Types: BlastHit
Specialization of
Implements
Metafunctions
ContainerType of the container given an iterator. (Iter)
DifferenceType of an object that stores the difference between two iterators. (Iter)
GetValueType for reading values. (Iter)
HostType of the object a given object depends on.
IteratorType of iterator objects that are used to traverse the container. (Iter)
PositionType of an object that represents a position in a container. (Iter)
ReferenceReference type. (Iter)
SpecThe spec of a class. (Iter)
ValueType of the items in the container. (Iter)
Functions
assignValueAssigns value to item. (Iter)
atBeginDetermines whether an iterator is at the beginning position.
atEndDetermines whether an iterator is at the end position.
containerContainer of an iterator. (Iter)
differenceThe difference between two iterators. (Iter)
getValueAccess to the value.
goBeginIterates to the first position of a container.
goEndIterates to the last position of a container.
goFurtherIterates some steps further. (Iter)
goNextIterates to next position.
goPreviousIterates to pevious position.
hostHitThe BlastHit this iterator is working on.
moveValueAssigns value to item. (Iter)
positionPosition of an iterator. (Iter)
valueReference to the value.
SeqAn - Sequence Analysis Library - www.seqan.de