engine-mk1
Public Member Functions | Public Attributes | List of all members
rz::eventstream::EventType Struct Reference

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
 

Detailed Description

The EventType is used to determine how to process an Event.

Events have the format "SCOPE_ACTION".

The EventType is used to determine how to process an Event.


The documentation for this struct was generated from the following file: