|
DCL 4.1
|
This is the complete list of members for File, including all inherited members.
| __closeOnClose | File | protected |
| __handle | File | protected |
| __path | File | protected |
| available() const __DCL_THROWS1(IOException *) | File | virtual |
| BEGIN enum value | File | |
| className() const | Object | |
| close() __DCL_THROWS1(IOException *) | File | virtual |
| CURRENT enum value | File | |
| destroy() | Object | virtual |
| END enum value | File | |
| File() | File | protected |
| File(HandleType _handle, const String &_path) | File | protected |
| File(const String &_path, int _oflags=READONLY, int _mode=0666) __DCL_THROWS1(IOException *) | File | |
| File(HandleType _handle, int _ohints, bool _closeOnClose) __DCL_THROWS1(IOException *) | File | |
| handle() const | File | inline |
| isInstanceOf(const std::type_info &typeinfo) const | Object | |
| mtime() const __DCL_THROWS1(IOException *) | File | |
| Object() | Object | protected |
| open(const String &_path, int _oflags=READONLY, int _mode=0666) __DCL_THROWS1(IOException *) | File | |
| open(HandleType _handle, int _ohints, bool _closeOnClose) __DCL_THROWS1(IOException *) | File | |
| openTempFile(const String &_dirname, const String &_prefix, unsigned int _mode=0666) __DCL_THROWS1(IOException *) | File | static |
| path() const | File | inline |
| read(void *_buf, size_t _n) __DCL_THROWS1(IOException *) | File | virtual |
| seek(off_t _offset, int _whence) __DCL_THROWS1(IOException *) | File | |
| size() const __DCL_THROWS1(IOException *) | File | |
| sync() __DCL_THROWS1(IOException *) | File | virtual |
| time(time_t *_atime, time_t *_mtime, time_t *_ctime) const | File | |
| toString() const | File | virtual |
| typeInfo() const | Object | virtual |
| Whence enum name | File | |
| write(const void *_buf, size_t _n) __DCL_THROWS1(IOException *) | File | virtual |
| ~File() | File | virtual |
| ~Object() | Object | protectedvirtual |