![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "EventProcessor.h"
Public Member Functions | |
| LambdaBasicEvent (T &&callback) | |
| bool | Execute (uint64, uint32) override |
Public Member Functions inherited from BasicEvent | |
| BasicEvent ()=default | |
| virtual | ~BasicEvent ()=default |
| virtual bool | IsDeletable () const |
| virtual void | Abort (uint64) |
| void | ScheduleAbort () |
Private Attributes | |
| T | _callback |
|
inline |
|
inlineoverridevirtual |
Reimplemented from BasicEvent.
References LambdaBasicEvent< T >::_callback.
|
private |
Referenced by LambdaBasicEvent< T >::Execute().