OpenBarnyard
 
Loading...
Searching...
No Matches
TGlobalEvent< T > Class Template Reference

Use as a parent class for classes that are global events. More...

#include <TGlobalEmitter.h>

Public Member Functions

virtual void ThrowGlobal () const
 

Detailed Description

template<class T>
class TGlobalEvent< T >

Use as a parent class for classes that are global events.

Definition at line 106 of file TGlobalEmitter.h.

Member Function Documentation

◆ ThrowGlobal()

template<class T>
virtual void TGlobalEvent< T >::ThrowGlobal ( ) const
inlinevirtual

Definition at line 109 of file TGlobalEmitter.h.

110 {
111 TGlobalEmitter<T>::Throw( *TSTATICCAST( const T, this ) );
113 }
#define TSTATICCAST(POINTERTYPE, VALUE)
Definition Defines.h:69
static void Throw(const T &a_rData)
Use as a parent class for classes that are global events.

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