#include "cmd-hist.h"
Public Member Functions | |
command_history (const command_history &)=delete | |
virtual | ~command_history (void)=default |
command_history & | operator= (const command_history &)=delete |
Static Public Member Functions | |
static bool | add (const std::string &) |
static void | append (const std::string &="") |
static int | base (void) |
static void | clean_up_and_save (const std::string &="", int=-1) |
static void | clear (void) |
static int | current_number (void) |
static std::string | file (void) |
static std::string | get_entry (int) |
static int | goto_mark (void) |
static std::string | histcontrol (void) |
static void | ignore_entries (bool=true) |
static bool | ignoring_entries (void) |
static void | initialize (bool, const std::string &, int, const std::string &) |
static bool | is_initialized (void) |
static int | is_stifled (void) |
static int | length (void) |
static string_vector | list (int=-1, bool=false) |
static int | max_input_history (void) |
static void | process_histcontrol (const std::string &) |
static void | read (bool=true) |
static void | read (const std::string &, bool=true) |
static void | read_range (const std::string &, int=-1, int=-1, bool=true) |
static void | read_range (int=-1, int=-1, bool=true) |
static void | remove (int) |
static void | replace_entry (int, const std::string &) |
static void | set_file (const std::string &) |
static void | set_mark (int n) |
static void | set_size (int) |
static int | size (void) |
static void | stifle (int) |
static void | truncate_file (const std::string &="", int=-1) |
static int | unstifle (void) |
static int | where (void) |
static void | write (const std::string &="") |
Protected Member Functions | |
command_history (void) | |
virtual bool | do_add (const std::string &) |
virtual void | do_append (const std::string &) |
virtual int | do_base (void) const |
virtual void | do_clean_up_and_save (const std::string &, int) |
virtual void | do_clear (void) |
virtual int | do_current_number (void) const |
virtual std::string | do_file (void) |
virtual std::string | do_get_entry (int) const |
virtual int | do_goto_mark (void) |
virtual std::string | do_histcontrol (void) const |
virtual void | do_ignore_entries (bool) |
virtual bool | do_ignoring_entries (void) const |
virtual void | do_initialize (bool, const std::string &, int, const std::string &) |
virtual bool | do_is_initialized (void) const |
virtual int | do_is_stifled (void) const |
virtual int | do_length (void) const |
virtual string_vector | do_list (int, bool) const |
virtual int | do_max_input_history (void) const |
virtual void | do_process_histcontrol (const std::string &) |
virtual void | do_read (const std::string &, bool) |
virtual void | do_read_range (const std::string &, int, int, bool) |
virtual void | do_remove (int) |
virtual void | do_replace_entry (int, const std::string &) |
virtual void | do_set_file (const std::string &) |
virtual void | do_set_mark (int) |
virtual void | do_set_size (int) |
virtual int | do_size (void) const |
virtual void | do_stifle (int) |
virtual void | do_truncate_file (const std::string &, int) const |
virtual int | do_unstifle (void) |
virtual int | do_where (void) const |
virtual void | do_write (const std::string &) const |
void | error (const std::string &) const |
void | error (int, const std::string &msg="") const |
Protected Attributes | |
std::string | m_file |
int | m_history_control |
bool | m_ignoring_additions |
bool | m_initialized |
int | m_lines_in_file |
int | m_lines_this_session |
int | m_size |
Static Private Member Functions | |
static void | cleanup_instance (void) |
static bool | instance_ok (void) |
static void | make_command_history (void) |
Static Private Attributes | |
static command_history * | s_instance = nullptr |
Definition at line 37 of file cmd-hist.h.
|
inlineprotected |
Definition at line 43 of file cmd-hist.h.
Referenced by make_command_history().
|
delete |
|
virtualdefault |
|
static |
Definition at line 618 of file cmd-hist.cc.
References do_add(), instance_ok(), and s_instance.
Referenced by edit_history_add_hist(), tree_evaluator::parse_and_execute(), and history_system::write_timestamp().
|
static |
Definition at line 736 of file cmd-hist.cc.
References do_append(), f, instance_ok(), and s_instance.
Referenced by history_system::do_history().
|
static |
Definition at line 658 of file cmd-hist.cc.
References do_base(), instance_ok(), and s_instance.
|
static |
Definition at line 770 of file cmd-hist.cc.
References do_clean_up_and_save(), f, instance_ok(), n, and s_instance.
Referenced by Fexec(), and interpreter::shutdown().
|
inlinestaticprivate |
Definition at line 140 of file cmd-hist.h.
Referenced by instance_ok().
|
static |
Definition at line 633 of file cmd-hist.cc.
References do_clear(), instance_ok(), and s_instance.
Referenced by history_system::do_history().
|
static |
Definition at line 664 of file cmd-hist.cc.
References do_current_number(), instance_ok(), and s_instance.
Referenced by command_editor::do_decode_prompt_string().
|
protectedvirtual |
Definition at line 838 of file cmd-hist.cc.
Referenced by add().
|
protectedvirtual |
Definition at line 937 of file cmd-hist.cc.
References do_where(), error(), f, m_file, m_initialized, and m_lines_this_session.
Referenced by append().
|
protectedvirtual |
Definition at line 870 of file cmd-hist.cc.
Referenced by base(), and do_current_number().
|
protectedvirtual |
Definition at line 991 of file cmd-hist.cc.
References error(), f, m_file, and m_initialized.
Referenced by clean_up_and_save().
|
protectedvirtual |
Definition at line 848 of file cmd-hist.cc.
Referenced by clear().
|
protectedvirtual |
Definition at line 876 of file cmd-hist.cc.
References do_base(), do_where(), and m_size.
Referenced by current_number().
|
protectedvirtual |
|
protectedvirtual |
Definition at line 981 of file cmd-hist.cc.
Referenced by get_entry().
|
protectedvirtual |
Definition at line 902 of file cmd-hist.cc.
Referenced by goto_mark().
|
inlineprotectedvirtual |
Definition at line 158 of file cmd-hist.h.
Referenced by histcontrol().
|
protectedvirtual |
Definition at line 826 of file cmd-hist.cc.
References m_ignoring_additions.
Referenced by ignore_entries().
|
protectedvirtual |
Definition at line 832 of file cmd-hist.cc.
References m_ignoring_additions.
Referenced by ignoring_entries().
|
protectedvirtual |
Definition at line 781 of file cmd-hist.cc.
References m_initialized, process_histcontrol(), read(), set_file(), and set_size().
Referenced by initialize().
|
protectedvirtual |
Definition at line 796 of file cmd-hist.cc.
References m_initialized.
Referenced by is_initialized().
|
protectedvirtual |
Definition at line 892 of file cmd-hist.cc.
Referenced by is_stifled().
|
protectedvirtual |
Definition at line 858 of file cmd-hist.cc.
Referenced by length().
|
protectedvirtual |
Definition at line 975 of file cmd-hist.cc.
Referenced by list().
|
protectedvirtual |
Definition at line 864 of file cmd-hist.cc.
Referenced by max_input_history().
|
protectedvirtual |
Definition at line 777 of file cmd-hist.cc.
Referenced by process_histcontrol().
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Definition at line 844 of file cmd-hist.cc.
Referenced by remove().
|
protectedvirtual |
Definition at line 987 of file cmd-hist.cc.
Referenced by replace_entry().
|
protectedvirtual |
|
protectedvirtual |
Definition at line 898 of file cmd-hist.cc.
Referenced by set_mark().
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Definition at line 882 of file cmd-hist.cc.
Referenced by stifle().
|
protectedvirtual |
Definition at line 960 of file cmd-hist.cc.
References error(), f, m_file, and m_initialized.
Referenced by truncate_file().
|
protectedvirtual |
Definition at line 886 of file cmd-hist.cc.
Referenced by unstifle().
|
protectedvirtual |
Definition at line 852 of file cmd-hist.cc.
Referenced by do_append(), do_current_number(), and where().
|
protectedvirtual |
Definition at line 922 of file cmd-hist.cc.
References error(), f, m_file, and m_initialized.
Referenced by write().
|
protected |
Definition at line 1016 of file cmd-hist.cc.
|
protected |
Definition at line 1006 of file cmd-hist.cc.
References current_liboctave_error_handler.
Referenced by do_append(), do_clean_up_and_save(), do_read(), do_read_range(), do_truncate_file(), and do_write().
|
static |
Definition at line 573 of file cmd-hist.cc.
References do_file(), instance_ok(), and s_instance.
Referenced by history_system::do_history(), Fhistory_file(), read(), and read_range().
|
static |
Definition at line 757 of file cmd-hist.cc.
References do_get_entry(), instance_ok(), n, and s_instance.
|
static |
Definition at line 696 of file cmd-hist.cc.
References do_goto_mark(), instance_ok(), and s_instance.
|
static |
Definition at line 586 of file cmd-hist.cc.
References do_histcontrol(), instance_ok(), and s_instance.
Referenced by Fhistory_control().
|
static |
Definition at line 605 of file cmd-hist.cc.
References do_ignore_entries(), instance_ok(), and s_instance.
Referenced by tree_evaluator::enter_debugger(), Fhistory_save(), and interpreter::initialize_history().
|
static |
Definition at line 612 of file cmd-hist.cc.
References do_ignoring_entries(), instance_ok(), and s_instance.
Referenced by tree_evaluator::enter_debugger(), Fexec(), Fhistory_save(), and interpreter::shutdown().
|
static |
Definition at line 545 of file cmd-hist.cc.
References do_initialize(), instance_ok(), and s_instance.
Referenced by history_system::initialize().
|
staticprivate |
Definition at line 515 of file cmd-hist.cc.
References singleton_cleanup_list::add(), cleanup_instance(), make_command_history(), and s_instance.
Referenced by add(), append(), base(), clean_up_and_save(), clear(), current_number(), file(), get_entry(), goto_mark(), histcontrol(), ignore_entries(), ignoring_entries(), initialize(), is_stifled(), length(), list(), max_input_history(), process_histcontrol(), read(), read_range(), remove(), replace_entry(), set_file(), set_mark(), set_size(), size(), stifle(), truncate_file(), unstifle(), where(), and write().
|
static |
Definition at line 554 of file cmd-hist.cc.
References do_is_initialized(), and s_instance.
|
static |
Definition at line 683 of file cmd-hist.cc.
References do_is_stifled(), instance_ok(), and s_instance.
|
static |
Definition at line 646 of file cmd-hist.cc.
References do_length(), instance_ok(), and s_instance.
|
static |
Definition at line 750 of file cmd-hist.cc.
References do_list(), instance_ok(), and s_instance.
Referenced by history_system::do_history(), history_system::initialize(), mk_tmp_hist_file(), and event_manager::set_history().
|
staticprivate |
Definition at line 535 of file cmd-hist.cc.
References command_history(), and s_instance.
Referenced by instance_ok().
|
static |
Definition at line 652 of file cmd-hist.cc.
References do_max_input_history(), instance_ok(), and s_instance.
|
delete |
|
static |
Definition at line 579 of file cmd-hist.cc.
References do_process_histcontrol(), instance_ok(), and s_instance.
Referenced by do_initialize(), and Fhistory_control().
|
static |
Definition at line 702 of file cmd-hist.cc.
References file().
Referenced by history_system::do_history(), and do_initialize().
|
static |
Definition at line 708 of file cmd-hist.cc.
References do_read(), f, instance_ok(), and s_instance.
|
static |
Definition at line 721 of file cmd-hist.cc.
References do_read_range(), f, instance_ok(), and s_instance.
|
static |
Definition at line 715 of file cmd-hist.cc.
References file().
Referenced by history_system::do_history().
|
static |
Definition at line 626 of file cmd-hist.cc.
References do_remove(), instance_ok(), n, and s_instance.
Referenced by mk_tmp_hist_file().
|
static |
Definition at line 763 of file cmd-hist.cc.
References do_replace_entry(), instance_ok(), and s_instance.
|
static |
Definition at line 562 of file cmd-hist.cc.
References do_set_file(), f, instance_ok(), s_instance, and tilde_expand().
Referenced by history_system::do_history(), do_initialize(), and Fhistory_file().
|
static |
Definition at line 689 of file cmd-hist.cc.
References do_set_mark(), instance_ok(), n, and s_instance.
|
static |
Definition at line 592 of file cmd-hist.cc.
References do_set_size(), instance_ok(), n, and s_instance.
Referenced by do_initialize(), and Fhistory_size().
|
static |
Definition at line 599 of file cmd-hist.cc.
References do_size(), instance_ok(), and s_instance.
Referenced by Fhistory_size().
|
static |
Definition at line 670 of file cmd-hist.cc.
References do_stifle(), instance_ok(), n, and s_instance.
|
static |
Definition at line 743 of file cmd-hist.cc.
References do_truncate_file(), f, instance_ok(), n, and s_instance.
|
static |
Definition at line 677 of file cmd-hist.cc.
References do_unstifle(), instance_ok(), and s_instance.
|
static |
Definition at line 640 of file cmd-hist.cc.
References do_where(), instance_ok(), and s_instance.
|
static |
Definition at line 729 of file cmd-hist.cc.
References do_write(), f, instance_ok(), and s_instance.
Referenced by history_system::do_history().
|
protected |
Definition at line 238 of file cmd-hist.h.
Referenced by do_append(), do_clean_up_and_save(), do_file(), do_set_file(), do_truncate_file(), and do_write().
|
protected |
Definition at line 229 of file cmd-hist.h.
|
protected |
Definition at line 226 of file cmd-hist.h.
Referenced by do_ignore_entries(), and do_ignoring_entries().
|
protected |
Definition at line 223 of file cmd-hist.h.
Referenced by do_append(), do_clean_up_and_save(), do_initialize(), do_is_initialized(), do_truncate_file(), and do_write().
|
protected |
Definition at line 232 of file cmd-hist.h.
|
protected |
Definition at line 235 of file cmd-hist.h.
Referenced by do_append().
|
protected |
Definition at line 241 of file cmd-hist.h.
Referenced by do_current_number(), do_set_size(), and do_size().
|
staticprivate |
Definition at line 138 of file cmd-hist.h.
Referenced by add(), append(), base(), clean_up_and_save(), clear(), current_number(), file(), get_entry(), goto_mark(), histcontrol(), ignore_entries(), ignoring_entries(), initialize(), instance_ok(), is_initialized(), is_stifled(), length(), list(), make_command_history(), max_input_history(), process_histcontrol(), read(), read_range(), remove(), replace_entry(), set_file(), set_mark(), set_size(), size(), stifle(), truncate_file(), unstifle(), where(), and write().