Casioext::associated_allocator< Handler > | Helper trait to obtain the allocator associated with a handler |
Casioext::async_completion< CompletionToken, Signature > | |
Casioext::async_result< CompletionToken, Signature > | An interface for customising the behaviour of an initiating function |
Casioext::async_result< typename std::decay< CompletionToken >::type, Signature > | |
▼Cbasic_io_object | |
Casioext::basic_file< FileService > | Basic interface for (a)synchronous file I/O |
Casioext::basic_linear_buffer< Allocator > | A dynamically sized contiguously stored buffer |
Casioext::cancellation_token | Token to determine if an operation was cancelled |
Casioext::cancellation_token_source | Manager for cancellation_tokens |
▼Casioext::composed_operation< Handler > | Base class for composed operations |
Casioext::socks::detail::socks_sexec_op< Socket, DynamicBuffer, Handler > | |
Casioext::socks::detail::socks_sgreet_op< Socket, DynamicBuffer, Handler > | |
Casioext::socks::detail::socks_slogin_op< Socket, DynamicBuffer, Handler > | |
▼Ccoroutine | |
Casioext::socks::detail::socks_sexec_op< Socket, DynamicBuffer, Handler > | |
Casioext::socks::detail::socks_sgreet_op< Socket, DynamicBuffer, Handler > | |
Casioext::socks::detail::socks_slogin_op< Socket, DynamicBuffer, Handler > | |
Casioext::dynamic_linear_buffer< Allocator > | Adapt a basic_linear_buffer to the DynamicBuffer requirements |
Casioext::file_clock | Special clock for filesystem time points |
Casioext::file_handle | A thin and lightweight wrapper around a native file handle |
Casioext::file_times | Container for various times associated with a file |
Casioext::hook_allocator< T, Handler > | Allocator that uses a handler's memory allocation hooks |
Cstd::is_error_code_enum< asioext::socks::error > | |
Casioext::is_raw_byte_container< T > | Determines whether T satisfies the RawByteContainer requirements |
▼Cservice | |
Casioext::thread_pool_file_service | A FileService utilizing a thread-pool for async operations |
Casioext::unique_file_handle | RAII wrapper around file_handle |