SObjectizer  5.8
Loading...
Searching...
No Matches
mchain.cpp
Go to the documentation of this file.
1/*
2 * SObjectizer-5
3 */
4
5/*!
6 * \file
7 * \brief Public part of message chain related stuff.
8 *
9 * \since v.5.5.13
10 */
11
12#include <so_5/mchain.hpp>
13
14namespace so_5 {
15
16//
17// abstract_message_chain_t
18//
19mbox_t
21 {
22 return mbox_t{ this };
23 }
24
25} /* namespace so_5 */
An interface of message chain.
Definition mchain.hpp:459
so_5::mbox_t as_mbox()
Cast message chain to message box.
Definition mchain.cpp:20
Private part of message limit implementation.
Definition agent.cpp:33