Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
class | interfaces::Handler |
Generic interface for managing an event handler or callback function registered with another interface. More... | |
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... | |