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

Provides the seqan3::sam_tag_dictionary class and auxiliaries. More...

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

Go to the source code of this file.

Classes

class  seqan3::sam_tag_dictionary
 The SAM tag dictionary class that stores all optional SAM fields. More...
 
struct  seqan3::sam_tag_type< tag_value >
 The generic base class. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 

Typedefs

template<uint16_t tag_value>
using seqan3::sam_tag_type_t = typename sam_tag_type< tag_value >::type
 Short cut helper for seqan3::sam_tag_type::type.
 

Functions

template<typename char_t , char_t ... s>
constexpr uint16_t seqan3::operator""_tag ()
 The SAM tag literal, such that tags can be used in constant expressions. More...
 

Detailed Description

Provides the seqan3::sam_tag_dictionary class and auxiliaries.

Author
Svenja Mehringer <svenja.mehringer AT fu-berlin.de>