Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Teuchos::CommandLineProcessor Member List

This is the complete list of members for Teuchos::CommandLineProcessor, including all inherited members.

addOutputSetupOptions(const bool &addOutputSetupOptions)Teuchos::CommandLineProcessorinline
addOutputSetupOptions() const Teuchos::CommandLineProcessorinline
CommandLineProcessor(bool throwExceptions=true, bool recogniseAllOptions=true, bool addOutputSetupOptions=false)Teuchos::CommandLineProcessor
EParseCommandLineReturn enum nameTeuchos::CommandLineProcessor
parse(int argc, char *argv[], std::ostream *errout=&std::cerr) const Teuchos::CommandLineProcessor
PARSE_ERROR enum valueTeuchos::CommandLineProcessor
PARSE_HELP_PRINTED enum valueTeuchos::CommandLineProcessor
PARSE_SUCCESSFUL enum valueTeuchos::CommandLineProcessor
PARSE_UNRECOGNIZED_OPTION enum valueTeuchos::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::CommandLineProcessorinline
recogniseAllOptions() const Teuchos::CommandLineProcessorinline
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::CommandLineProcessorinline
setVerbosityLevelOption(const std::string &optionName, EVerbosityLevel *verbLevel, const std::string &docString, CommandLineProcessor *clp, const bool required=false)Teuchos::CommandLineProcessorrelated
throwExceptions(const bool &throwExceptions)Teuchos::CommandLineProcessorinline
throwExceptions() const Teuchos::CommandLineProcessorinline
~CommandLineProcessor()Teuchos::CommandLineProcessor