Bitcoin ABC  0.28.12
P2P Digital Currency
Functions | Variables
bitcoind.cpp File Reference
#include <chainparams.h>
#include <clientversion.h>
#include <compat.h>
#include <config.h>
#include <httprpc.h>
#include <init.h>
#include <interfaces/chain.h>
#include <node/context.h>
#include <node/ui_interface.h>
#include <noui.h>
#include <shutdown.h>
#include <util/check.h>
#include <util/strencodings.h>
#include <util/system.h>
#include <util/threadnames.h>
#include <util/tokenpipe.h>
#include <util/translation.h>
#include <any>
#include <functional>
Include dependency graph for bitcoind.cpp:

Go to the source code of this file.

Functions

static bool AppInit (int argc, char *argv[])
 
int main (int argc, char *argv[])
 

Variables

const std::function< std::string(const char *)> G_TRANSLATION_FUN = nullptr
 Translate string to current locale using Qt. More...
 

Function Documentation

◆ AppInit()

static bool AppInit ( int  argc,
char *  argv[] 
)
static

Definition at line 127 of file bitcoind.cpp.

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

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 315 of file bitcoind.cpp.

Here is the call graph for this function:

Variable Documentation

◆ G_TRANSLATION_FUN

const std::function<std::string(const char *)> G_TRANSLATION_FUN = nullptr

Translate string to current locale using Qt.

Translate a message to the native language of the user.

Definition at line 33 of file bitcoind.cpp.