Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Represents a top-level command, implementing parsing of global options. More...
#include <command.hpp>
Public Member Functions | |
virtual void | initialize_global_options (boost::program_options::options_description &global, boost::program_options::options_description &all_options)=0 |
Set up global options which are valid for all subcommands. More... | |
virtual void | parse_global_options (GlobalOptionsT &out_options, const boost::program_options::variables_map &vm)=0 |
Parse the variables map to update the GlobalOptionsT object. More... | |
Represents a top-level command, implementing parsing of global options.
Definition at line 14 of file command.hpp.
|
pure virtual |
Set up global options which are valid for all subcommands.
Implemented in zeth_command.
|
pure virtual |
Parse the variables map to update the GlobalOptionsT object.
Implemented in zeth_command.