SObjectizer-5 Extra
Classes | Namespaces | Typedefs | Enumerations | Functions
time_unlimited.hpp File Reference

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...
 

Enumerations

enum  so_5::extra::async_op::time_unlimited::status_t {
  so_5::extra::async_op::time_unlimited::status_t::unknown_moved_away, so_5::extra::async_op::time_unlimited::status_t::not_activated, so_5::extra::async_op::time_unlimited::status_t::activated, so_5::extra::async_op::time_unlimited::status_t::completed,
  so_5::extra::async_op::time_unlimited::status_t::cancelled
}
 Enumeration for status of operation. 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...
 

Detailed Description

Implementation of time-unlimited asynchronous one-time operation.

Since
v.1.0.4

Definition in file time_unlimited.hpp.