Teuchos Package Browser (Single Doxygen Collection)  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.

add_extra_output_setup_options() const Teuchos::CommandLineProcessorprivate
added_extra_output_setup_options_Teuchos::CommandLineProcessorprivate
addOutputSetupOptions(const bool &addOutputSetupOptions)Teuchos::CommandLineProcessorinline
addOutputSetupOptions() const Teuchos::CommandLineProcessorinline
addOutputSetupOptions_Teuchos::CommandLineProcessorprivate
CommandLineProcessor(bool throwExceptions=true, bool recogniseAllOptions=true, bool addOutputSetupOptions=false)Teuchos::CommandLineProcessor
doc_string_Teuchos::CommandLineProcessorprivate
enum_opt_data_list_Teuchos::CommandLineProcessorprivate
enum_opt_data_list_t typedefTeuchos::CommandLineProcessorprivate
enum_opt_default_val_name(const std::string &enum_name, const int enum_id, std::ostream *errout) const Teuchos::CommandLineProcessorprivate
EOptType enum nameTeuchos::CommandLineProcessor
EParseCommandLineReturn enum nameTeuchos::CommandLineProcessor
find_enum_opt_index(const std::string &enum_opt_name, const int opt_value, const enum_opt_data_t &enum_data, std::ostream *errout) const Teuchos::CommandLineProcessorprivate
get_opt_val(const char str[], std::string *opt_name, std::string *opt_val_str) const Teuchos::CommandLineProcessorprivate
getRawTimeMonitorSurrogate()Teuchos::CommandLineProcessorprivatestatic
getTimeMonitorSurrogate()Teuchos::CommandLineProcessorstatic
in_add_extra_output_setup_options_Teuchos::CommandLineProcessorprivate
OPT_BOOL_FALSE enum valueTeuchos::CommandLineProcessor
OPT_BOOL_TRUE enum valueTeuchos::CommandLineProcessor
OPT_DOUBLE enum valueTeuchos::CommandLineProcessor
OPT_ENUM_INT enum valueTeuchos::CommandLineProcessor
OPT_FLOAT enum valueTeuchos::CommandLineProcessor
OPT_INT enum valueTeuchos::CommandLineProcessor
OPT_LONG_INT enum valueTeuchos::CommandLineProcessor
OPT_LONG_LONG_INT enum valueTeuchos::CommandLineProcessor
OPT_NONE enum valueTeuchos::CommandLineProcessor
OPT_SIZE_T enum valueTeuchos::CommandLineProcessor
OPT_STRING enum valueTeuchos::CommandLineProcessor
opt_type_str(EOptType) const Teuchos::CommandLineProcessorinlineprivate
options_documentation_list_Teuchos::CommandLineProcessorprivate
options_documentation_list_t typedefTeuchos::CommandLineProcessorprivate
options_list_Teuchos::CommandLineProcessormutableprivate
options_list_t typedefTeuchos::CommandLineProcessorprivate
output_all_front_matter_Teuchos::CommandLineProcessorprivate
output_all_front_matter_default_Teuchos::CommandLineProcessorprivatestatic
output_show_line_prefix_Teuchos::CommandLineProcessorprivate
output_show_line_prefix_default_Teuchos::CommandLineProcessorprivatestatic
output_show_proc_rank_Teuchos::CommandLineProcessorprivate
output_show_proc_rank_default_Teuchos::CommandLineProcessorprivatestatic
output_show_tab_count_Teuchos::CommandLineProcessorprivate
output_show_tab_count_default_Teuchos::CommandLineProcessorprivatestatic
output_to_root_rank_only_Teuchos::CommandLineProcessorprivate
output_to_root_rank_only_default_Teuchos::CommandLineProcessorprivatestatic
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
print_bad_opt(int argv_i, char *argv[], std::ostream *errout) const Teuchos::CommandLineProcessorprivate
print_enum_opt_names(const int enum_id, std::ostream &out) const Teuchos::CommandLineProcessorprivate
print_rcpnode_statistics_on_exit_Teuchos::CommandLineProcessorprivate
print_rcpnode_statistics_on_exit_default_Teuchos::CommandLineProcessorprivatestatic
printed_timer_summary_Teuchos::CommandLineProcessorprivate
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
recogniseAllOptions_Teuchos::CommandLineProcessorprivate
set_enum_value(int argv_i, char *argv[], const std::string &enum_opt_name, const int enum_id, const std::string &enum_str_val, std::ostream *errout) const Teuchos::CommandLineProcessorprivate
setDocString(const char doc_string[])Teuchos::CommandLineProcessor
setEnumOption(const char enum_option_name[], int *enum_option_val, const int num_enum_opt_values, const int enum_opt_values[], const char *const enum_opt_names[], const char documentation[], const bool required)Teuchos::CommandLineProcessorprivate
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 *const enum_opt_names[], const char documentation[]=nullptr, const bool required=false)Teuchos::CommandLineProcessorinline
setTimeMonitorSurrogate(const RCP< TimeMonitorSurrogate > &timeMonitorSurrogate)Teuchos::CommandLineProcessorstatic
setVerbosityLevelOption(const std::string &optionName, EVerbosityLevel *verbLevel, const std::string &docString, CommandLineProcessor *clp, const bool required=false)Teuchos::CommandLineProcessorrelated
show_timer_summary_on_exit_Teuchos::CommandLineProcessorprivate
show_timer_summary_on_exit_default_Teuchos::CommandLineProcessorprivatestatic
throwExceptions(const bool &throwExceptions)Teuchos::CommandLineProcessorinline
throwExceptions() const Teuchos::CommandLineProcessorinline
throwExceptions_Teuchos::CommandLineProcessorprivate
~CommandLineProcessor()Teuchos::CommandLineProcessor