Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Functions | Variables
main.cpp File Reference
#include <qt/bitcoin.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.

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.
 

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 20 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
extern
Initial value:
=
[](const char *psz) {
return QCoreApplication::translate("bitcoin-abc", psz).toStdString();
}
T GetRand(T nMax=std::numeric_limits< T >::max()) noexcept
Generate a uniform random integer of type T in the range [0..nMax) nMax defaults to std::numeric_limi...
Definition random.h:85

Translate string to current locale using Qt.

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