Monero
Loading...
Searching...
No Matches
wallet_args.cpp File Reference
#include "wallet/wallet_args.h"
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/format.hpp>
#include "common/i18n.h"
#include "common/util.h"
#include "misc_log_ex.h"
#include "string_tools.h"
#include "version.h"
Include dependency graph for wallet_args.cpp:

Namespaces

namespace  wallet_args

Macros

#define MONERO_DEFAULT_LOG_CATEGORY   "wallet.wallet2"
#define DEFAULT_MAX_CONCURRENCY   0

Functions

command_line::arg_descriptor< std::string > wallet_args::arg_generate_from_json ()
command_line::arg_descriptor< std::string > wallet_args::arg_wallet_file ()
command_line::arg_descriptor< std::string > wallet_args::arg_rpc_client_secret_key ()
command_line::arg_descriptor< std::string > wallet_args::arg_password_file ()
const char * wallet_args::tr (const char *str)
std::pair< boost::optional< boost::program_options::variables_map >, bool > wallet_args::main (int argc, char **argv, const char *const usage, const char *const notice, boost::program_options::options_description desc_params, const boost::program_options::positional_options_description &positional_options, const std::function< void(const std::string &, bool)> &print, const char *default_log_name, bool log_to_console)

Macro Definition Documentation

◆ DEFAULT_MAX_CONCURRENCY

#define DEFAULT_MAX_CONCURRENCY   0

◆ MONERO_DEFAULT_LOG_CATEGORY

#define MONERO_DEFAULT_LOG_CATEGORY   "wallet.wallet2"