R-Type
Public Member Functions | List of all members
GameEngine::IEvent< T > Class Template Referenceabstract

Interface for event. More...

#include <RenderInterfaces.hpp>

Public Member Functions

virtual T & getEvent ()=0
 Get the event stored. More...
 

Detailed Description

template<class T>
class GameEngine::IEvent< T >

Interface for event.

Template Parameters
Ttype on event

Member Function Documentation

◆ getEvent()

template<class T >
virtual T& GameEngine::IEvent< T >::getEvent ( )
pure virtual

Get the event stored.

Returns
event stored

Implemented in GameEngine::SEvent.


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