Bitcoin Core  27.99.0
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
AppTests::HandleCallback Struct Reference

RAII helper to remove no-longer-pending callback. More...

Collaboration diagram for AppTests::HandleCallback:
[legend]

Public Member Functions

 ~HandleCallback ()
 Destructor to shut down after the last expected callback completes. More...
 

Public Attributes

std::string m_callback
 
AppTestsm_app_tests
 

Detailed Description

RAII helper to remove no-longer-pending callback.

Definition at line 33 of file apptests.h.

Constructor & Destructor Documentation

◆ ~HandleCallback()

AppTests::HandleCallback::~HandleCallback ( )

Destructor to shut down after the last expected callback completes.

Definition at line 105 of file apptests.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_app_tests

AppTests& AppTests::HandleCallback::m_app_tests

Definition at line 36 of file apptests.h.

◆ m_callback

std::string AppTests::HandleCallback::m_callback

Definition at line 35 of file apptests.h.


The documentation for this struct was generated from the following files: