| access_read enum value | CL_File | |
| access_write enum value | CL_File | |
| AccessFlags enum name | CL_File | |
| CL_File() | CL_File | |
| CL_File(const CL_String &filename, CreateMode mode, unsigned int access=access_read|access_write, unsigned int share=share_all) | CL_File | |
| CL_File(const CL_String &filename, CreateMode mode, const CL_SecurityDescriptor &permissions, unsigned int access=access_read|access_write, unsigned int share=share_all) | CL_File | |
| CL_File(const CL_String &filename, OpenMode mode=open_existing, unsigned int access=access_read|access_write, unsigned int share=share_all) | CL_File | |
| CL_File(const CL_String &filename, OpenMode mode, const CL_SecurityDescriptor &permissions, unsigned int access=access_read|access_write, unsigned int share=share_all) | CL_File | |
| close() | CL_File | |
| create(const CL_String &filename, CreateMode mode=create_always, unsigned int access=access_read|access_write, unsigned int share=share_all) | CL_File | |
| create(const CL_String &filename, CreateMode mode, const CL_SecurityDescriptor &permissions, unsigned int access=access_read|access_write, unsigned int share=share_all) | CL_File | |
| create_always enum value | CL_File | |
| create_new enum value | CL_File | |
| CreateMode enum name | CL_File | |
| get_permissions() const | CL_File | |
| get_position() const | CL_File | [virtual] |
| get_size() const | CL_File | [virtual] |
| handle | CL_File | [private] |
| lowlevel_read(void *buffer, int size, bool read_all) | CL_File | [private] |
| open(const CL_String &filename, OpenMode mode=open_existing, unsigned int access=access_read|access_write, unsigned int share=share_all) | CL_File | |
| open(const CL_String &filename, OpenMode mode, const CL_SecurityDescriptor &permissions, unsigned int access=access_read|access_write, unsigned int share=share_all) | CL_File | |
| open_always enum value | CL_File | |
| open_existing enum value | CL_File | |
| open_existing_truncate enum value | CL_File | |
| OpenMode enum name | CL_File | |
| peek(void *data, int len) | CL_File | [virtual] |
| peeked_data | CL_File | [private] |
| read(void *buffer, int size, bool read_all=true) | CL_File | |
| receive(void *data, int len, bool receive_all=true) | CL_File | [virtual] |
| seek(int position, SeekMode mode=seek_set) | CL_File | [virtual] |
| 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_File | [virtual] |
| set_permissions(const CL_SecurityDescriptor &permissions) | CL_File | |
| share_all enum value | CL_File | |
| share_delete enum value | CL_File | |
| share_read enum value | CL_File | |
| share_write enum value | CL_File | |
| ShareFlags enum name | CL_File | |
| write(const void *buffer, int size, bool write_all=true) | CL_File | |
| ~CL_File() | CL_File | |
| ~CL_IODevice() | CL_IODevice | [inline, virtual] |