utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
utility::event::Event Class Reference

Base class for events in the event system. More...

#include <headers/utility/event/event.hpp>

Inheritance diagram for utility::event::Event:

Classes

class  AbstractFactory
 Abstract factory interface for creating events. More...
 

Public Member Functions

 Event (void)=default
 Default constructor.
 
virtual ~Event (void)=default
 Virtual destructor.
 

Detailed Description

Base class for events in the event system.

Serves as a polymorphic base for all event types.

Definition at line 37 of file event.hpp.


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