This is the complete list of members for stdx::io::file_handle, including all inherited members.
caching_ | stdx::io::file_handle | private |
close() noexcept | stdx::io::file_handle | |
current_path() const noexcept | stdx::io::file_handle | |
dev_t typedef | stdx::io::file_handle | |
devid_ | stdx::io::file_handle | private |
file(const path_handle &base, file_handle::path_view_type path, mode _mode=mode::read, creation _creation=creation::open_existing, caching _caching=caching::all, flag flags=flag::none) noexcept | stdx::io::file_handle | static |
file_handle(native_handle_type h, dev_t devid, ino_t inode, caching caching=caching::none, flag flags=flag::none) noexcept | stdx::io::file_handle | inline |
file_handle(const file_handle &)=delete | stdx::io::file_handle | |
file_handle(file_handle &&rhs) | stdx::io::file_handle | inline |
flags() const noexcept | stdx::io::file_handle | inline |
flags_ | stdx::io::file_handle | private |
handle_ | stdx::io::file_handle | private |
ino_t typedef | stdx::io::file_handle | |
inode_ | stdx::io::file_handle | private |
invalid_handle | stdx::io::file_handle | static |
kernel_caching() const noexcept | stdx::io::file_handle | inline |
native_handle() const noexcept | stdx::io::file_handle | inline |
native_handle_type typedef | stdx::io::file_handle | |
operator=(const file_handle &)=delete | stdx::io::file_handle | |
path_type typedef | stdx::io::file_handle | |
path_view_type typedef | stdx::io::file_handle | |
release() noexcept | stdx::io::file_handle | inline |
st_dev() const noexcept | stdx::io::file_handle | inline |
st_ino() const noexcept | stdx::io::file_handle | inline |
uniquely_named_file(const path_handle &base, mode _mode=mode::write, caching _caching=caching::temporary, flag flags=flag::none) noexcept | stdx::io::file_handle | static |
unlink() | stdx::io::file_handle | |
write(const char *data, const size_t len) | stdx::io::file_handle | |
~file_handle() | stdx::io::file_handle | inline |