SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
max_error_common.hpp File Reference

Provides the error types for maximum number of errors. More...

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

Go to the source code of this file.

Classes

struct  seqan3::search_cfg::deletion< value_t >
 A strong type of underlying type uint8_t or double that represents the number or rate of deletions. More...
 
struct  seqan3::search_cfg::insertion< value_t >
 A strong type of underlying type uint8_t or double that represents the number or rate of insertions. More...
 
struct  seqan3::search_cfg::substitution< value_t >
 A strong type of underlying type uint8_t or double that represents the number or rate of substitutions. More...
 
struct  seqan3::search_cfg::total< value_t >
 A strong type of underlying type uint8_t or double that represents the number or rate of total errors. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::search_cfg
 A special sub namespace for the search configurations.
 

Detailed Description

Provides the error types for maximum number of errors.

Author
Christopher Pockrandt <christopher.pockrandt AT fu-berlin.de>