add_option(std::string shrt_flag, std::string lng_flag, std::string destination, std::string help="", action_t act=STORE, type_t type=STRING, std::string dfault="", std::string allowed_values="") | optparse::TypedOptionParser | [inline] |
add_option(Teuchos::ParameterList ¶ms, std::string shrt_flag, std::string lng_flag, std::string destination, std::string help="", action_t act=STORE, std::string allowed_values="") | optparse::TypedOptionParser | |
arguments | optparse::OptionParser | |
get_option(std::string option_name) | optparse::TypedOptionParser | |
help(std::ostream &os) | optparse::OptionParser | |
OptionParser(std::string usage="") | optparse::OptionParser | |
options | optparse::OptionParser | |
options_type typedef | optparse::OptionParser | |
parse_args(int argc, char **argv) | optparse::OptionParser | |
set_option(Option &option, std::string argument) | optparse::TypedOptionParser | [protected, virtual] |
set_parameter_list(Teuchos::ParameterList ¶ms) | optparse::TypedOptionParser | |
type2string(type_t type) | optparse::OptionParser | |
TypedOptionParser(std::string usage="") | optparse::TypedOptionParser | [inline] |
~OptionParser() | optparse::OptionParser | [virtual] |
~TypedOptionParser() | optparse::TypedOptionParser | [inline, virtual] |