![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <interfaces/handler.h>#include <common/system.h>#include <boost/signals2/connection.hpp>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | interfaces |
Functions | |
| std::unique_ptr< Handler > | interfaces::MakeHandler (boost::signals2::connection connection) |
| Return handler wrapping a boost signal connection. More... | |
| std::unique_ptr< Handler > | interfaces::MakeHandler (std::function< void()> cleanup) |
| Return handler wrapping a cleanup function. More... | |
| std::function<void()> m_cleanup |
Definition at line 43 of file handler.cpp.
| boost::signals2::scoped_connection m_connection |
Definition at line 22 of file handler.cpp.