libSDL2pp
C++ bindings/wrapper for SDL2
Loading...
Searching...
No Matches
SDL2pp::RWops Member List

This is the complete list of members for SDL2pp::RWops, including all inherited members.

Close()SDL2pp::RWops
FromConstMem(const void *mem, int size)SDL2pp::RWopsstatic
FromFile(const std::string &file, const std::string &mode="rb")SDL2pp::RWopsstatic
FromFP(FILE *file, bool autoclose)SDL2pp::RWopsstatic
FromMem(void *mem, int size)SDL2pp::RWopsstatic
Get() constSDL2pp::RWops
operator=(RWops &&other) noexceptSDL2pp::RWops
operator=(const RWops &)=deleteSDL2pp::RWops
Read(void *ptr, size_t size, size_t maxnum)SDL2pp::RWops
ReadBE16()SDL2pp::RWops
ReadBE32()SDL2pp::RWops
ReadBE64()SDL2pp::RWops
ReadLE16()SDL2pp::RWops
ReadLE32()SDL2pp::RWops
ReadLE64()SDL2pp::RWops
RWops(SDL_RWops *rwops)SDL2pp::RWopsexplicit
RWops(RWops &&other) noexceptSDL2pp::RWops
RWops(const RWops &)=deleteSDL2pp::RWops
RWops(C &&custom_rwops)SDL2pp::RWopsinlineexplicit
rwops_SDL2pp::RWopsprotected
Seek(Sint64 offset, int whence)SDL2pp::RWops
Size()SDL2pp::RWops
Tell()SDL2pp::RWops
Write(const void *ptr, size_t size, size_t num)SDL2pp::RWops
WriteBE16(Uint16 value)SDL2pp::RWops
WriteBE32(Uint32 value)SDL2pp::RWops
WriteBE64(Uint64 value)SDL2pp::RWops
WriteLE16(Uint16 value)SDL2pp::RWops
WriteLE32(Uint32 value)SDL2pp::RWops
WriteLE64(Uint64 value)SDL2pp::RWops
~RWops()SDL2pp::RWops