SObjectizer-5 Extra
Namespaces | Classes | Typedefs
so_5::extra::shutdowner::details Namespace Reference

Namespaces

 status
 

Classes

class  layer_template_t
 A template-based implementation of shutdowner layer. More...
 
struct  notify_mbox_data_t
 An internal data of notify_mbox. More...
 
class  notify_mbox_t
 A special mbox which must be used for notification about shutdown operation. More...
 
struct  shutdown_time_elapsed_t
 A signal which is used to limit time of shutdown operation. More...
 
class  shutdowner_guard_t
 Implementation of stop_guard for shutdowner's purposes. More...
 
struct  subscriber_info_t
 Description of one subscriber. More...
 
class  time_elapsed_mbox_t
 Special mbox to receive and handle a signal about time limit. More...
 

Typedefs

using subscriber_container_t = std::vector< subscriber_info_t >
 Type of subscriber's container. More...
 

Typedef Documentation

◆ subscriber_container_t

Type of subscriber's container.

Definition at line 245 of file shutdowner.hpp.