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::AbstractFactory Class Referenceabstract

Abstract factory interface for creating events. More...

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

Inheritance diagram for utility::event::Event::AbstractFactory:

Public Member Functions

virtual std::shared_ptr< Eventcreate (void) const =0
 Create an event instance.
 

Detailed Description

Abstract factory interface for creating events.

Definition at line 43 of file event.hpp.

Member Function Documentation

◆ create()


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