|
SObjectizer
5.5
|
An information which is necessary for creation of a new mbox. More...
#include <custom_mbox.hpp>
Public Member Functions | |
| mbox_creation_data_t (mbox_id_t id, outliving_reference_t< msg_tracing::holder_t > tracer) | |
| Initializing constructor. More... | |
Public Attributes | |
| 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.
| 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.
1.8.14