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

Provides the bio::alphabet::cigar alphabet. More...

+ Include dependency graph for cigar.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bio::alphabet::cigar
 The cigar semialphabet pairs a counter with a bio::alphabet::cigar_op letter. More...
 
struct  std::tuple_element< i, bio::alphabet::cigar >
 Obtains the type of the specified component. More...
 
struct  std::tuple_size< bio::alphabet::cigar >
 Provides access to the number of components in a tuple as a compile-time constant expression. More...
 

Namespaces

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

Detailed Description

Provides the bio::alphabet::cigar alphabet.

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