SObjectizer
5.7
|
An information which is necessary for creation of a new mbox. More...
#include <custom_mbox.hpp>
Public Member Functions | |
mbox_creation_data_t (outliving_reference_t< environment_t > env, mbox_id_t id, outliving_reference_t< msg_tracing::holder_t > tracer) | |
Initializing constructor. More... | |
Public Attributes | |
outliving_reference_t< environment_t > | m_env |
Environment for which the mbox is created. More... | |
mbox_id_t | m_id |
ID for a new mbox. More... | |
outliving_reference_t< msg_tracing::holder_t > | m_tracer |
Stuff to be used for message delivery tracing. More... | |
An information which is necessary for creation of a new mbox.
|
inline |
Initializing constructor.
outliving_reference_t< environment_t > so_5::mbox_creation_data_t::m_env |
Environment for which the mbox is created.
mbox_id_t so_5::mbox_creation_data_t::m_id |
ID for a new mbox.
outliving_reference_t< msg_tracing::holder_t > so_5::mbox_creation_data_t::m_tracer |
Stuff to be used for message delivery tracing.