molecular
|
This is the complete list of members for molecular::util::CommandLineParser::Option< T >, including all inherited members.
Arg(const std::string &help) | molecular::util::CommandLineParser::Arg | |
mHelp | molecular::util::CommandLineParser::Arg | protected |
mLongOpt | molecular::util::CommandLineParser::OptionBase | protected |
mPresent | molecular::util::CommandLineParser::Arg | protected |
operator bool() | molecular::util::CommandLineParser::Arg | inline |
operator*() const | molecular::util::CommandLineParser::Option< T > | inline |
operator->() const | molecular::util::CommandLineParser::Option< T > | inline |
Option(CommandLineParser &parser, const std::string &longOpt, const std::string &help, T value=T()) | molecular::util::CommandLineParser::Option< T > | inline |
OptionBase(CommandLineParser &parser, const std::string &longOpt, const std::string &help) | molecular::util::CommandLineParser::OptionBase | |
Parse(int &i, int argc, char **argv) override | molecular::util::CommandLineParser::Option< T > | inlinevirtual |
PrintHelp() override | molecular::util::CommandLineParser::OptionBase | virtual |
~Arg()=default | molecular::util::CommandLineParser::Arg | virtual |