Bitcoin Core 29.99.0
P2P Digital Currency
Functions
example.cpp File Reference
#include <filesystem>
#include <fstream>
#include <future>
#include <init.capnp.h>
#include <init.capnp.proxy.h>
#include <iostream>
#include <mp/proxy-io.h>
#include <mp/util.h>
#include <stdexcept>
#include <string>
#include <thread>
#include <tuple>
#include <vector>
Include dependency graph for example.cpp:

Go to the source code of this file.

Functions

static auto Spawn (mp::EventLoop &loop, const std::string &process_argv0, const std::string &new_exe_name)
 
static void LogPrint (bool raise, const std::string &message)
 
int main (int argc, char **argv)
 

Function Documentation

◆ LogPrint()

static void LogPrint ( bool  raise,
const std::string &  message 
)
static

Definition at line 33 of file example.cpp.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 39 of file example.cpp.

Here is the call graph for this function:

◆ Spawn()

static auto Spawn ( mp::EventLoop loop,
const std::string &  process_argv0,
const std::string &  new_exe_name 
)
static

Definition at line 21 of file example.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: