ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
message_type_range Struct Referencefinal

Range of message types handled by a subsystem. More...

#include <message_handler.hpp>

Collaboration diagram for message_type_range:
Collaboration graph

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
 

Detailed Description

Range of message types handled by a subsystem.

Defines an inclusive range [min, max] of message types.