_description | ProgramBase | [private] |
_got_option_indent | ProgramBase | [private] |
_got_options | ProgramBase | [private] |
_got_path_directory | ProgramBase | [protected] |
_got_path_store | ProgramBase | [protected] |
_got_terminal_width | ProgramBase | [private] |
_last_newline | ProgramBase | [private] |
_next_sequence | ProgramBase | [private] |
_option_indent | ProgramBase | [private] |
_options_by_index | ProgramBase | [private] |
_options_by_name | ProgramBase | [private] |
_path_replace | ProgramBase | [protected] |
_program_args | ProgramBase | |
_program_name | ProgramBase | |
_runlines | ProgramBase | [private] |
_sorted_options | ProgramBase | [private] |
_terminal_width | ProgramBase | [private] |
add_option(const string &option, const string &parm_name, int index_group, const string &description, OptionDispatchFunction option_function, bool *bool_var=(bool *) NULL, void *option_data=(void *) NULL) | ProgramBase | [protected] |
add_option(const string &option, const string &parm_name, int index_group, const string &description, OptionDispatchMethod option_method, bool *bool_var=(bool *) NULL, void *option_data=(void *) NULL) | ProgramBase | [protected] |
add_path_replace_options() | ProgramBase | [protected] |
add_path_store_options() | ProgramBase | [protected] |
add_runline(const string &runline) | ProgramBase | [protected] |
Args typedef | ProgramBase | |
clear_options() | ProgramBase | [protected] |
clear_runlines() | ProgramBase | [protected] |
dispatch_color(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_coordinate_system(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_count(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_double(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_double_pair(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_double_quad(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_double_triple(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_false(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_filename(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_image_type(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_int(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_int_pair(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_none(const string &opt, const string &arg, void *) | ProgramBase | [protected, static] |
dispatch_path_replace(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_path_store(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_search_path(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_string(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_true(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
dispatch_units(const string &opt, const string &arg, void *var) | ProgramBase | [protected, static] |
format_text(ostream &out, bool &last_newline, const string &prefix, int indent_width, const string &text, int line_width) | ProgramBase | [protected, static] |
get_exec_command() const | ProgramBase | |
get_terminal_width() | ProgramBase | [private] |
GotOptions typedef | ProgramBase | [private] |
handle_args(Args &args) | ProgramBase | [protected, virtual] |
handle_help_option(const string &opt, const string &arg, void *) | ProgramBase | [protected, static] |
OptionDispatchFunction typedef | ProgramBase | [protected] |
OptionDispatchMethod typedef | ProgramBase | [protected] |
OptionsByIndex typedef | ProgramBase | [private] |
OptionsByName typedef | ProgramBase | [private] |
parse_command_line(int argc, char *argv[]) | ProgramBase | [virtual] |
post_command_line() | ProgramBase | [protected, virtual] |
ProgramBase() | ProgramBase | |
redescribe_option(const string &option, const string &description) | ProgramBase | [protected] |
remove_option(const string &option) | ProgramBase | [protected] |
Runlines typedef | ProgramBase | [private] |
set_program_description(const string &description) | ProgramBase | [protected] |
show_description() | ProgramBase | |
show_options() | ProgramBase | |
show_text(const string &text) | ProgramBase | [inline] |
show_text(const string &prefix, int indent_width, string text) | ProgramBase | |
show_usage() | ProgramBase | |
sort_options() | ProgramBase | [private] |
~ProgramBase() | ProgramBase | [virtual] |