SObjectizer  5.8
Loading...
Searching...
No Matches
so_5::send_functions_details Namespace Reference

Implementation details for send-family and request_future/value helper functions. More...

Functions

const so_5::mbox_targ_to_mbox (const so_5::mbox_t &mbox)
 
const so_5::mbox_targ_to_mbox (const so_5::agent_t &agent)
 
so_5::mbox_t arg_to_mbox (const so_5::mchain_t &chain)
 
so_5::environment_targ_to_env (const so_5::mbox_t &mbox)
 
so_5::environment_targ_to_env (const so_5::agent_t &agent)
 
so_5::environment_targ_to_env (const so_5::mchain_t &chain)
 

Detailed Description

Implementation details for send-family and request_future/value helper functions.

Since
v.5.5.9

Function Documentation

◆ arg_to_env() [1/3]

so_5::environment_t & so_5::send_functions_details::arg_to_env ( const so_5::agent_t & agent)
inline

Definition at line 168 of file send_functions.hpp.

◆ arg_to_env() [2/3]

so_5::environment_t & so_5::send_functions_details::arg_to_env ( const so_5::mbox_t & mbox)
inline

Definition at line 165 of file send_functions.hpp.

◆ arg_to_env() [3/3]

so_5::environment_t & so_5::send_functions_details::arg_to_env ( const so_5::mchain_t & chain)
inline

Definition at line 171 of file send_functions.hpp.

◆ arg_to_mbox() [1/3]

const so_5::mbox_t & so_5::send_functions_details::arg_to_mbox ( const so_5::agent_t & agent)
inline

Definition at line 159 of file send_functions.hpp.

◆ arg_to_mbox() [2/3]

const so_5::mbox_t & so_5::send_functions_details::arg_to_mbox ( const so_5::mbox_t & mbox)
inline

Definition at line 156 of file send_functions.hpp.

◆ arg_to_mbox() [3/3]

so_5::mbox_t so_5::send_functions_details::arg_to_mbox ( const so_5::mchain_t & chain)
inline

Definition at line 162 of file send_functions.hpp.