|
SObjectizer
5.7
|
A result of attempt of sending messages to a message chain. More...
#include <mchain.hpp>
Public Member Functions | |
| mchain_send_result_t () noexcept | |
| Default constructor. More... | |
| mchain_send_result_t (std::size_t sent, mchain_props::push_status_t status) | |
| Initializing constructor. More... | |
| std::size_t | sent () const noexcept |
| Count of messages sent. More... | |
| mchain_props::push_status_t | status () const noexcept |
| Status of send operation. More... | |
Private Attributes | |
| std::size_t | m_sent |
| Count of messages sent. More... | |
| mchain_props::push_status_t | m_status |
| The status of send operation. More... | |
A result of attempt of sending messages to a message chain.
This type plays the same role as mchain_receive_result_t but is used for send operations.
|
inlinenoexcept |
Default constructor.
Sets push_status_t::not_stored status.
|
inline |
Initializing constructor.
|
inlinenoexcept |
Count of messages sent.
|
inlinenoexcept |
Status of send operation.
|
private |
Count of messages sent.
|
private |
The status of send operation.
1.8.14