SeqAn3  3.0.0
The Modern C++ library for sequence analysis.
record.hpp File Reference

Provides the seqan3::record template and the seqan3::field enum. More...

#include <tuple>
#include <meta/meta.hpp>
#include <seqan3/core/type_list.hpp>
#include <seqan3/core/type_traits/template_inspection.hpp>
+ Include dependency graph for record.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::fields< fs >
 A class template that holds a choice of seqan3::field. More...
 
struct  seqan3::record< field_types, field_ids >
 The class template that file records are based on; behaves like an std::tuple. More...
 
struct  std::tuple_element< elem_no, seqan3::record< field_types, field_ids > >
 Obtains the type of the specified element. More...
 
struct  std::tuple_size< seqan3::record< field_types, field_ids > >
 Provides access to the number of elements in a tuple as a compile-time constant expression. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 std
 SeqAn specific customisations in the standard namespace.
 

Enumerations

enum  seqan3::field {
  seqan3::field::SEQ, seqan3::field::ID, seqan3::field::QUAL, seqan3::field::SEQ_QUAL,
  seqan3::field::OFFSET, seqan3::field::BPP, seqan3::field::STRUCTURE, seqan3::field::STRUCTURED_SEQ,
  seqan3::field::ENERGY, seqan3::field::REACT, seqan3::field::REACT_ERR, seqan3::field::COMMENT,
  seqan3::field::ALIGNMENT, seqan3::field::REF_ID, seqan3::field::REF_SEQ, seqan3::field::REF_OFFSET,
  seqan3::field::HEADER_PTR, seqan3::field::FLAG, seqan3::field::MATE, seqan3::field::MAPQ,
  seqan3::field::TAGS, seqan3::field::BIT_SCORE, seqan3::field::EVALUE, seqan3::field::USER_DEFINED_0,
  seqan3::field::USER_DEFINED_1, seqan3::field::USER_DEFINED_2, seqan3::field::USER_DEFINED_3, seqan3::field::USER_DEFINED_4,
  seqan3::field::USER_DEFINED_5, seqan3::field::USER_DEFINED_6, seqan3::field::USER_DEFINED_7, seqan3::field::USER_DEFINED_8,
  seqan3::field::USER_DEFINED_9
}
 An enumerator for the fields used in file formats.Some of the fields are shared between formats. More...
 

Detailed Description

Provides the seqan3::record template and the seqan3::field enum.

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