|
Blender
V3.3
|
Go to the source code of this file.
Classes | |
| struct | Stream |
Functions | |
| unsigned int | mem_read (Stream &mem, unsigned long long &i) |
| unsigned int | mem_read (Stream &mem, unsigned int &i) |
| unsigned int | mem_read (Stream &mem, unsigned short &i) |
| unsigned int | mem_read (Stream &mem, unsigned char &i) |
| unsigned int | mem_read (Stream &mem, unsigned char *i, unsigned int count) |
| unsigned int mem_read | ( | Stream & | mem, |
| unsigned char & | i | ||
| ) |
Definition at line 75 of file Stream.cpp.
References is_read_within_bounds(), Stream::mem, msg_error_read, Stream::pos, and Stream::set_failed().
| unsigned int mem_read | ( | Stream & | mem, |
| unsigned char * | i, | ||
| unsigned int | count | ||
| ) |
Definition at line 86 of file Stream.cpp.
References count, is_read_within_bounds(), Stream::mem, msg_error_read, Stream::pos, and Stream::set_failed().
| unsigned int mem_read | ( | Stream & | mem, |
| unsigned int & | i | ||
| ) |
Definition at line 53 of file Stream.cpp.
References is_read_within_bounds(), Stream::mem, msg_error_read, Stream::pos, and Stream::set_failed().
| unsigned int mem_read | ( | Stream & | mem, |
| unsigned long long & | i | ||
| ) |
Definition at line 42 of file Stream.cpp.
References is_read_within_bounds(), Stream::mem, msg_error_seek, Stream::pos, and Stream::set_failed().
| unsigned int mem_read | ( | Stream & | mem, |
| unsigned short & | i | ||
| ) |
Definition at line 64 of file Stream.cpp.
References is_read_within_bounds(), Stream::mem, msg_error_read, Stream::pos, and Stream::set_failed().