add(const std::string &) | command_history | static |
append(const std::string &="") | command_history | static |
base() | command_history | static |
clean_up_and_save(const std::string &="", int=-1) | command_history | static |
clear() | command_history | static |
command_history() | command_history | inlineprotected |
current_number() | command_history | static |
do_add(const std::string &) | command_history | protectedvirtual |
do_append(const std::string &) | command_history | protectedvirtual |
do_base() const | command_history | protectedvirtual |
do_clean_up_and_save(const std::string &, int) | command_history | protectedvirtual |
do_clear() | command_history | protectedvirtual |
do_current_number() const | command_history | protectedvirtual |
do_file() | command_history | protectedvirtual |
do_get_entry(int) const | command_history | protectedvirtual |
do_goto_mark() | command_history | protectedvirtual |
do_histcontrol() const | command_history | inlineprotectedvirtual |
do_ignore_entries(bool) | command_history | protectedvirtual |
do_ignoring_entries() const | command_history | protectedvirtual |
do_initialize(bool, const std::string &, int, const std::string &) | command_history | protectedvirtual |
do_is_initialized() const | command_history | protectedvirtual |
do_is_stifled() const | command_history | protectedvirtual |
do_length() const | command_history | protectedvirtual |
do_list(int, bool) const | command_history | protectedvirtual |
do_max_input_history() const | command_history | protectedvirtual |
do_process_histcontrol(const std::string &) | command_history | protectedvirtual |
do_read(const std::string &, bool) | command_history | protectedvirtual |
do_read_range(const std::string &, int, int, bool) | command_history | protectedvirtual |
do_remove(int) | command_history | protectedvirtual |
do_replace_entry(int, const std::string &) | command_history | protectedvirtual |
do_set_file(const std::string &) | command_history | protectedvirtual |
do_set_mark(int) | command_history | protectedvirtual |
do_set_size(int) | command_history | protectedvirtual |
do_size() const | command_history | protectedvirtual |
do_stifle(int) | command_history | protectedvirtual |
do_truncate_file(const std::string &, int) const | command_history | protectedvirtual |
do_unstifle() | command_history | protectedvirtual |
do_where() const | command_history | protectedvirtual |
do_write(const std::string &) const | command_history | protectedvirtual |
error(int, const std::string &msg="") const | command_history | protected |
error(const std::string &) const | command_history | protected |
file() | command_history | static |
get_entry(int) | command_history | static |
goto_mark() | command_history | static |
histcontrol() | command_history | static |
ignore_entries(bool=true) | command_history | static |
ignoring_entries() | command_history | static |
initialize(bool, const std::string &, int, const std::string &) | command_history | static |
is_initialized() | command_history | static |
is_stifled() | command_history | static |
length() | command_history | static |
list(int=-1, bool=false) | command_history | static |
m_file | command_history | protected |
m_history_control | command_history | protected |
m_ignoring_additions | command_history | protected |
m_initialized | command_history | protected |
m_lines_in_file | command_history | protected |
m_lines_this_session | command_history | protected |
m_size | command_history | protected |
max_input_history() | command_history | static |
process_histcontrol(const std::string &) | command_history | static |
read(bool=true) | command_history | static |
read(const std::string &, bool=true) | command_history | static |
read_range(int=-1, int=-1, bool=true) | command_history | static |
read_range(const std::string &, int=-1, int=-1, bool=true) | command_history | static |
remove(int) | command_history | static |
replace_entry(int, const std::string &) | command_history | static |
set_file(const std::string &) | command_history | static |
set_mark(int n) | command_history | static |
set_size(int) | command_history | static |
size() | command_history | static |
stifle(int) | command_history | static |
truncate_file(const std::string &="", int=-1) | command_history | static |
unstifle() | command_history | static |
where() | command_history | static |
write(const std::string &="") | command_history | static |
~command_history()=default | command_history | virtual |