SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides the seqan3::sam_tag_dictionary class and auxiliaries. More...
#include <concepts>
#include <map>
#include <variant>
#include <seqan3/core/detail/template_inspection.hpp>
#include <seqan3/utility/char_operations/predicate.hpp>
#include <seqan3/utility/container/small_string.hpp>
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 | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::literals |
The SeqAn namespace for literals. | |
Functions | |
Other literals | |
template<typename char_t , char_t... s> | |
constexpr uint16_t | seqan3::literals::operator""_tag () |
The SAM tag literal, such that tags can be used in constant expressions. | |
Provides the seqan3::sam_tag_dictionary class and auxiliaries.