|
SeqAn3 3.4.2-rc.1
The Modern C++ library for sequence analysis.
|
Internal class used to expose the actual format interface to read SAM records from the file. More...
#include <seqan3/io/sam_file/input_format_concept.hpp>
Inheritance diagram for seqan3::detail::sam_file_input_format_exposer< format_type >:Public Member Functions | |
| template<typename... ts> | |
| void | read_alignment_record (ts &&... args) |
| Forwards to the seqan3::sam_file_input_format::read_alignment_record interface. | |
Internal class used to expose the actual format interface to read SAM records from the file.
| format_type | The type of the format to be exposed. |
Exposes the protected member function read_alignment_record from the given format_type, such that the file can call the proper function for the selected format.