SDL Window Engine  20200905
Открытые члены | Защищенные данные | Полный список членов класса
Класс SWE::StreamRWops

Открытые члены

 StreamRWops (SDL_RWops *val=nullptr)
 
 StreamRWops (StreamRWops &&srw) noexcept
 
StreamRWopsoperator= (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)
 

Защищенные данные

SDL_RWops * rw
 

Объявления и описания членов классов находятся в файлах: