Bitcoin ABC 0.26.3
P2P Digital Currency
Loading...
Searching...
No Matches
Functions | Variables
iguana.cpp File Reference
#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>
Include dependency graph for iguana.cpp:

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.
 
const int64_t DEFAULT_INPUT_INDEX = 0
 
const std::string DEFAULT_FORMAT = "human"
 

Function Documentation

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 47 of file iguana.cpp.

Here is the call graph for this function:

◆ SetupIguanaArgs()

void SetupIguanaArgs ( ArgsManager args)

Definition at line 25 of file iguana.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ DEFAULT_FORMAT

const std::string DEFAULT_FORMAT = "human"

Definition at line 23 of file iguana.cpp.

◆ DEFAULT_INPUT_INDEX

const int64_t DEFAULT_INPUT_INDEX = 0

Definition at line 22 of file iguana.cpp.

◆ G_TRANSLATION_FUN

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.