#include <calculator.h>
#include <charconv>
#include <fstream>
#include <init.capnp.h>
#include <init.capnp.proxy.h>
#include <init.h>
#include <iostream>
#include <memory>
#include <mp/proxy-io.h>
#include <printer.h>
#include <stdexcept>
#include <string>
#include <utility>
Go to the source code of this file.
|
static void | LogPrint (bool raise, const std::string &message) |
|
int | main (int argc, char **argv) |
|
◆ LogPrint()
static void LogPrint |
( |
bool |
raise, |
|
|
const std::string & |
message |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |