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

Go to the source code of this file.

Namespaces

namespace  common
 
namespace  interfaces
 

Functions

std::unique_ptr< Handlerinterfaces::MakeCleanupHandler (std::function< void()> cleanup)
 Return handler wrapping a cleanup function.
 
std::unique_ptr< Handlerinterfaces::MakeSignalHandler (boost::signals2::connection connection)
 Return handler wrapping a boost signal connection.
 
std::unique_ptr< Echointerfaces::MakeEcho ()
 Return implementation of Echo interface.
 

Variable Documentation

◆ m_cleanup

std::function<void()> m_cleanup

Definition at line 20 of file interfaces.cpp.

◆ m_connection

Definition at line 30 of file interfaces.cpp.