|
Blender
V3.3
|
#include <Stream.h>
Public Member Functions | |
| Stream (unsigned char *m, unsigned int s) | |
| unsigned int | seek (unsigned int p) |
| void | set_failed (const char *msg) |
Public Attributes | |
| unsigned char * | mem |
| unsigned int | size |
| unsigned int | pos |
| bool | failed |
| unsigned int Stream::seek | ( | unsigned int | p | ) |
Definition at line 30 of file Stream.cpp.
References msg_error_seek, pos, set_failed(), and size.
Referenced by DirectDrawSurface::mipmap(), and DirectDrawSurface::readData().
| void Stream::set_failed | ( | const char * | msg | ) |
| bool Stream::failed |
Definition at line 15 of file Stream.h.
Referenced by DirectDrawSurface::readData(), and set_failed().
| unsigned char* Stream::mem |
Definition at line 12 of file Stream.h.
Referenced by mem_read().
| unsigned int Stream::pos |
Definition at line 14 of file Stream.h.
Referenced by is_read_within_bounds(), mem_read(), and seek().
| unsigned int Stream::size |
Definition at line 13 of file Stream.h.
Referenced by is_read_within_bounds(), DirectDrawSurface::readData(), and seek().