|
Electroneum
|
#include <boost/optional/optional.hpp>#include <boost/program_options/options_description.hpp>#include <boost/program_options/positional_options.hpp>#include <boost/program_options/variables_map.hpp>#include "common/command_line.h"

Go to the source code of this file.
Namespaces | |
| wallet_args | |
Functions | |
| command_line::arg_descriptor< std::string > | wallet_args::arg_generate_from_json () |
| command_line::arg_descriptor< std::string > | wallet_args::arg_wallet_file () |
| const char * | wallet_args::tr (const char *str) |
| boost::optional< boost::program_options::variables_map > | wallet_args::main (int argc, char **argv, const char *const usage, boost::program_options::options_description desc_params, const boost::program_options::positional_options_description &positional_options, const char *default_log_name, bool log_to_console) |
1.8.14