#include "Transaction.h"
◆ TransactionCallback() [1/2]
TransactionFuture m_future
Definition Transaction.h:123
◆ TransactionCallback() [2/2]
◆ AfterComplete()
void TransactionCallback::AfterComplete |
( |
std::function< void(bool)> |
callback | ) |
& |
|
inline |
117 {
119 }
std::function< void(bool)> m_callback
Definition Transaction.h:124
◆ InvokeIfReady()
bool TransactionCallback::InvokeIfReady |
( |
| ) |
|
183{
185 {
187 return true;
188 }
189
190 return false;
191}
References m_callback, and m_future.
◆ operator=()
◆ m_callback
std::function<void(bool)> TransactionCallback::m_callback |
◆ m_future
The documentation for this class was generated from the following files: