![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
This is the complete list of members for sndpp::RIFF, including all inherited members.
| chunks | sndpp::RIFF | protected |
| data | sndpp::RIFF | protected |
| getChunks() const | sndpp::RIFF | |
| getFirstChunk(uint32_t chunkType) const | sndpp::RIFF | |
| getNthChunk(uint32_t chunkType, uint32_t n) const | sndpp::RIFF | |
| getSignature() const | sndpp::RIFF | |
| hasChunk(uint32_t chunkType) const | sndpp::RIFF | |
| hasNthChunk(uint32_t chunkType, uint32_t n) const | sndpp::RIFF | |
| isBigEndian() const | sndpp::RIFF | |
| operator bool() const | sndpp::RIFF | explicit |
| RIFF(uint32_t type, uint32_t signature=RIFF_SIGNATURE) | sndpp::RIFF | explicit |
| RIFF(std::vector< std::byte > &&riffData, uint32_t type_) | sndpp::RIFF | explicit |
| RIFF(std::span< const std::byte > riffData, uint32_t type_) | sndpp::RIFF | explicit |
| RIFF(const std::filesystem::path &riffPath, uint32_t type_) | sndpp::RIFF | explicit |
| signature | sndpp::RIFF | protected |
| type | sndpp::RIFF | protected |