faif
Public Member Functions | List of all members
faif::dna::Codon Class Reference

the triplet of nucleotides, codon. More...

#include <Codon.h>

Inheritance diagram for faif::dna::Codon:
Inheritance graph
Collaboration diagram for faif::dna::Codon:
Collaboration graph

Public Member Functions

 Codon (const Nucleotide &n1v=Nucleotide(), const Nucleotide &n2v=Nucleotide(), const Nucleotide &n3v=Nucleotide())
 
 Codon (const std::string &str)
 
const NucleotidegetFirst () const
 accessor More...
 
const NucleotidegetSecond () const
 accessor More...
 
const NucleotidegetThird () const
 accessor More...
 

Detailed Description

the triplet of nucleotides, codon.

The triplet of nucleotides representing codon (each codon corresponds to given amino

Constructor & Destructor Documentation

faif::dna::Codon::Codon ( const Nucleotide n1v = Nucleotide(),
const Nucleotide n2v = Nucleotide(),
const Nucleotide n3v = Nucleotide() 
)
inline

c-tor

faif::dna::Codon::Codon ( const std::string &  str)
inline

c-tor from string

References faif::dna::create().

Member Function Documentation

const Nucleotide& faif::dna::Codon::getFirst ( ) const
inline

accessor

Referenced by faif::dna::operator<<().

const Nucleotide& faif::dna::Codon::getSecond ( ) const
inline

accessor

Referenced by faif::dna::operator<<().

const Nucleotide& faif::dna::Codon::getThird ( ) const
inline

accessor

Referenced by faif::dna::operator<<().


The documentation for this class was generated from the following file: