|
libSDL2pp
C++ bindings/wrapper for SDL2
|
This is the complete list of members for SDL2pp::Chunk, including all inherited members.
| Chunk(Mix_Chunk *chunk) | SDL2pp::Chunk | explicit |
| Chunk(const std::string &file) | SDL2pp::Chunk | explicit |
| Chunk(RWops &rwops) | SDL2pp::Chunk | explicit |
| Chunk(Chunk &&other) noexcept | SDL2pp::Chunk | |
| Chunk(const Chunk &other)=delete | SDL2pp::Chunk | |
| Get() const | SDL2pp::Chunk | |
| GetVolume() const | SDL2pp::Chunk | |
| operator=(Chunk &&other) noexcept | SDL2pp::Chunk | |
| operator=(const Chunk &other)=delete | SDL2pp::Chunk | |
| SetVolume(int volume) | SDL2pp::Chunk | |
| ~Chunk() | SDL2pp::Chunk |