Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
calculator.cpp File Reference
#include <calculator.h>
#include <init.capnp.h>
#include <init.capnp.proxy.h>
#include <charconv>
#include <cstring>
#include <fstream>
#include <functional>
#include <iostream>
#include <kj/async.h>
#include <kj/common.h>
#include <kj/memory.h>
#include <memory>
#include <mp/proxy-io.h>
#include <stdexcept>
#include <string>
#include <system_error>
#include <utility>
Include dependency graph for calculator.cpp:

Go to the source code of this file.

Classes

class  CalculatorImpl
class  InitImpl

Functions

static void LogPrint (bool raise, const std::string &message)
int main (int argc, char **argv)

Function Documentation

◆ LogPrint()

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

Definition at line 42 of file calculator.cpp.

Here is the caller graph for this function:

◆ main()

int main ( int argc,
char ** argv )

Definition at line 48 of file calculator.cpp.

Here is the call graph for this function: