This is the complete list of members for os::posix::file, including all inherited members.
| alloc_file_descriptor(void) | os::posix::io | protected |
| clear_file_descriptor(void) | os::posix::io | inlineprotected |
| close(void) override | os::posix::file | virtual |
| fcntl(int cmd,...) | os::posix::io | |
| file(file_impl &impl) | os::posix::file | |
| file_descriptor(void) const | os::posix::io | inline |
| file_descriptor(file_descriptor_t fildes) | os::posix::io | inlineprotected |
| fstat(struct stat *buf) | os::posix::io | virtual |
| fstatvfs(struct statvfs *buf) | os::posix::file | virtual |
| fsync(void) | os::posix::file | virtual |
| ftruncate(off_t length) | os::posix::file | virtual |
| get_file_system(void) | os::posix::file | inline |
| get_type(void) const | os::posix::io | inline |
| impl(void) const | os::posix::file | inline |
| io(io_impl &impl, type t) | os::posix::io | protected |
| is_opened(void) | os::posix::io | inline |
| isatty(void) | os::posix::io | |
| lseek(off_t offset, int whence) | os::posix::io | virtual |
| read(void *buf, std::size_t nbyte) | os::posix::io | virtual |
| type enum name | os::posix::io | |
| type_t typedef | os::posix::io | |
| vfcntl(int cmd, std::va_list args) | os::posix::io | virtual |
| write(const void *buf, std::size_t nbyte) | os::posix::io | virtual |
| writev(const iovec *iov, int iovcnt) | os::posix::io | virtual |
| ~file() override | os::posix::file | virtual |
| ~io() | os::posix::io | virtual |