Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <functional>
#include <memory>
#include <typeindex>
Go to the source code of this file.
Classes | |
class | interfaces::Ipc |
Interface providing access to interprocess-communication (IPC) functionality. More... | |
Namespaces | |
namespace | ipc |
namespace | interfaces |
Functions | |
std::unique_ptr< Ipc > | interfaces::MakeIpc (const char *exe_name, const char *process_argv0, Init &init) |
Return implementation of Ipc interface. More... | |