add_extra_output_setup_options() const | Teuchos::CommandLineProcessor | private |
added_extra_output_setup_options_ | Teuchos::CommandLineProcessor | private |
addOutputSetupOptions(const bool &addOutputSetupOptions) | Teuchos::CommandLineProcessor | inline |
addOutputSetupOptions() const | Teuchos::CommandLineProcessor | inline |
addOutputSetupOptions_ | Teuchos::CommandLineProcessor | private |
CommandLineProcessor(bool throwExceptions=true, bool recogniseAllOptions=true, bool addOutputSetupOptions=false) | Teuchos::CommandLineProcessor | |
doc_string_ | Teuchos::CommandLineProcessor | private |
enum_opt_data_list_ | Teuchos::CommandLineProcessor | private |
enum_opt_data_list_t typedef | Teuchos::CommandLineProcessor | private |
enum_opt_default_val_name(const std::string &enum_name, const int enum_id, std::ostream *errout) const | Teuchos::CommandLineProcessor | private |
EOptType enum name | Teuchos::CommandLineProcessor | |
EParseCommandLineReturn enum name | Teuchos::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::CommandLineProcessor | private |
get_opt_val(const char str[], std::string *opt_name, std::string *opt_val_str) const | Teuchos::CommandLineProcessor | private |
getRawTimeMonitorSurrogate() | Teuchos::CommandLineProcessor | privatestatic |
getTimeMonitorSurrogate() | Teuchos::CommandLineProcessor | static |
in_add_extra_output_setup_options_ | Teuchos::CommandLineProcessor | private |
OPT_BOOL_FALSE enum value | Teuchos::CommandLineProcessor | |
OPT_BOOL_TRUE enum value | Teuchos::CommandLineProcessor | |
OPT_DOUBLE enum value | Teuchos::CommandLineProcessor | |
OPT_ENUM_INT enum value | Teuchos::CommandLineProcessor | |
OPT_FLOAT enum value | Teuchos::CommandLineProcessor | |
OPT_INT enum value | Teuchos::CommandLineProcessor | |
OPT_LONG_INT enum value | Teuchos::CommandLineProcessor | |
OPT_LONG_LONG_INT enum value | Teuchos::CommandLineProcessor | |
OPT_NONE enum value | Teuchos::CommandLineProcessor | |
OPT_SIZE_T enum value | Teuchos::CommandLineProcessor | |
OPT_STRING enum value | Teuchos::CommandLineProcessor | |
opt_type_str(EOptType) const | Teuchos::CommandLineProcessor | inlineprivate |
options_documentation_list_ | Teuchos::CommandLineProcessor | private |
options_documentation_list_t typedef | Teuchos::CommandLineProcessor | private |
options_list_ | Teuchos::CommandLineProcessor | mutableprivate |
options_list_t typedef | Teuchos::CommandLineProcessor | private |
output_all_front_matter_ | Teuchos::CommandLineProcessor | private |
output_all_front_matter_default_ | Teuchos::CommandLineProcessor | privatestatic |
output_show_line_prefix_ | Teuchos::CommandLineProcessor | private |
output_show_line_prefix_default_ | Teuchos::CommandLineProcessor | privatestatic |
output_show_proc_rank_ | Teuchos::CommandLineProcessor | private |
output_show_proc_rank_default_ | Teuchos::CommandLineProcessor | privatestatic |
output_show_tab_count_ | Teuchos::CommandLineProcessor | private |
output_show_tab_count_default_ | Teuchos::CommandLineProcessor | privatestatic |
output_to_root_rank_only_ | Teuchos::CommandLineProcessor | private |
output_to_root_rank_only_default_ | Teuchos::CommandLineProcessor | privatestatic |
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 | |
print_bad_opt(int argv_i, char *argv[], std::ostream *errout) const | Teuchos::CommandLineProcessor | private |
print_enum_opt_names(const int enum_id, std::ostream &out) const | Teuchos::CommandLineProcessor | private |
print_rcpnode_statistics_on_exit_ | Teuchos::CommandLineProcessor | private |
print_rcpnode_statistics_on_exit_default_ | Teuchos::CommandLineProcessor | privatestatic |
printed_timer_summary_ | Teuchos::CommandLineProcessor | private |
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 |
recogniseAllOptions_ | Teuchos::CommandLineProcessor | private |
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::CommandLineProcessor | private |
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 *enum_opt_names[], const char documentation[], const bool required) | Teuchos::CommandLineProcessor | private |
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 |
setTimeMonitorSurrogate(const RCP< TimeMonitorSurrogate > &timeMonitorSurrogate) | Teuchos::CommandLineProcessor | static |
setVerbosityLevelOption(const std::string &optionName, EVerbosityLevel *verbLevel, const std::string &docString, CommandLineProcessor *clp, const bool required=false) | Teuchos::CommandLineProcessor | related |
show_timer_summary_on_exit_ | Teuchos::CommandLineProcessor | private |
show_timer_summary_on_exit_default_ | Teuchos::CommandLineProcessor | privatestatic |
throwExceptions(const bool &throwExceptions) | Teuchos::CommandLineProcessor | inline |
throwExceptions() const | Teuchos::CommandLineProcessor | inline |
throwExceptions_ | Teuchos::CommandLineProcessor | private |
~CommandLineProcessor() | Teuchos::CommandLineProcessor | |