Bitcoin Core  27.99.0
P2P Digital Currency
Classes | Namespaces | Functions
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
 Interface providing access to interprocess-communication (IPC) functionality. More...
 

Namespaces

 ipc
 
 interfaces
 

Functions

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