|
cuSBF
|
#include <bit>#include <cstdint>#include <optional>#include <string>#include <string_view>#include <utility>#include <cusbf/error.hpp>#include <cusbf/Fastx.hpp>Go to the source code of this file.
Classes | |
| class | cusbf::detail::FastxBufferReader |
| FASTA/FASTQ parser over a contiguous in-memory buffer. More... | |
Namespaces | |
| namespace | cusbf |
| namespace | cusbf::detail |
Typedefs | |
| using | cusbf::detail::fastx_line_end_fn = decltype(&fastx_line_end_scalar) |
Functions | |
| size_t | cusbf::detail::fastx_line_end_scalar (std::string_view data, size_t position) |
| fastx_line_end_fn | cusbf::detail::resolve_fastx_line_end () |
| size_t | cusbf::detail::fastx_line_end (std::string_view data, size_t position) |