Asio Extensions
Additional functionality built on top of (Boost.)Asio
|
This is the complete list of members for asioext::thread_pool_file_service, including all inherited members.
assign(implementation_type &impl, const native_handle_type &handle, error_code &ec) noexcept | asioext::thread_pool_file_service | |
async_read_some(implementation_type &impl, const MutableBufferSequence &buffers, Handler &&handler) | asioext::thread_pool_file_service | |
async_read_some_at(implementation_type &impl, uint64_t offset, const MutableBufferSequence &buffers, Handler &&handler) | asioext::thread_pool_file_service | |
async_write_some(implementation_type &impl, const ConstBufferSequence &buffers, Handler &&handler) | asioext::thread_pool_file_service | |
async_write_some_at(implementation_type &impl, uint64_t offset, const ConstBufferSequence &buffers, Handler &&handler) | asioext::thread_pool_file_service | |
attributes(implementation_type &impl, error_code &ec) noexcept | asioext::thread_pool_file_service | |
attributes(implementation_type &impl, file_attrs new_attrs, error_code &ec) noexcept | asioext::thread_pool_file_service | |
attributes(implementation_type &impl, file_attrs new_attrs, file_attr_options opts, error_code &ec) noexcept | asioext::thread_pool_file_service | |
cancel(implementation_type &impl, error_code &ec) noexcept | asioext::thread_pool_file_service | |
close(implementation_type &impl, error_code &ec) noexcept | asioext::thread_pool_file_service | |
construct(implementation_type &impl) | asioext::thread_pool_file_service | |
destroy(implementation_type &impl) | asioext::thread_pool_file_service | |
id | asioext::thread_pool_file_service | static |
implementation_type typedef | asioext::thread_pool_file_service | |
is_open(const implementation_type &impl) const noexcept | asioext::thread_pool_file_service | inline |
move_assign(implementation_type &impl, thread_pool_file_service &other_service, implementation_type &other_impl) | asioext::thread_pool_file_service | |
move_construct(implementation_type &impl, implementation_type &other_impl) noexcept | asioext::thread_pool_file_service | |
native_handle(implementation_type &impl) noexcept | asioext::thread_pool_file_service | inline |
native_handle_type typedef | asioext::thread_pool_file_service | |
open(implementation_type &impl, const char *filename, open_flags flags, file_perms perms, file_attrs attrs, error_code &ec) noexcept | asioext::thread_pool_file_service | |
open(implementation_type &impl, const wchar_t *filename, open_flags flags, file_perms perms, file_attrs attrs, error_code &ec) noexcept | asioext::thread_pool_file_service | |
open(implementation_type &impl, const boost::filesystem::path &filename, open_flags flags, file_perms perms, file_attrs attrs, error_code &ec) noexcept | asioext::thread_pool_file_service | |
permissions(implementation_type &impl, error_code &ec) noexcept | asioext::thread_pool_file_service | |
permissions(implementation_type &impl, file_perms new_perms, error_code &ec) noexcept | asioext::thread_pool_file_service | |
permissions(implementation_type &impl, file_perms new_perms, file_perm_options opts, error_code &ec) noexcept | asioext::thread_pool_file_service | |
position(implementation_type &impl, error_code &ec) noexcept | asioext::thread_pool_file_service | |
read_some(implementation_type &impl, const MutableBufferSequence &buffers, error_code &ec) noexcept | asioext::thread_pool_file_service | |
read_some_at(implementation_type &impl, uint64_t offset, const MutableBufferSequence &buffers, error_code &ec) noexcept | asioext::thread_pool_file_service | |
seek(implementation_type &impl, seek_origin origin, int64_t offset, error_code &ec) noexcept | asioext::thread_pool_file_service | |
shutdown_service() | asioext::thread_pool_file_service | |
size(implementation_type &impl, error_code &ec) noexcept | asioext::thread_pool_file_service | |
size(implementation_type &impl, uint64_t new_size, error_code &ec) noexcept | asioext::thread_pool_file_service | |
thread_pool_file_service(asio::io_service &io_service, std::size_t num_threads=1) | asioext::thread_pool_file_service | explicit |
times(implementation_type &impl, error_code &ec) noexcept | asioext::thread_pool_file_service | |
times(implementation_type &impl, const file_times &new_times, error_code &ec) noexcept | asioext::thread_pool_file_service | |
write_some(implementation_type &impl, const ConstBufferSequence &buffers, error_code &ec) noexcept | asioext::thread_pool_file_service | |
write_some_at(implementation_type &impl, uint64_t offset, const ConstBufferSequence &buffers, error_code &ec) noexcept | asioext::thread_pool_file_service |