![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
#include <chainparams.h>#include <clientversion.h>#include <common/args.h>#include <common/init.h>#include <common/system.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/exception.h>#include <util/strencodings.h>#include <util/syserror.h>#include <util/threadnames.h>#include <util/tokenpipe.h>#include <util/translation.h>#include <any>#include <functional>Go to the source code of this file.
Functions | |
| static bool | AppInit (NodeContext &node, 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... | |
|
static |
Definition at line 131 of file bitcoind.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| 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 37 of file bitcoind.cpp.