SObjectizer-5 Extra
Classes
so_5::extra::mboxes::retained_msg::details Namespace Reference

Classes

class  actual_mbox_t
 An actual implementation of retained message mbox. More...
 
struct  config_type
 A helper type which is a collection of type parameters. More...
 
struct  messages_table_item_t
 A type of item of message table for retained message mbox. More...
 
class  subscriber_info_t
 An information block about one subscriber. More...
 
struct  template_independent_mbox_data_t
 A mixin with actual data which is necessary for implementation of retained mbox. More...
 

Typedefs

Type extractors for config_type
template<typename Config_Type >
using traits_t = typename Config_Type::traits_type
 
template<typename Config_Type >
using lock_t = typename Config_Type::lock_type
 

Typedef Documentation

◆ lock_t

template<typename Config_Type >
using so_5::extra::mboxes::retained_msg::details::lock_t = typedef typename Config_Type::lock_type

Definition at line 93 of file retained_msg.hpp.

◆ traits_t

template<typename Config_Type >
using so_5::extra::mboxes::retained_msg::details::traits_t = typedef typename Config_Type::traits_type

Definition at line 90 of file retained_msg.hpp.