|
SObjectizer
5.5
|
An information about payload inside envelope. More...
#include <enveloped_msg.hpp>
Public Member Functions | |
| payload_info_t (message_ref_t message) | |
| Initializing constructor. More... | |
Getters | |
| SO_5_NODISCARD message_ref_t & | message () const noexcept |
Private Attributes | |
| message_ref_t | m_message |
| Actual enveloped message. More... | |
An information about payload inside envelope.
This class is necessary for incapsulation of information related to payload inside an envelope. In v.5.5.23 this class contains only reference to the payload message. But additional info can be added in some future versions.
|
inline |
Initializing constructor.
|
inlinenoexcept |
|
mutableprivate |
Actual enveloped message.
This member is mutable because we need to return non-const reference to message_ref_t from const method message().
1.8.14