SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
cigar.hpp File Reference

Provides the seqan3::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  seqan3::cigar
 The seqan3::cigar semialphabet pairs a counter with a seqan3::cigar::operation letter. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::literals
 The SeqAn namespace for literals.
 

Functions

template<typename char_t >
debug_stream_type< char_t > & seqan3::operator<< (debug_stream_type< char_t > &s, cigar const c)
 Overload for the seqan3::debug_stream's operator.
 
Other literals
constexpr cigar::operation seqan3::literals::operator""_cigar_operation (char const c) noexcept
 The seqan3::cigar::operation char literal. More...
 

Detailed Description

Provides the seqan3::cigar alphabet.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>