Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Namespaces | Functions
handler.cpp File Reference
#include <interfaces/handler.h>
#include <common/system.h>
#include <boost/signals2/connection.hpp>
#include <utility>
Include dependency graph for handler.cpp:

Go to the source code of this file.

Namespaces

namespace  interfaces
 

Functions

std::unique_ptr< Handlerinterfaces::MakeHandler (boost::signals2::connection connection)
 Return handler wrapping a boost signal connection.
 
std::unique_ptr< Handlerinterfaces::MakeHandler (std::function< void()> cleanup)
 Return handler wrapping a cleanup function.
 

Variable Documentation

◆ m_cleanup

std::function<void()> m_cleanup

Definition at line 43 of file handler.cpp.

◆ m_connection

Definition at line 22 of file handler.cpp.