![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <btcsignals.h>#include <interfaces/echo.h>#include <interfaces/handler.h>#include <memory>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | common |
| namespace | interfaces |
Functions | |
| std::unique_ptr< Handler > | interfaces::MakeCleanupHandler (std::function< void()> cleanup) |
| Return handler wrapping a cleanup function. More... | |
| std::unique_ptr< Handler > | interfaces::MakeSignalHandler (btcsignals::connection connection) |
| Return handler wrapping a btcsignals connection. More... | |
| std::unique_ptr< Echo > | interfaces::MakeEcho () |
| Return implementation of Echo interface. More... | |
| std::function<void()> m_cleanup |
Definition at line 20 of file interfaces.cpp.
| btcsignals::scoped_connection m_connection |
Definition at line 30 of file interfaces.cpp.