|
SObjectizer 5.8
|
Description of one demand in message chain. More...
#include <mchain.hpp>
Public Member Functions | |
| demand_t () | |
| Default constructor. | |
| demand_t (std::type_index msg_type, so_5::message_ref_t message_ref) | |
| Initializing constructor. | |
Public Attributes | |
| std::type_index | m_msg_type |
| Type of the message. | |
| so_5::message_ref_t | m_message_ref |
| Event incident. | |
Friends | |
| void | swap (demand_t &a, demand_t &b) noexcept |
| Swap operation. | |
Description of one demand in message chain.
Definition at line 143 of file mchain.hpp.
|
inline |
Default constructor.
Definition at line 151 of file mchain.hpp.
|
inline |
Initializing constructor.
Definition at line 155 of file mchain.hpp.
Swap operation.
Definition at line 164 of file mchain.hpp.
| so_5::message_ref_t so_5::mchain_props::demand_t::m_message_ref |
Event incident.
Definition at line 148 of file mchain.hpp.
| std::type_index so_5::mchain_props::demand_t::m_msg_type |
Type of the message.
Definition at line 146 of file mchain.hpp.