![]() |
TrinityCore
|
#include <Transaction.h>
Public Member Functions | |
| TransactionCallback (TransactionFuture &&future) | |
| TransactionCallback (TransactionCallback &&)=default | |
| TransactionCallback & | operator= (TransactionCallback &&)=default |
| void | AfterComplete (std::function< void(bool)> callback) & |
| bool | InvokeIfReady () |
Public Attributes | |
| TransactionFuture | m_future |
| std::function< void(bool)> | m_callback |
Definition at line 104 of file Transaction.h.
|
inline |
Definition at line 107 of file Transaction.h.
|
default |
|
inline |
Definition at line 112 of file Transaction.h.
| bool TransactionCallback::InvokeIfReady | ( | ) |
|
default |
| std::function<void(bool)> TransactionCallback::m_callback |
Definition at line 120 of file Transaction.h.
| TransactionFuture TransactionCallback::m_future |
Definition at line 119 of file Transaction.h.