Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
handler.h File Reference
#include <functional>
#include <memory>
Include dependency graph for handler.h:
This graph shows which files directly or indirectly include this file:

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< 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.