SObjectizer-5 Extra
|
A special mixin which must be used in actual type of collecting mbox. More...
#include <collecting_mbox.hpp>
Public Member Functions | |
size_specific_base_type (mbox_id_t mbox_id, mbox_t target) | |
Constructor. More... | |
constexpr std::size_t | messages_to_collect () const noexcept |
Total count of messages to be collected before messages_collected will be sent. More... | |
Public Attributes | |
const mbox_id_t | m_id |
Unique ID of mbox. More... | |
const mbox_t | m_target |
A target for messages_collected. More... | |
A special mixin which must be used in actual type of collecting mbox.
Definition at line 844 of file collecting_mbox.hpp.
|
inline |
Constructor.
Definition at line 852 of file collecting_mbox.hpp.
|
inlinenoexcept |
Total count of messages to be collected before messages_collected will be sent.
Definition at line 863 of file collecting_mbox.hpp.
const mbox_id_t so_5::extra::mboxes::collecting_mbox::constexpr_size_traits_t< S >::size_specific_base_type::m_id |
Unique ID of mbox.
Definition at line 847 of file collecting_mbox.hpp.
const mbox_t so_5::extra::mboxes::collecting_mbox::constexpr_size_traits_t< S >::size_specific_base_type::m_target |
A target for messages_collected.
Definition at line 849 of file collecting_mbox.hpp.