![]() |
TrinityCore
|
#include <AsyncCallbackProcessor.h>
Public Member Functions | |
| AsyncCallbackProcessor ()=default | |
| ~AsyncCallbackProcessor ()=default | |
| T & | AddCallback (T &&query) |
| void | ProcessReadyCallbacks () |
| bool | Empty () const |
| void | CancelAll () |
Private Member Functions | |
| AsyncCallbackProcessor (AsyncCallbackProcessor const &)=delete | |
| AsyncCallbackProcessor & | operator= (AsyncCallbackProcessor const &)=delete |
Private Attributes | |
| std::vector< T > | _callbacks |
Definition at line 25 of file AsyncCallbackProcessor.h.
|
default |
|
default |
|
privatedelete |
|
inline |
|
inline |
Definition at line 56 of file AsyncCallbackProcessor.h.
|
inline |
Definition at line 51 of file AsyncCallbackProcessor.h.
|
privatedelete |
|
inline |
Definition at line 36 of file AsyncCallbackProcessor.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 65 of file AsyncCallbackProcessor.h.