SObjectizer-5 Extra
Public Member Functions | Private Attributes | List of all members
so_5::extra::mboxes::collecting_mbox::runtime_size_traits_t::messages_collected_mixin_type Class Reference

A special mixin which must be used in actual type of messages_collected message. More...

#include <collecting_mbox.hpp>

Public Member Functions

 messages_collected_mixin_type (std::size_t size)
 
container_typestorage () noexcept
 
const container_typestorage () const noexcept
 
std::size_t size () const noexcept
 

Private Attributes

container_type m_messages
 

Detailed Description

A special mixin which must be used in actual type of messages_collected message.

Definition at line 904 of file collecting_mbox.hpp.

Constructor & Destructor Documentation

◆ messages_collected_mixin_type()

so_5::extra::mboxes::collecting_mbox::runtime_size_traits_t::messages_collected_mixin_type::messages_collected_mixin_type ( std::size_t  size)
inline

Definition at line 908 of file collecting_mbox.hpp.

Member Function Documentation

◆ size()

std::size_t so_5::extra::mboxes::collecting_mbox::runtime_size_traits_t::messages_collected_mixin_type::size ( ) const
inlinenoexcept

Definition at line 919 of file collecting_mbox.hpp.

◆ storage() [1/2]

container_type& so_5::extra::mboxes::collecting_mbox::runtime_size_traits_t::messages_collected_mixin_type::storage ( )
inlinenoexcept

Definition at line 913 of file collecting_mbox.hpp.

◆ storage() [2/2]

const container_type& so_5::extra::mboxes::collecting_mbox::runtime_size_traits_t::messages_collected_mixin_type::storage ( ) const
inlinenoexcept

Definition at line 916 of file collecting_mbox.hpp.

Member Data Documentation

◆ m_messages

container_type so_5::extra::mboxes::collecting_mbox::runtime_size_traits_t::messages_collected_mixin_type::m_messages
private

Definition at line 906 of file collecting_mbox.hpp.


The documentation for this class was generated from the following file: