SObjectizer 5.8
Loading...
Searching...
No Matches
so_5::mbox_creation_data_t Struct Reference

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_tm_env
 Environment for which the mbox is created.
 
mbox_id_t m_id
 ID for a new mbox.
 
outliving_reference_t< msg_tracing::holder_tm_tracer
 Stuff to be used for message delivery tracing.
 

Detailed Description

An information which is necessary for creation of a new mbox.

Since
v.5.5.19.2

Definition at line 31 of file custom_mbox.hpp.

Constructor & Destructor Documentation

◆ mbox_creation_data_t()

so_5::mbox_creation_data_t::mbox_creation_data_t ( outliving_reference_t< environment_t > env,
mbox_id_t id,
outliving_reference_t< msg_tracing::holder_t > tracer )
inline

Initializing constructor.

Definition at line 41 of file custom_mbox.hpp.

Member Data Documentation

◆ m_env

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.

◆ m_id

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.

◆ m_tracer

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.


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