#include <cxxopts.hpp>
Public Member Functions | |
OptionAdder & | operator() (const std::string &opts, const std::string &desc, std::shared_ptr< const Value > value=::cxxopts::value< bool >(), std::string arg_help="") |
OptionAdder (Options &options, std::string group) | |
Private Attributes | |
std::string | m_group |
Options & | m_options |
Definition at line 766 of file cxxopts.hpp.
cxxopts::OptionAdder::OptionAdder | ( | Options & | options, |
std::string | group | ||
) | [inline] |
Definition at line 770 of file cxxopts.hpp.
OptionAdder & cxxopts::OptionAdder::operator() | ( | const std::string & | opts, |
const std::string & | desc, | ||
std::shared_ptr< const Value > | value = ::cxxopts::value<bool>() , |
||
std::string | arg_help = "" |
||
) | [inline] |
Definition at line 922 of file cxxopts.hpp.
std::string cxxopts::OptionAdder::m_group [private] |
Definition at line 788 of file cxxopts.hpp.
Options& cxxopts::OptionAdder::m_options [private] |
Definition at line 787 of file cxxopts.hpp.