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

Go to the source code of this file.

Functions

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

Variables

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

Function Documentation

◆ main()

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

Definition at line 21 of file main.cpp.

Here is the call graph for this function:

Variable Documentation

◆ G_TRANSLATION_FUN

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

Translate string to current locale using Qt.

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

◆ URL_DECODE

UrlDecodeFn* const URL_DECODE = urlDecode

Definition at line 19 of file main.cpp.