![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
This is the complete list of members for dmxpp::DMX, including all inherited members.
DMX(const std::byte *dmxData, std::size_t dmxSize) | dmxpp::DMX | |
DMX(const unsigned char *dmxData, std::size_t dmxSize) | dmxpp::DMX | |
DMX(const std::vector< std::byte > &dmxData) | dmxpp::DMX | explicit |
DMX(const std::vector< unsigned char > &dmxData) | dmxpp::DMX | explicit |
getElements() const | dmxpp::DMX | |
getEncodingType() const | dmxpp::DMX | |
getEncodingVersion() const | dmxpp::DMX | |
getFormatType() const | dmxpp::DMX | |
getFormatVersion() const | dmxpp::DMX | |
openBinary(BufferStream &stream) | dmxpp::DMX | protected |
openText(const std::byte *dmxData, std::size_t dmxSize) | dmxpp::DMX | protected |
operator bool() const | dmxpp::DMX | explicit |