Navigation

Operators and Keywords

Function List:

C++ API

command_editor Member List

This is the complete list of members for command_editor, 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 typedefcommand_editor
clear_screen(void)command_editor [static]
clear_undo_list(void)command_editor [static]
command_editor(void)command_editor [inline, protected]
command_numbercommand_editor [protected]
completion_fcn typedefcommand_editor
current_command_number(void)command_editor [static]
decode_prompt_string(const std::string &s)command_editor [static]
dequoting_fcn typedefcommand_editor
do_accept_line(void)=0command_editor [protected, pure 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)=0command_editor [protected, pure 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)=0command_editor [protected, pure virtual]
do_get_line_buffer(void) const =0command_editor [protected, pure virtual]
do_get_output_stream(void)=0command_editor [protected, pure 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 &)=0command_editor [protected, pure virtual]
do_newline(void)=0command_editor [protected, pure 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)command_editor [inline, protected]
do_readline(const std::string &, bool &)=0command_editor [protected, pure virtual]
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 *)=0command_editor [protected, pure virtual]
do_set_name(const std::string &)command_editor [inline, protected, virtual]
do_set_output_stream(FILE *)=0command_editor [protected, pure 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 typedefcommand_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]
insert_text(const std::string &text)command_editor [static]
newline(void)command_editor [static]
newline_chars(void)command_editor [inline, protected, virtual]
quoting_fcn typedefcommand_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]
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 typedefcommand_editor
terminal_cols(void)command_editor [static]
terminal_rows(void)command_editor [static]
user_accept_line_fcn typedefcommand_editor
~command_editor(void)command_editor [inline, virtual]