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