Class
Iter
Iterator that is used to traverse containers.
![]() | ![]() | ||||||
Iter | |||||||
![]() | ![]() | ||||||
Include Headers
seqan/basic.h
Parameters
Type of the container that can be iterated by Metafunctions: Container | |
The specializing type. Metafunctions: Spec |
Implements
Specializations
Adapts iterators to RootedIteratorConcept. | |
Adjacency iterator for Graph. | |
Iterator for AlignCols pseudo container. | |
Iterator of the annotation tree represented by a FragmentStore. | |
Breath-first search iterator for Graph. | |
Iterator that sequentially iterates through the elements of a StringSet as if they were directly concatenated, cmp. ConcatDirect. | |
Depth-first search iterator for Graph. | |
Edge iterator for Graph. | |
Out-edge iterator for Graph. | |
Adapts Position Iterator to Rooted Iterator. | |
An iterator for RightArrayBinaryTree. | |
Adapt STL iterators to SeqAn iterators. | |
Vertex iterator for Graph. | |
Abstract iterator for suffix trees. |
Metafunctions
Type of the container given an iterator. | |
Type of an object that stores the difference between two iterators. | |
Type for reading values. | |
Type of iterator objects that are used to traverse the container. | |
Type of an object that represents a position in a container. | |
Reference type. | |
The spec of a class. | |
Type of the items in the container or behind an iterator. |
Functions
Assigns value to item. | |
Determines whether an iterator is at the beginning position. | |
Determines whether an iterator is at the end position. | |
Returns true if the iterator is at the end of a sequence. | |
Container of an iterator. | |
The difference between two iterators. | |
Access to the value. | |
Iterates to the first position of a container. | |
Iterates to the last position of a container. | |
Iterates some steps further. | |
Iterates to next position. | |
Iterates to pevious position. | |
Assigns value to item. | |
Position of an iterator. | |
Reference to the value. |
SeqAn - Sequence Analysis Library - www.seqan.de