OpenBarnyard
 
Loading...
Searching...
No Matches
TGenericGlobalEvent Class Reference

Used to catch all events that are thrown from TGlobalEvent. More...

#include <TGlobalEmitter.h>

Public Member Functions

 TGenericGlobalEvent (const void *a_pData)
 

Public Attributes

const void * m_pData
 

Detailed Description

Used to catch all events that are thrown from TGlobalEvent.

Definition at line 92 of file TGlobalEmitter.h.

Constructor & Destructor Documentation

◆ TGenericGlobalEvent()

TGenericGlobalEvent::TGenericGlobalEvent ( const void * a_pData)
inline

Definition at line 95 of file TGlobalEmitter.h.

96 : m_pData( a_pData ) {}

Member Data Documentation

◆ m_pData

const void* TGenericGlobalEvent::m_pData

Definition at line 99 of file TGlobalEmitter.h.


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