Asio Extensions
Additional functionality built on top of (Boost.)Asio
|
This is the complete list of members for asioext::file_handle, including all inherited members.
attributes() | asioext::file_handle | |
attributes(error_code &ec) noexcept | asioext::file_handle | |
attributes(file_attrs attrs, file_attr_options opts=file_attr_options::replace) | asioext::file_handle | |
attributes(file_attrs attrs, error_code &ec) noexcept | asioext::file_handle | |
attributes(file_attrs attrs, file_attr_options opts, error_code &ec) noexcept | asioext::file_handle | |
clear() noexcept | asioext::file_handle | |
close() | asioext::file_handle | |
close(error_code &ec) noexcept | asioext::file_handle | |
file_handle() noexcept | asioext::file_handle | |
file_handle(const native_handle_type &handle) noexcept | asioext::file_handle | |
is_open() const noexcept | asioext::file_handle | |
lowest_layer() noexcept | asioext::file_handle | inline |
lowest_layer() const noexcept | asioext::file_handle | inline |
lowest_layer_type typedef | asioext::file_handle | |
native_handle() const noexcept | asioext::file_handle | inline |
native_handle_type typedef | asioext::file_handle | |
permissions() | asioext::file_handle | |
permissions(error_code &ec) noexcept | asioext::file_handle | |
permissions(file_perms perms, file_perm_options opts=file_perm_options::replace) | asioext::file_handle | |
permissions(file_perms perms, error_code &ec) noexcept | asioext::file_handle | |
permissions(file_perms perms, file_perm_options opts, error_code &ec) noexcept | asioext::file_handle | |
position() | asioext::file_handle | |
position(error_code &ec) noexcept | asioext::file_handle | |
read_some(const MutableBufferSequence &buffers) | asioext::file_handle | |
read_some(const MutableBufferSequence &buffers, error_code &ec) noexcept | asioext::file_handle | |
read_some_at(uint64_t offset, const MutableBufferSequence &buffers) | asioext::file_handle | |
read_some_at(uint64_t offset, const MutableBufferSequence &buffers, error_code &ec) noexcept | asioext::file_handle | |
seek(seek_origin origin, int64_t offset) | asioext::file_handle | |
seek(seek_origin origin, int64_t offset, error_code &ec) noexcept | asioext::file_handle | |
size() | asioext::file_handle | |
size(error_code &ec) noexcept | asioext::file_handle | |
size(uint64_t new_size) | asioext::file_handle | |
size(uint64_t new_size, error_code &ec) noexcept | asioext::file_handle | |
times() | asioext::file_handle | |
times(error_code &ec) noexcept | asioext::file_handle | |
times(const file_times &new_times) | asioext::file_handle | |
times(const file_times &new_times, error_code &ec) noexcept | asioext::file_handle | |
write_some(const ConstBufferSequence &buffers) | asioext::file_handle | |
write_some(const ConstBufferSequence &buffers, error_code &ec) noexcept | asioext::file_handle | |
write_some_at(uint64_t offset, const ConstBufferSequence &buffers) | asioext::file_handle | |
write_some_at(uint64_t offset, const ConstBufferSequence &buffers, error_code &ec) noexcept | asioext::file_handle | |
~file_handle() | asioext::file_handle |