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

Interface for clock. More...

#include <RenderInterfaces.hpp>

Public Member Functions

 ~IClock ()=default
 Destructor. More...
 
virtual T & getClock ()=0
 Get the clock stored. More...
 

Detailed Description

template<typename T>
class GameEngine::IClock< T >

Interface for clock.

Template Parameters
Ttype of the clock

Constructor & Destructor Documentation

◆ ~IClock()

template<typename T >
GameEngine::IClock< T >::~IClock ( )
default

Destructor.

Member Function Documentation

◆ getClock()

template<typename T >
virtual T& GameEngine::IClock< T >::getClock ( )
pure virtual

Get the clock stored.

Returns
reference to the clock

Implemented in GameEngine::Clock.


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