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

Provides alphabet adaptations for standard uint types. More...

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

Go to the source code of this file.

Classes

struct  seqan3::custom::alphabet< uint_type >
 Alphabet specific customisations for unsigned integral types. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::custom
 A namespace for third party and standard library specialisations of SeqAn customisation points.
 

Detailed Description

Provides alphabet adaptations for standard uint types.

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

This file provides function and type trait overloads so that the following types fulfil the seqan3::alphabet:

  • uint8_t
  • uint16_t
  • uint32_t

You will likely not use these interfaces directly, they are, however, very helpful for conversions between other alphabets and between other alphabets and characters.

Attention
Note that uint64_t is absent from the list, because there is no corresponding character type.