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

Provides bio::alphabet::phred42 quality scores. More...

#include <bio/alphabet/base.hpp>
#include <bio/alphabet/detail/convert.hpp>
#include <bio/alphabet/quality/concept.hpp>
+ Include dependency graph for quality_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::quality_base< derived_type, size >
 A CRTP-base that refines bio::alphabet::base and is used by the quality alphabets. More...
 

Namespaces

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

Detailed Description

Provides bio::alphabet::phred42 quality scores.

Author
Marie Hoffmann <marie.hoffmann AT fu-berlin.de>