Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <clientversion.h>
#include <common/args.h>
#include <iguana_formatter.h>
#include <iguana_interpreter.h>
#include <memory>
#include <policy/policy.h>
#include <span.h>
#include <streams.h>
#include <tinyformat.h>
#include <util/strencodings.h>
#include <util/string.h>
#include <util/translation.h>
#include <iostream>
Go to the source code of this file.
Functions | |
void | SetupIguanaArgs (ArgsManager &args) |
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... | |
const int64_t | DEFAULT_INPUT_INDEX = 0 |
const std::string | DEFAULT_FORMAT = "human" |
int main | ( | int | argc, |
char * | argv[] | ||
) |
void SetupIguanaArgs | ( | ArgsManager & | args | ) |
Definition at line 25 of file iguana.cpp.
const std::string DEFAULT_FORMAT = "human" |
Definition at line 23 of file iguana.cpp.
const int64_t DEFAULT_INPUT_INDEX = 0 |
Definition at line 22 of file iguana.cpp.
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 20 of file iguana.cpp.