Class Specialization
ModView
Transforms the characters of the THost  string/iterator using a custom function.
Include Headers
seqan/modifier.h
Parameters
|  Original string/iterator. Types:  Iterator | |
|  A unary function (see STL's  Remarks: The argument type of  | 
Remarks
 The Value type of this modifier is the result type of TFunctor .
Specialization of
Metafunctions
| Type of the object a given object depends on. (ModifiedString) | |
| Determines whether a container stores its elements in sequential order. (ModifiedString) | |
| Type of iterator objects that are used to traverse the container. (ModifiedString) | |
| Type of an object that is suitable to hold size information. (ModifiedString) | 
Functions
| Assigns value to item. (Iterator) | |
| 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) | |
| The last item in container. (Container) | |
| The begin of a container. (Container) | |
| Begin position of object in host. (Container) | |
| The end of a container. (Container) | |
| End position of object in host. (Container) | |
| The first item in container. (Container) | |
| Access to the value. (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) | |
| The number of items/characters. (Container) | |
| Assigns value to item. (Iterator) | |
| Assigns value to item. (Iterator) | |
| Assigns value to item. (Iterator) | |
| Position of an iterator. (Iterator) | |
| Position of an iterator. (Iterator) | |
| Reference to the value. (Iterator) | 
Shortcuts
| Modifier specialization type for the complement of Dna alphabet sequences. | |
| Modifier specialization type for the complement of Dna5 alphabet sequences. | |
| Modifier specialization type for the complement of Rna alphabet sequences. | |
| Modifier specialization type for the complement of Rna5 alphabet sequences. | 
Example Programs
See Also
SeqAn - Sequence Analysis Library - www.seqan.de
