cuSBF
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
fastx_file_buffer.hpp File Reference
#include <cstdint>
#include <filesystem>
#include <format>
#include <fstream>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
#include <cusbf/error.hpp>
#include <cusbf/gzstreambuf.hpp>
Include dependency graph for fastx_file_buffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cusbf::detail::FastxFileBuffer
 Read-only contiguous file payload for in-memory FASTX parsing. More...
 

Namespaces

namespace  cusbf
 
namespace  cusbf::detail
 

Functions

bool cusbf::detail::fastx_file_supports_memory_map (const std::filesystem::path &path)
 True when path is not gzip-compressed (mmap path is usable).