BioC++ core-0.7.0
The Modern C++ libraries for Bioinformatics.
 
Loading...
Searching...
No Matches
nucleotide_base.hpp File Reference

Provides bio::alphabet::nucleotide_base. More...

#include <bio/alphabet/base.hpp>
#include <bio/alphabet/detail/convert.hpp>
#include <bio/alphabet/detail/to_lower.hpp>
#include <bio/alphabet/nucleotide/concept.hpp>
+ Include dependency graph for nucleotide_base.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bio::alphabet::nucleotide_base< derived_type, size >
 A CRTP-base that refines bio::alphabet::base and is used by the nucleotides. More...
 

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::alphabet
 The alphabet module's namespace.
 

Detailed Description

Provides bio::alphabet::nucleotide_base.

Author
Hannes Hauswedell <hannes.hauswedell AT decode.is>