Class
ModifiedIterator
Allows to modify arbitrary iterators by specializing what differs from an origin.
|  |  | ||||||||||||||||
| ModifiedIterator | |||||||||||||||||
|  |  | ||||||||||||||||
| 
 | |||||||||||||||||
Include Headers
seqan/modifier.h
Remarks
Implements
Specializations
| Mirrors the characters from begin to end. | |
| Transforms the characters of the | 
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) | |
| 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) | 
SeqAn - Sequence Analysis Library - www.seqan.de