faif
|
the triplet of nucleotides, codon. More...
#include <Codon.h>
Public Member Functions | |
Codon (const Nucleotide &n1v=Nucleotide(), const Nucleotide &n2v=Nucleotide(), const Nucleotide &n3v=Nucleotide()) | |
Codon (const std::string &str) | |
const Nucleotide & | getFirst () const |
accessor More... | |
const Nucleotide & | getSecond () const |
accessor More... | |
const Nucleotide & | getThird () const |
accessor More... | |
the triplet of nucleotides, codon.
The triplet of nucleotides representing codon (each codon corresponds to given amino
|
inline |
c-tor
|
inline |
c-tor from string
References faif::dna::create().
|
inline |
accessor
Referenced by faif::dna::operator<<().
|
inline |
accessor
Referenced by faif::dna::operator<<().
|
inline |
accessor
Referenced by faif::dna::operator<<().