|
ORE Studio 0.0.4
|
Range of message types handled by a subsystem. More...
#include <message_handler.hpp>

Public Member Functions | |
| bool | contains (message_type type) const |
| Check if a message type falls within this range. | |
| bool | operator< (const message_type_range &other) const |
| Comparison operator for use in ordered containers. | |
Public Attributes | |
| std::uint16_t | min |
| std::uint16_t | max |
Range of message types handled by a subsystem.
Defines an inclusive range [min, max] of message types.