|
|
| StreamRWops (SDL_RWops *val=nullptr) |
| |
|
| StreamRWops (StreamRWops &&srw) noexcept |
| |
|
StreamRWops & | operator= (StreamRWops &&srw) noexcept |
| |
|
void | close (void) |
| |
|
size_t | size (void) const |
| |
|
size_t | last (void) const |
| |
|
size_t | tell (void) const |
| |
|
bool | skip (size_t) const |
| |
|
bool | seek (int offset, int whence) const |
| |
|
bool | isValid (void) const |
| |
|
int | get8 (void) const |
| |
|
int | getBE16 (void) const |
| |
|
int | getLE16 (void) const |
| |
|
int | getBE32 (void) const |
| |
|
int | getLE32 (void) const |
| |
|
s64 | getBE64 (void) const |
| |
|
s64 | getLE64 (void) const |
| |
|
BinaryBuf | get (size_t=0) const |
| |
|
bool | put8 (char) |
| |
|
bool | putBE16 (u16) |
| |
|
bool | putLE16 (u16) |
| |
|
bool | putBE32 (u32) |
| |
|
bool | putLE32 (u32) |
| |
|
bool | putBE64 (u64) |
| |
|
bool | putLE64 (u64) |
| |
|
bool | put (const char *, size_t) |
| |
Объявления и описания членов классов находятся в файлах: