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

Provides bio::alphabet::dna5, container aliases and string literals. More...

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

Go to the source code of this file.

Classes

class  bio::alphabet::dna5
 The five letter DNA alphabet of A,C,G,T and the unknown character N.. More...
 

Namespaces

namespace  bio
 The main BioC++ namespace.
 
namespace  bio::alphabet
 The alphabet module's namespace.
 
namespace  bio::alphabet::literals
 An inline namespace for alphabet literals. It exists to safely allow using namespace.
 

Detailed Description

Provides bio::alphabet::dna5, container aliases and string literals.

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