|
engine-mk1
|
The EventType is used to determine how to process an Event. More...
#include <EventStream.hpp>
Public Member Functions | |
| EventType (std::string name) | |
| bool | operator== (const EventType &rhs) const noexcept |
| bool | operator!= (const EventType &rhs) const noexcept |
| bool | operator== (const std::string &name) const noexcept |
| bool | operator!= (const std::string &name) const noexcept |
Public Attributes | |
| std::size_t | hash |
| std::string | debugName |
1.8.11