Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
ts::RomImage Member List

This is the complete list of members for ts::RomImage, including all inherited members.

compute_sha256() constts::RomImage
from_memory(std::span< const std::uint8_t > image, RomVerification verification=RomVerification::full, const TableManifest *manifest=nullptr, std::string name="<memory>")ts::RomImagestatic
length() const noexceptts::RomImageinline
manifest() const noexceptts::RomImageinline
open(const std::string &path, RomVerification verification=RomVerification::full, const TableManifest *manifest=nullptr)ts::RomImagestatic
operator=(RomImage &&) noexceptts::RomImage
operator=(const RomImage &)=deletets::RomImage
path() const noexceptts::RomImageinline
read(std::int64_t file_offset, std::span< std::uint8_t > destination) constts::RomImage
read(std::int64_t file_offset, std::size_t length) constts::RomImage
read(const TableEntry &entry) constts::RomImage
read_pe_timestamp() constts::RomImage
RomImage(RomImage &&) noexceptts::RomImage
RomImage(const RomImage &)=deletets::RomImage
~RomImage()ts::RomImage