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

Provides seqan3::sequence_file_input and corresponding traits classes. More...

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

Go to the source code of this file.

Classes

class  seqan3::sequence_file_input< traits_type_, selected_field_ids_, valid_formats_, stream_char_type_ >
 A class for reading sequence files, e.g. FASTA, FASTQ ... More...
 
struct  seqan3::sequence_file_input_default_traits_aa
 A traits type that specifies input as amino acids. More...
 
struct  seqan3::sequence_file_input_default_traits_dna
 The default traits for seqan3::sequence_file_input. More...
 
struct  std::tuple_element< elem_no, seqan3::sequence_file_input< traits_type, selected_field_ids, valid_formats, stream_char_t > >
 Obtains the type of the specified element. More...
 
struct  std::tuple_size< seqan3::sequence_file_input< traits_type, selected_field_ids, valid_formats, stream_char_t > >
 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.
 

Detailed Description

Provides seqan3::sequence_file_input and corresponding traits classes.

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