Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
ipc.h File Reference
#include <functional>
#include <memory>
#include <typeindex>
Include dependency graph for ipc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  interfaces::Ipc

Namespaces

namespace  ipc
namespace  interfaces

Functions

std::unique_ptr< Ipcinterfaces::MakeIpc (const char *exe_name, const char *process_argv0, Init &init)
 Return implementation of Ipc interface.