#include <Transaction.h>
Definition at line 106 of file Transaction.h.
◆ TransactionCallback() [1/2]
| TransactionCallback::TransactionCallback |
( |
std::future< bool > && |
future | ) |
|
|
inline |
◆ TransactionCallback() [2/2]
◆ AfterComplete()
| void TransactionCallback::AfterComplete |
( |
std::function< void(bool)> |
callback | ) |
& |
|
inline |
◆ InvokeIfReady()
| bool TransactionCallback::InvokeIfReady |
( |
| ) |
|
◆ operator=()
◆ m_callback
| std::function<void(bool)> TransactionCallback::m_callback |
◆ m_future
| std::future<bool> TransactionCallback::m_future |
The documentation for this class was generated from the following files: