|
SObjectizer-5 Extra
|
Implementation of time-unlimited asynchronous one-time operation. More...
#include <so_5_extra/async_op/details.hpp>#include <so_5_extra/async_op/errors.hpp>#include <so_5/details/invoke_noexcept_code.hpp>#include <so_5/agent.hpp>#include <so_5/outliving.hpp>#include <vector>Go to the source code of this file.
Classes | |
| class | so_5::extra::async_op::time_unlimited::cancellation_point_t< Operation_Data > |
| An object that allows to cancel async operation. More... | |
| class | so_5::extra::async_op::time_unlimited::definition_point_t< Operation_Data > |
| An interface for definition of async operation. More... | |
| class | so_5::extra::async_op::time_unlimited::details::op_data_t |
| A main class for implementation of time-unlimited asynchronous one-time operation. More... | |
| struct | so_5::extra::async_op::time_unlimited::details::op_data_t::subscription_data_t |
| Description of one subscription. More... | |
| class | so_5::extra::async_op::time_unlimited::cancellation_point_t< Operation_Data > |
| An object that allows to cancel async operation. More... | |
| class | so_5::extra::async_op::time_unlimited::definition_point_t< Operation_Data > |
| An interface for definition of async operation. More... | |
Namespaces | |
| so_5 | |
| Ranges for error codes of each submodules. | |
| so_5::extra | |
| so_5::extra::async_op | |
| so_5::extra::async_op::time_unlimited | |
| so_5::extra::async_op::time_unlimited::details | |
Typedefs | |
| template<typename Operation_Data > | |
| using | so_5::extra::async_op::time_unlimited::details::op_shptr_t = ::so_5::intrusive_ptr_t< Operation_Data > |
| An alias for smart pointer to operation data. More... | |
Functions | |
| definition_point_t< details::op_data_t > | so_5::extra::async_op::time_unlimited::make (::so_5::agent_t &owner) |
| Helper function for creation an instance of async operation. More... | |
Implementation of time-unlimited asynchronous one-time operation.
Definition in file time_unlimited.hpp.
1.8.14