|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
This is the complete list of members for ts::RomImage, including all inherited members.
| compute_sha256() const | ts::RomImage | |
| from_memory(std::span< const std::uint8_t > image, RomVerification verification=RomVerification::full, const TableManifest *manifest=nullptr, std::string name="<memory>") | ts::RomImage | static |
| length() const noexcept | ts::RomImage | inline |
| manifest() const noexcept | ts::RomImage | inline |
| open(const std::string &path, RomVerification verification=RomVerification::full, const TableManifest *manifest=nullptr) | ts::RomImage | static |
| operator=(RomImage &&) noexcept | ts::RomImage | |
| operator=(const RomImage &)=delete | ts::RomImage | |
| path() const noexcept | ts::RomImage | inline |
| read(std::int64_t file_offset, std::span< std::uint8_t > destination) const | ts::RomImage | |
| read(std::int64_t file_offset, std::size_t length) const | ts::RomImage | |
| read(const TableEntry &entry) const | ts::RomImage | |
| read_pe_timestamp() const | ts::RomImage | |
| RomImage(RomImage &&) noexcept | ts::RomImage | |
| RomImage(const RomImage &)=delete | ts::RomImage | |
| ~RomImage() | ts::RomImage |