Spec PositionIterator
Adapts a position iterator to a rooted iterator.

Extends Iter
All Extended Iter
All Impl'd IteratorAssociatedTypesConcept
Defined in <seqan/basic.h>
Signature template <typename TContainer> class Iter<TContainer, PositionIterator>;

Template Parameters

TContainer The container to create an iterator for.

Member Function Overview

Interface Function Overview

Interface Functions Inherited From IteratorAssociatedTypesConcept

Interface Metafunction Overview

Interface Metafunctions Inherited From Iter

Interface Metafunctions Inherited From IteratorAssociatedTypesConcept

Detailed Description

Remarks

PositionIterators provide the concept RootedIteratorConcept.

Member Functions Detail

Iter::Iter(); Iter::Iter(other); Iter::Iter(container[, position]);

Constructor

Parameters

other Other PositionIterator to copy from.
container A TContainer to get an iterator to.
position The position to create the iterator at, defauls to 0.