Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Go to the documentation of this file.
5 #ifndef __ZETH_LIBTOOL_SUBCOMMAND_HPP__
6 #define __ZETH_LIBTOOL_SUBCOMMAND_HPP__
8 #include <boost/program_options.hpp>
12 namespace po = boost::program_options;
29 const std::vector<std::string> command_args,
30 const GlobalOptionsT &global);
35 const boost::program_options::options_description &options);
39 boost::program_options::options_description &options,
40 boost::program_options::options_description &all_options,
41 boost::program_options::positional_options_description &pos) = 0;
46 const boost::program_options::variables_map &vm) = 0;
62 #endif // __ZETH_LIBTOOL_SUBCOMMAND_HPP__