|
SObjectizer
5.8
|
A description of one message limit. More...
#include <message_limit.hpp>
Public Member Functions | |
| description_t (std::type_index msg_type, unsigned int limit, action_t action) | |
| Initializing constructor. | |
Public Attributes | |
| std::type_index | m_msg_type |
| Type of message. | |
| unsigned int | m_limit |
| Max count of waiting messages. | |
| action_t | m_action |
| Reaction to overload. | |
|
inline |
Initializing constructor.
Definition at line 58 of file message_limit.hpp.
| action_t so_5::message_limit::description_t::m_action |
Reaction to overload.
Definition at line 55 of file message_limit.hpp.
| unsigned int so_5::message_limit::description_t::m_limit |
Max count of waiting messages.
Definition at line 52 of file message_limit.hpp.
| std::type_index so_5::message_limit::description_t::m_msg_type |
Type of message.
Definition at line 49 of file message_limit.hpp.