Concept
Rooted Iterator
Iterator that knows its container.
![]() | ![]() | ||||||
Rooted Iterator |
Concept Definition
Extends
Required Metafunctions
Type of an object that stores the difference between two iterators. (Iterator) | |
Type for reading values. (Iterator) | |
Reference type. (Iterator) | |
Type of an object that is suitable to hold size information. (Iterator) | |
Type of the items in the container. (Iterator) |
Required Functions
Assigns one object to another object. (Iterator) | |
Assigns value to item. (Iterator) | |
Container of an iterator. | |
Access to the value. (Iterator) | |
Iterates to next position. (Iterator) | |
Assigns value to item. (Iterator) | |
Position of an iterator. | |
Reference to the value. (Iterator) |
Used By Function
Functions
Assigns value to item. (Iterator) | |
Determines whether an iterator is at the beginning position. (Iterator) | |
Determines whether an iterator is at the end position. (Iterator) | |
Search for a Pattern in a Finder object. | |
Access to the value. (Iterator) | |
Iterates to the first position of a container. (Iterator) | |
Iterates to the last position of a container. (Iterator) | |
Iterates some steps further. (Iterator) | |
Iterates to next position. (Iterator) | |
Iterates to pevious position. (Iterator) | |
Assigns value to item. (Iterator) | |
Position of an iterator. (Iterator) | |
Reference to the value. (Iterator) |
Shortcuts
Iterator for CharString. | |
Iterator for Dna5String. | |
Iterator for DnaString. | |
Iterator for IupacString. | |
Iterator for Peptide. | |
Iterator for Rna5String. | |
Iterator for RnaString. | |
Iterator for UnicodeString. |
SeqAn - Sequence Analysis Library - www.seqan.de