AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#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 |
|
inline |
|
default |
|
inline |
bool TransactionCallback::InvokeIfReady | ( | ) |
References m_callback, and m_future.
|
default |
std::function<void(bool)> TransactionCallback::m_callback |
Referenced by InvokeIfReady().
TransactionFuture TransactionCallback::m_future |
Referenced by InvokeIfReady().