SObjectizer  5.5
Public Member Functions | Private Attributes | List of all members
so_5::impl::internal_message_iface_t Class Reference

A helper class for accessing the functionality of message-class which is specific for SObjectizer internals only. More...

#include <internal_message_iface.hpp>

Public Member Functions

 internal_message_iface_t (const message_t &msg)
 Initializing constructor. More...
 
const void * payload_ptr () const
 Get the pointer to the actual message payload. More...
 

Private Attributes

const message_tm_msg
 A message instance to work with. More...
 

Detailed Description

A helper class for accessing the functionality of message-class which is specific for SObjectizer internals only.

Since
v.5.5.9

Constructor & Destructor Documentation

◆ internal_message_iface_t()

so_5::impl::internal_message_iface_t::internal_message_iface_t ( const message_t msg)
inline

Initializing constructor.

Member Function Documentation

◆ payload_ptr()

const void* so_5::impl::internal_message_iface_t::payload_ptr ( ) const
inline

Get the pointer to the actual message payload.

Member Data Documentation

◆ m_msg

const message_t& so_5::impl::internal_message_iface_t::m_msg
private

A message instance to work with.


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