Bitcoin Core  27.99.0
P2P Digital Currency
Variables
main.cpp File Reference
#include <qt/bitcoin.h>
#include <common/url.h>
#include <compat/compat.h>
#include <util/translation.h>
#include <QCoreApplication>
#include <functional>
#include <string>
Include dependency graph for main.cpp:

Go to the source code of this file.

Variables

const std::function< std::string(const char *)> G_TRANSLATION_FUN
 Translate string to current locale using Qt. More...
 
UrlDecodeFn *const URL_DECODE = urlDecode
 
const std::function< std::string()> G_TEST_GET_FULL_NAME {}
 Retrieve the unit test name. More...
 
 MAIN_FUNCTION
 

Variable Documentation

◆ G_TEST_GET_FULL_NAME

const std::function<std::string()> G_TEST_GET_FULL_NAME {}

Retrieve the unit test name.

Definition at line 22 of file main.cpp.

◆ G_TRANSLATION_FUN

const std::function<std::string(const char*)> G_TRANSLATION_FUN
extern
Initial value:
= [](const char* psz) {
return QCoreApplication::translate("bitcoin-core", psz).toStdString();
}

Translate string to current locale using Qt.

Definition at line 53 of file bitcoin-cli.cpp.

◆ MAIN_FUNCTION

MAIN_FUNCTION
Initial value:
{
return GuiMain(argc, argv)
int GuiMain(int argc, char *argv[])
Definition: bitcoin.cpp:503

Definition at line 24 of file main.cpp.

◆ URL_DECODE

UrlDecodeFn* const URL_DECODE = urlDecode

Definition at line 20 of file main.cpp.