BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Classes | Namespaces | Functions
handler.h File Reference
#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

 interfaces
 

Functions

std::unique_ptr< Handler > interfaces::MakeHandler (boost::signals2::connection connection)
 Return handler wrapping a boost signal connection. More...