SObjectizer  5.5
Public Member Functions | Public Attributes | Friends | List of all members
so_5::mchain_props::demand_t Struct Reference

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)
 Initializing constructor. 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...
 

Friends

void swap (demand_t &a, demand_t &b)
 Swap operation. More...
 

Detailed Description

Description of one demand in message chain.

Since
v.5.5.13

Constructor & Destructor Documentation

◆ demand_t() [1/2]

so_5::mchain_props::demand_t::demand_t ( )
inline

Default constructor.

◆ demand_t() [2/2]

so_5::mchain_props::demand_t::demand_t ( std::type_index  msg_type,
so_5::message_ref_t  message_ref 
)
inline

Initializing constructor.

Friends And Related Function Documentation

◆ swap

void swap ( demand_t a,
demand_t b 
)
friend

Swap operation.

Member Data Documentation

◆ m_message_ref

so_5::message_ref_t so_5::mchain_props::demand_t::m_message_ref

Event incident.

◆ m_msg_type

std::type_index so_5::mchain_props::demand_t::m_msg_type

Type of the message.


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