Bitcoin Core 28.99.0
P2P Digital Currency
|
RAII helper to remove no-longer-pending callback. More...
Public Member Functions | |
~HandleCallback () | |
Destructor to shut down after the last expected callback completes. More... | |
Public Attributes | |
std::string | m_callback |
AppTests & | m_app_tests |
RAII helper to remove no-longer-pending callback.
Definition at line 33 of file apptests.h.
AppTests::HandleCallback::~HandleCallback | ( | ) |
Destructor to shut down after the last expected callback completes.
Definition at line 105 of file apptests.cpp.
AppTests& AppTests::HandleCallback::m_app_tests |
Definition at line 36 of file apptests.h.
std::string AppTests::HandleCallback::m_callback |
Definition at line 35 of file apptests.h.