faif
|
the DNA nucleotide More...
#include <Nucleotide.h>
Public Member Functions | |
Nucleotide (const NucleotideValue &val=ANY_NUCLEOTIDE) | |
Nucleotide (const Nucleotide &n) | |
Nucleotide & | operator= (const Nucleotide &n) |
NucleotideValue | get () const |
bool | operator== (const Nucleotide &n) const |
bool | operator!= (const Nucleotide &n) const |
bool | operator< (const Nucleotide &n) const |
Nucleotide | complementary () const |
the DNA nucleotide
There are four values: A, T, G, C and the N (denotes any nucleotide)
|
inlineexplicit |
c-tor
Referenced by complementary(), and faif::dna::create().
|
inline |
accessor
Referenced by faif::dna::operator<<().
|
inline |
comparison
|
inline |
comparison
|
inline |
order
|
inline |
return the complementary nucleotide
References Nucleotide().