#include <tools.h>
|
| static void | set_option (boost::program_options::variables_map &vm, const std::string &key, const boost::program_options::variable_value &pv) |
| |
| static void | build_options (boost::program_options::variables_map &vm, const boost::program_options::options_description &desc_params) |
| |
| template<typename T , bool required, bool dependent, int NUM_DEPS> |
| static void | set_option (boost::program_options::variables_map &vm, const command_line::arg_descriptor< T, required, dependent, NUM_DEPS > &arg, const boost::program_options::variable_value &pv) |
| |
Definition at line 48 of file tools.h.
◆ build_options()
| void tools::options::build_options |
( |
boost::program_options::variables_map & |
vm, |
|
|
const boost::program_options::options_description & |
desc_params |
|
) |
| |
|
static |
Definition at line 48 of file tools.cpp.
50 const char *argv[2] = {
nullptr};
boost::program_options::basic_parsed_options< charT > parse_command_line(int argc, const charT *const argv[], const boost::program_options::options_description &desc, bool allow_unregistered=false)
◆ set_option() [1/2]
| static void tools::options::set_option |
( |
boost::program_options::variables_map & |
vm, |
|
|
const std::string & |
key, |
|
|
const boost::program_options::variable_value & |
pv |
|
) |
| |
|
static |
◆ set_option() [2/2]
template<typename T , bool required, bool dependent, int NUM_DEPS>
| static void tools::options::set_option |
( |
boost::program_options::variables_map & |
vm, |
|
|
const command_line::arg_descriptor< T, required, dependent, NUM_DEPS > & |
arg, |
|
|
const boost::program_options::variable_value & |
pv |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/tests/trezor/tools.h
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/tests/trezor/tools.cpp