SObjectizer 5.8
|
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. | |
Public Attributes | |
outliving_reference_t< environment_t > | m_env |
Environment for which the mbox is created. | |
mbox_id_t | m_id |
ID for a new mbox. | |
outliving_reference_t< msg_tracing::holder_t > | m_tracer |
Stuff to be used for message delivery tracing. | |
An information which is necessary for creation of a new mbox.
Definition at line 31 of file custom_mbox.hpp.
|
inline |
Initializing constructor.
Definition at line 41 of file custom_mbox.hpp.
outliving_reference_t< environment_t > so_5::mbox_creation_data_t::m_env |
Environment for which the mbox is created.
Definition at line 34 of file custom_mbox.hpp.
mbox_id_t so_5::mbox_creation_data_t::m_id |
ID for a new mbox.
Definition at line 36 of file custom_mbox.hpp.
outliving_reference_t< msg_tracing::holder_t > so_5::mbox_creation_data_t::m_tracer |
Stuff to be used for message delivery tracing.
Definition at line 38 of file custom_mbox.hpp.