#include <Mutation.h>
Public Member Functions | |
Mutation (int pos, Char from, Char to) | |
Mutation (int pos, Char to) | |
Mutation () | |
int | pos () const |
Char | from () const |
Char | to () const |
Mutation< Char > | reverse () const |
bool | isValid () const |
bool | operator== (const Mutation< Char > &other) const |
bool | operator< (const Mutation< Char > &other) const |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|