Asio Extensions
Additional functionality built on top of (Boost.)Asio
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 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_tokenToken to determine if an operation was cancelled
 Casioext::cancellation_token_sourceManager 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_clockSpecial clock for filesystem time points
 Casioext::file_handleA thin and lightweight wrapper around a native file handle
 Casioext::file_timesContainer 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_serviceA FileService utilizing a thread-pool for async operations
 Casioext::unique_file_handleRAII wrapper around file_handle