Provides the seqan3::sam_tag_dictionary class and auxiliaries. More...
#include <map>#include <variant>#include <seqan3/core/char_operations/predicate.hpp>#include <seqan3/core/concept/core_language.hpp>#include <seqan3/core/type_traits/template_inspection.hpp>#include <seqan3/range/container/small_string.hpp>#include <seqan3/std/concepts>
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... | |
Provides the seqan3::sam_tag_dictionary class and auxiliaries.