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

Extends a given alphabet with the mask alphabet. More...

#include <bio/alphabet/composite/tuple_base.hpp>
#include <bio/alphabet/detail/to_lower.hpp>
#include <bio/alphabet/mask/mask.hpp>
+ Include dependency graph for masked.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bio::alphabet::masked< sequence_alphabet_t >
 A template for composite alphabets that differentiate between upper and lower case characters.. More...
 

Namespaces

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

Detailed Description

Extends a given alphabet with the mask alphabet.

Author
Joshua Kim <joshua.kim AT fu-berlin.de>