|
SObjectizer
5.5
|
Description of one demand in message chain. More...
#include <mchain.hpp>
Public Member Functions | |
| demand_t () | |
| Default constructor. More... | |
| demand_t (std::type_index msg_type, so_5::message_ref_t message_ref, so_5::invocation_type_t demand_type) | |
| Initializing constructor. More... | |
| demand_t (const demand_t &o) | |
| Copy constructor. More... | |
| demand_t (demand_t &&o) | |
| Move constructor. More... | |
| void | swap (demand_t &o) |
| Swap operation. More... | |
| demand_t & | operator= (const demand_t &o) |
| Copy operator. More... | |
| demand_t & | operator= (demand_t &&o) |
| Move operator. More... | |
Public Attributes | |
| std::type_index | m_msg_type |
| Type of the message. More... | |
| so_5::message_ref_t | m_message_ref |
| Event incident. More... | |
| so_5::invocation_type_t | m_demand_type |
| Type of demand. More... | |
Description of one demand in message chain.
|
inline |
Default constructor.
|
inline |
Initializing constructor.
|
inline |
Copy constructor.
|
inline |
Move constructor.
|
inline |
Swap operation.
| so_5::invocation_type_t so_5::mchain_props::demand_t::m_demand_type |
Type of demand.
| so_5::message_ref_t so_5::mchain_props::demand_t::m_message_ref |
Event incident.
| std::type_index so_5::mchain_props::demand_t::m_msg_type |
Type of the message.
1.8.14