Bitcoin Core 31.99.0
P2P Digital Currency
Namespaces | Functions
basic.cpp File Reference
#include <interfaces/init.h>
#include <interfaces/ipc.h>
Include dependency graph for basic.cpp:

Go to the source code of this file.

Namespaces

namespace  init
 
namespace  interfaces
 

Functions

std::unique_ptr< Initinterfaces::MakeBasicInit (const char *exe_name, const char *process_argv0="")
 Return implementation of Init interface for a basic IPC client that doesn't provide any IPC services itself. More...
 

Variable Documentation

◆ m_ipc

std::unique_ptr<interfaces::Ipc> m_ipc
private

Definition at line 16 of file basic.cpp.