|
SeqAn3 3.4.3-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::structure_file_input_format. More...
#include <fstream>#include <set>#include <string>#include <utility>#include <vector>#include <seqan3/alphabet/nucleotide/rna5.hpp>#include <seqan3/alphabet/structure/structured_rna.hpp>#include <seqan3/alphabet/structure/wuss.hpp>#include <seqan3/io/structure_file/input_options.hpp>#include <seqan3/utility/type_list/type_list.hpp>
Include dependency graph for structure_file/input_format_concept.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| interface | seqan3::structure_file_input_format< t > |
| The generic concept for structure file in formats. More... | |
| struct | seqan3::detail::structure_file_input_format_exposer< format_type > |
| Internal class used to expose the actual format interface to read structure records from the file. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::detail |
| The internal SeqAn3 namespace. | |
Concepts | |
| concept | seqan3::detail::type_list_of_structure_file_input_formats |
| Auxiliary concept that checks whether a type is a seqan3::type_list and all types meet seqan3::structure_file_input_format. | |
Variables | |
| template<typename t > | |
| constexpr bool | seqan3::detail::is_type_list_of_structure_file_input_formats_v = false |
| Auxiliary value metafuncton that checks whether a type is a seqan3::type_list and all types meet seqan3::structure_file_input_format [default is false]. | |
| template<typename... ts> | |
| constexpr bool | seqan3::detail::is_type_list_of_structure_file_input_formats_v< type_list< ts... > > |
| Auxiliary value metafuncton that checks whether a type is a seqan3::type_list and all types meet seqan3::structure_file_input_format [overload]. | |
Provides seqan3::structure_file_input_format.