Teuchos - Trilinos Tools Package
Version of the Day
|
This is the complete list of members for Teuchos::CommandLineProcessor, including all inherited members.
addOutputSetupOptions(const bool &addOutputSetupOptions) | Teuchos::CommandLineProcessor | inline |
addOutputSetupOptions() const | Teuchos::CommandLineProcessor | inline |
CommandLineProcessor(bool throwExceptions=true, bool recogniseAllOptions=true, bool addOutputSetupOptions=false) | Teuchos::CommandLineProcessor | |
EParseCommandLineReturn enum name | Teuchos::CommandLineProcessor | |
parse(int argc, char *argv[], std::ostream *errout=&std::cerr) const | Teuchos::CommandLineProcessor | |
PARSE_ERROR enum value | Teuchos::CommandLineProcessor | |
PARSE_HELP_PRINTED enum value | Teuchos::CommandLineProcessor | |
PARSE_SUCCESSFUL enum value | Teuchos::CommandLineProcessor | |
PARSE_UNRECOGNIZED_OPTION enum value | Teuchos::CommandLineProcessor | |
printFinalTimerSummary(const Ptr< std::ostream > &out=null) | Teuchos::CommandLineProcessor | |
printHelpMessage(const char program_name[], std::ostream &out) const | Teuchos::CommandLineProcessor | |
recogniseAllOptions(const bool &recogniseAllOptions) | Teuchos::CommandLineProcessor | inline |
recogniseAllOptions() const | Teuchos::CommandLineProcessor | inline |
setDocString(const char doc_string[]) | Teuchos::CommandLineProcessor | |
setOption(const char option_true[], const char option_false[], bool *option_val, const char documentation[]=NULL) | Teuchos::CommandLineProcessor | |
setOption(const char option_name[], int *option_val, const char documentation[]=NULL, const bool required=false) | Teuchos::CommandLineProcessor | |
setOption(const char option_name[], long int *option_val, const char documentation[]=NULL, const bool required=false) | Teuchos::CommandLineProcessor | |
setOption(const char option_name[], size_t *option_val, const char documentation[]=NULL, const bool required=false) | Teuchos::CommandLineProcessor | |
setOption(const char option_name[], long long int *option_val, const char documentation[]=NULL, const bool required=false) | Teuchos::CommandLineProcessor | |
setOption(const char option_name[], double *option_val, const char documentation[]=NULL, const bool required=false) | Teuchos::CommandLineProcessor | |
setOption(const char option_name[], float *option_val, const char documentation[]=NULL, const bool required=false) | Teuchos::CommandLineProcessor | |
setOption(const char option_name[], std::string *option_val, const char documentation[]=NULL, const bool required=false) | Teuchos::CommandLineProcessor | |
setOption(const char enum_option_name[], EType *enum_option_val, const int num_enum_opt_values, const EType enum_opt_values[], const char *enum_opt_names[], const char documentation[]=NULL, const bool required=false) | Teuchos::CommandLineProcessor | inline |
setVerbosityLevelOption(const std::string &optionName, EVerbosityLevel *verbLevel, const std::string &docString, CommandLineProcessor *clp, const bool required=false) | Teuchos::CommandLineProcessor | related |
throwExceptions(const bool &throwExceptions) | Teuchos::CommandLineProcessor | inline |
throwExceptions() const | Teuchos::CommandLineProcessor | inline |
~CommandLineProcessor() | Teuchos::CommandLineProcessor |