|
SObjectizer
5.5
|
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. More... | |
Public Attributes | |
| std::type_index | m_msg_type |
| Type of message. More... | |
| unsigned int | m_limit |
| Max count of waiting messages. More... | |
| action_t | m_action |
| Reaction to overload. More... | |
A description of one message limit.
|
inline |
Initializing constructor.
| action_t so_5::message_limit::description_t::m_action |
Reaction to overload.
| unsigned int so_5::message_limit::description_t::m_limit |
Max count of waiting messages.
| std::type_index so_5::message_limit::description_t::m_msg_type |
Type of message.
1.8.14