| accessMode_t enum name | P::IODevice | |
| AllowNone enum value | P::IODevice | |
| AllowRead enum value | P::IODevice | |
| AllowReadWrite enum value | P::IODevice | |
| AllowWrite enum value | P::IODevice | |
| Append enum value | P::File | |
| close() | P::IODevice | [virtual] |
| commit() | P::IODevice | [virtual] |
| copy(IODevice &src, IODevice &dst, bool commit=false) | P::IODevice | [static] |
| CreateFail enum value | P::File | |
| createMode_t enum name | P::File | |
| exists(const char *path) | P::File | [static] |
| File() | P::File | |
| File(const File &f) | P::File | |
| File(const char *path, accessMode_t access, openMode_t open=Normal, createMode_t create=OpenCreate, shareMode_t share=AllowNone) | P::File | |
| handle() const | P::IODevice | [inline] |
| IODevice() | P::IODevice | [inline] |
| IODevice(io_handle_t handle) | P::IODevice | |
| IODevice(const IODevice &dev) | P::IODevice | |
| isSeekable() const | P::IODevice | [virtual] |
| isValid() const | P::IODevice | [inline] |
| mktemp(const char *prefix) | P::File | [static] |
| Normal enum value | P::File | |
| open(const char *path, accessMode_t access, openMode_t open=Normal, createMode_t create=OpenCreate, shareMode_t share=AllowNone) | P::File | |
| OpenCreate enum value | P::File | |
| OpenExisting enum value | P::File | |
| openMode_t enum name | P::File | |
| operator=(const File &f) | P::File | |
| P::IODevice::operator=(const IODevice &dev) | P::IODevice | |
| path() const | P::File | [inline] |
| peek(char *buffer, size_t count) | P::File | [virtual] |
| read(char *buffer, size_t count) | P::IODevice | [virtual] |
| Read enum value | P::IODevice | |
| ReadWrite enum value | P::IODevice | |
| reopen() | P::File | |
| seek(off_t offset, seekMode_t mode) | P::IODevice | [virtual] |
| seekCurrent enum value | P::IODevice | |
| seekEnd enum value | P::IODevice | |
| seekMode_t enum name | P::IODevice | |
| seekSet enum value | P::IODevice | |
| setHandle(io_handle_t handle) | P::IODevice | [inline, protected] |
| shareMode_t enum name | P::IODevice | |
| size() | P::File | |
| stat(const char *path) | P::File | [static] |
| truncate(off_t size) | P::File | |
| Truncate enum value | P::File | |
| unlink(const char *path) | P::File | [static] |
| Write enum value | P::IODevice | |
| write(const char *buffer, size_t count) | P::IODevice | [virtual] |
| ~File() | P::File | |
| ~IODevice() | P::IODevice | [virtual] |