A result of receive from mchain.
More...
#include <mchain.hpp>
A result of receive from mchain.
- Since
- v.5.5.13
Definition at line 961 of file mchain.hpp.
◆ mchain_receive_result_t() [1/2]
| so_5::mchain_receive_result_t::mchain_receive_result_t |
( |
| ) |
|
|
inlinenoexcept |
◆ mchain_receive_result_t() [2/2]
Initializing constructor.
- Parameters
-
| extracted | Count of extracted messages. |
| handled | Count of handled messages. |
| status | Status of extraction operation. |
Definition at line 979 of file mchain.hpp.
◆ extracted()
| std::size_t so_5::mchain_receive_result_t::extracted |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
Count of extracted messages.
Definition at line 994 of file mchain.hpp.
◆ handled()
| std::size_t so_5::mchain_receive_result_t::handled |
( |
| ) |
const |
|
inlinenodiscardnoexcept |
Count of handled messages.
Definition at line 999 of file mchain.hpp.
◆ status()
Extraction status (e.g. no messages, chain closed and so on).
Definition at line 1004 of file mchain.hpp.
◆ m_extracted
| std::size_t so_5::mchain_receive_result_t::m_extracted |
|
private |
Count of extracted messages.
Definition at line 964 of file mchain.hpp.
◆ m_handled
| std::size_t so_5::mchain_receive_result_t::m_handled |
|
private |
Count of handled messages.
Definition at line 966 of file mchain.hpp.
◆ m_status
Extraction status (e.g. no messages, chain closed and so on).
Definition at line 968 of file mchain.hpp.
The documentation for this class was generated from the following file: