| CL_IODevice() | CL_IODevice | |
| CL_IODevice(CL_IODeviceProvider *provider) | CL_IODevice | |
| duplicate() | CL_IODevice | |
| get_position() const | CL_IODevice | |
| get_size() const | CL_IODevice | |
| impl | CL_IODevice | [protected] |
| is_little_endian() const | CL_IODevice | |
| is_null() const | CL_IODevice | |
| peek(void *data, int len) | CL_IODevice | |
| read(void *data, int len, bool receive_all=true) | CL_IODevice | |
| read_float() | CL_IODevice | |
| read_int16() | CL_IODevice | |
| read_int32() | CL_IODevice | |
| read_int64() | CL_IODevice | |
| read_int8() | CL_IODevice | |
| read_string_a() | CL_IODevice | |
| read_string_nul() | CL_IODevice | |
| read_string_text(const char *skip_initial_chars, const char *read_until_chars, bool allow_eof=true) | CL_IODevice | |
| read_uint16() | CL_IODevice | |
| read_uint32() | CL_IODevice | |
| read_uint64() | CL_IODevice | |
| read_uint8() | CL_IODevice | |
| receive(void *data, int len, bool receive_all=true) | CL_IODevice | |
| seek(int position, SeekMode mode=seek_set) | CL_IODevice | |
| seek_cur enum value | CL_IODevice | |
| seek_end enum value | CL_IODevice | |
| seek_set enum value | CL_IODevice | |
| SeekMode enum name | CL_IODevice | |
| send(const void *data, int len, bool send_all=true) | CL_IODevice | |
| set_big_endian_mode() | CL_IODevice | |
| set_little_endian_mode() | CL_IODevice | |
| set_system_mode() | CL_IODevice | |
| write(const void *data, int len, bool send_all=true) | CL_IODevice | |
| write_float(float data) | CL_IODevice | |
| write_int16(cl_int16 data) | CL_IODevice | |
| write_int32(cl_int32 data) | CL_IODevice | |
| write_int64(cl_int64 data) | CL_IODevice | |
| write_int8(cl_int8 data) | CL_IODevice | |
| write_string_a(const CL_StringRef8 &str) | CL_IODevice | |
| write_uint16(cl_uint16 data) | CL_IODevice | |
| write_uint32(cl_uint32 data) | CL_IODevice | |
| write_uint64(cl_uint64 data) | CL_IODevice | |
| write_uint8(cl_uint8 data) | CL_IODevice | |
| ~CL_IODevice() | CL_IODevice | |