, including all inherited members.
accept_line(void) | command_editor | [static] |
add_event_hook(event_hook_fcn f) | command_editor | [static] |
add_startup_hook(startup_hook_fcn f) | command_editor | [static] |
blink_matching_paren(bool flag) | command_editor | [static] |
char_is_quoted_fcn typedef | command_editor | |
clear_screen(void) | command_editor | [static] |
clear_undo_list(void) | command_editor | [static] |
command_editor(void) | command_editor | [inline, protected] |
command_number | command_editor | [protected] |
completion_fcn typedef | command_editor | |
current_command_number(void) | command_editor | [static] |
decode_prompt_string(const std::string &s) | command_editor | [static] |
default_command_editor(void) | default_command_editor | [inline] |
default_command_editor(const default_command_editor &) | default_command_editor | [private] |
dequoting_fcn typedef | command_editor | |
do_accept_line(void) | default_command_editor | [virtual] |
do_blink_matching_paren(bool) | command_editor | [inline, protected, virtual] |
do_clear_screen(void) | command_editor | [inline, protected, virtual] |
do_clear_undo_list(void) | command_editor | [inline, protected, virtual] |
do_decode_prompt_string(const std::string &) | command_editor | [protected, virtual] |
do_filename_completion_desired(bool) | command_editor | [inline, protected, virtual] |
do_filename_quoting_desired(bool) | command_editor | [inline, protected, virtual] |
do_generate_filename_completions(const std::string &text) | default_command_editor | [virtual] |
do_get_char_is_quoted_function(void) const | command_editor | [inline, protected, virtual] |
do_get_completion_function(void) const | command_editor | [inline, protected, virtual] |
do_get_dequoting_function(void) const | command_editor | [inline, protected, virtual] |
do_get_input_stream(void) | default_command_editor | [virtual] |
do_get_line_buffer(void) const | default_command_editor | [virtual] |
do_get_output_stream(void) | default_command_editor | [virtual] |
do_get_quoting_function(void) const | command_editor | [inline, protected, virtual] |
do_get_user_accept_line_function(void) const | command_editor | [inline, protected, virtual] |
do_insert_text(const std::string &) | default_command_editor | [virtual] |
do_newline(void) | default_command_editor | [virtual] |
do_re_read_init_file(void) | command_editor | [inline, protected, virtual] |
do_read_init_file(const std::string &) | command_editor | [inline, protected, virtual] |
do_readline(const std::string &prompt, bool &eof) | default_command_editor | [virtual] |
command_editor::do_readline(const std::string &prompt) | command_editor | [inline, protected] |
do_resize_terminal(void) | command_editor | [inline, protected, virtual] |
do_restore_terminal_state(void) | command_editor | [inline, protected, virtual] |
do_set_basic_quote_characters(const std::string &) | command_editor | [inline, protected, virtual] |
do_set_basic_word_break_characters(const std::string &) | command_editor | [inline, protected, virtual] |
do_set_char_is_quoted_function(char_is_quoted_fcn) | command_editor | [inline, protected, virtual] |
do_set_completer_quote_characters(const std::string &) | command_editor | [inline, protected, virtual] |
do_set_completer_word_break_characters(const std::string &) | command_editor | [inline, protected, virtual] |
do_set_completion_append_character(char) | command_editor | [inline, protected, virtual] |
do_set_completion_function(completion_fcn) | command_editor | [inline, protected, virtual] |
do_set_dequoting_function(dequoting_fcn) | command_editor | [inline, protected, virtual] |
do_set_filename_quote_characters(const std::string &) | command_editor | [inline, protected, virtual] |
do_set_input_stream(FILE *f) | default_command_editor | [virtual] |
do_set_name(const std::string &) | command_editor | [inline, protected, virtual] |
do_set_output_stream(FILE *f) | default_command_editor | [virtual] |
do_set_quoting_function(quoting_fcn) | command_editor | [inline, protected, virtual] |
do_set_user_accept_line_function(user_accept_line_fcn) | command_editor | [inline, protected, virtual] |
do_terminal_cols(void) | command_editor | [inline, protected, virtual] |
do_terminal_rows(void) | command_editor | [inline, protected, virtual] |
error(int) | command_editor | [protected] |
error(const std::string &) | command_editor | [protected] |
event_hook_fcn typedef | command_editor | |
filename_completion_desired(bool) | command_editor | [static] |
filename_quoting_desired(bool) | command_editor | [static] |
force_default_editor(void) | command_editor | [static] |
generate_filename_completions(const std::string &text) | command_editor | [static] |
get_char_is_quoted_function(void) | command_editor | [static] |
get_completion_function(void) | command_editor | [static] |
get_dequoting_function(void) | command_editor | [static] |
get_input_stream(void) | command_editor | [static] |
get_line_buffer(void) | command_editor | [static] |
get_output_stream(void) | command_editor | [static] |
get_quoting_function(void) | command_editor | [static] |
get_user_accept_line_function(void) | command_editor | [static] |
increment_current_command_number(void) | command_editor | [static] |
input_stream | default_command_editor | [private] |
insert_text(const std::string &text) | command_editor | [static] |
newline(void) | command_editor | [static] |
newline_chars(void) | command_editor | [inline, protected, virtual] |
operator=(const default_command_editor &) | default_command_editor | [private] |
output_stream | default_command_editor | [private] |
quoting_fcn typedef | command_editor | |
re_read_init_file(void) | command_editor | [static] |
read_init_file(const std::string &file=std::string()) | command_editor | [static] |
read_octal(const std::string &s) | command_editor | [protected] |
readline(const std::string &prompt) | command_editor | [static] |
readline(const std::string &prompt, bool &eof) | command_editor | [static] |
remove_event_hook(event_hook_fcn f) | command_editor | [static] |
remove_startup_hook(startup_hook_fcn f) | command_editor | [static] |
reset_current_command_number(int n) | command_editor | [static] |
resize_terminal(void) | command_editor | [static] |
restore_event_hook(void) | command_editor | [inline, protected, virtual] |
restore_startup_hook(void) | command_editor | [inline, protected, virtual] |
restore_terminal_state(void) | command_editor | [static] |
run_event_hooks(void) | command_editor | [static] |
set_basic_quote_characters(const std::string &s) | command_editor | [static] |
set_basic_word_break_characters(const std::string &s) | command_editor | [static] |
set_char_is_quoted_function(char_is_quoted_fcn f) | command_editor | [static] |
set_completer_quote_characters(const std::string &s) | command_editor | [static] |
set_completer_word_break_characters(const std::string &s) | command_editor | [static] |
set_completion_append_character(char c) | command_editor | [static] |
set_completion_function(completion_fcn f) | command_editor | [static] |
set_dequoting_function(dequoting_fcn f) | command_editor | [static] |
set_event_hook(startup_hook_fcn) | command_editor | [inline, protected, virtual] |
set_filename_quote_characters(const std::string &s) | command_editor | [static] |
set_input_stream(FILE *f) | command_editor | [static] |
set_name(const std::string &n) | command_editor | [static] |
set_output_stream(FILE *f) | command_editor | [static] |
set_quoting_function(quoting_fcn f) | command_editor | [static] |
set_startup_hook(startup_hook_fcn) | command_editor | [inline, protected, virtual] |
set_user_accept_line_function(user_accept_line_fcn f) | command_editor | [static] |
startup_hook_fcn typedef | command_editor | |
terminal_cols(void) | command_editor | [static] |
terminal_rows(void) | command_editor | [static] |
user_accept_line_fcn typedef | command_editor | |
~command_editor(void) | command_editor | [inline, virtual] |
~default_command_editor(void) | default_command_editor | [inline] |