struct
#include <src/vt/event/event_id.h>
EventIDManager
Public types
- using EventIDBitsType = eEventIDBits
Public static functions
- static auto makeEvent(EventIdentifierType const& id, NodeType const& node) -> EventType
- static auto getEventNode(EventType const& event) -> NodeType
- static void setEventNode(EventType& event, NodeType const& node)
- static void setEventIdentifier(EventType& event, EventIdentifierType const& id)
- static auto getEventIdentifier(EventType const& event) -> EventIdentifierType
Constructors, destructors, conversion operators
- EventIDManager() defaulted