SObjectizer  5.7
Public Member Functions | Public Attributes | List of all members
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. More...
 

Public Attributes

outliving_reference_t< environment_tm_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_tm_tracer
 Stuff to be used for message delivery tracing. More...
 

Detailed Description

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

Since
v.5.5.19.2

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.

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.

◆ m_id

mbox_id_t so_5::mbox_creation_data_t::m_id

ID for a new mbox.

◆ 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.


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