#include "input.h"
|
std::string | gnu_readline (const std::string &s, bool &eof) const |
|
Definition at line 61 of file input.h.
◆ input_system()
octave::input_system::input_system |
( |
interpreter & |
interp | ) |
|
◆ add_input_event_hook()
void octave::input_system::add_input_event_hook |
( |
const hook_function & |
hook_fcn | ) |
|
◆ auto_repeat_debug_command() [1/3]
bool octave::input_system::auto_repeat_debug_command |
( |
bool |
val | ) |
|
|
inline |
◆ auto_repeat_debug_command() [2/3]
◆ auto_repeat_debug_command() [3/3]
bool octave::input_system::auto_repeat_debug_command |
( |
void |
| ) |
const |
|
inline |
◆ clear_input_event_hooks()
void octave::input_system::clear_input_event_hooks |
( |
void |
| ) |
|
◆ completion_append_char() [1/3]
char octave::input_system::completion_append_char |
( |
char |
c | ) |
|
|
inline |
◆ completion_append_char() [2/3]
◆ completion_append_char() [3/3]
char octave::input_system::completion_append_char |
( |
void |
| ) |
const |
|
inline |
◆ get_user_input()
◆ gnu_readline()
std::string octave::input_system::gnu_readline |
( |
const std::string & |
s, |
|
|
bool & |
eof |
|
) |
| const |
|
private |
◆ gud_mode() [1/3]
bool octave::input_system::gud_mode |
( |
bool |
flag | ) |
|
|
inline |
◆ gud_mode() [2/3]
◆ gud_mode() [3/3]
bool octave::input_system::gud_mode |
( |
void |
| ) |
const |
|
inline |
◆ have_input_event_hooks()
bool octave::input_system::have_input_event_hooks |
( |
void |
| ) |
const |
◆ initialize()
void octave::input_system::initialize |
( |
bool |
line_editing | ) |
|
◆ interactive_input()
std::string octave::input_system::interactive_input |
( |
const std::string & |
s, |
|
|
bool & |
eof |
|
) |
| |
◆ last_debugging_command() [1/2]
std::string octave::input_system::last_debugging_command |
( |
const std::string & |
s | ) |
|
|
inline |
◆ last_debugging_command() [2/2]
std::string octave::input_system::last_debugging_command |
( |
void |
| ) |
const |
|
inline |
◆ mfile_encoding() [1/3]
◆ mfile_encoding() [2/3]
std::string octave::input_system::mfile_encoding |
( |
const std::string & |
s | ) |
|
|
inline |
◆ mfile_encoding() [3/3]
std::string octave::input_system::mfile_encoding |
( |
void |
| ) |
const |
|
inline |
◆ PS1() [1/3]
◆ PS1() [2/3]
std::string octave::input_system::PS1 |
( |
const std::string & |
s | ) |
|
|
inline |
◆ PS1() [3/3]
std::string octave::input_system::PS1 |
( |
void |
| ) |
const |
|
inline |
◆ PS2() [1/3]
◆ PS2() [2/3]
std::string octave::input_system::PS2 |
( |
const std::string & |
s | ) |
|
|
inline |
◆ PS2() [3/3]
std::string octave::input_system::PS2 |
( |
void |
| ) |
const |
|
inline |
◆ remove_input_event_hook()
bool octave::input_system::remove_input_event_hook |
( |
const std::string & |
hook_fcn_id | ) |
|
◆ run_input_event_hooks()
void octave::input_system::run_input_event_hooks |
( |
void |
| ) |
|
◆ set_completion_append_char()
void octave::input_system::set_completion_append_char |
( |
char |
c | ) |
|
|
inline |
◆ set_gud_mode()
void octave::input_system::set_gud_mode |
( |
bool |
flag | ) |
|
|
inline |
◆ set_mfile_encoding()
void octave::input_system::set_mfile_encoding |
( |
const std::string & |
s | ) |
|
|
inline |
◆ set_PS1()
void octave::input_system::set_PS1 |
( |
const std::string & |
s | ) |
|
|
inline |
◆ set_PS2()
void octave::input_system::set_PS2 |
( |
const std::string & |
s | ) |
|
|
inline |
◆ yes_or_no()
bool octave::input_system::yes_or_no |
( |
const std::string & |
prompt | ) |
|
◆ m_auto_repeat_debug_command
bool octave::input_system::m_auto_repeat_debug_command |
|
private |
◆ m_completion_append_char
char octave::input_system::m_completion_append_char |
|
private |
◆ m_gud_mode
bool octave::input_system::m_gud_mode |
|
private |
◆ m_initialized
bool octave::input_system::m_initialized |
|
private |
◆ m_input_event_hook_functions
◆ m_interpreter
◆ m_last_debugging_command
std::string octave::input_system::m_last_debugging_command |
|
private |
◆ m_mfile_encoding
std::string octave::input_system::m_mfile_encoding |
|
private |
◆ m_PS1
std::string octave::input_system::m_PS1 |
|
private |
◆ m_PS2
std::string octave::input_system::m_PS2 |
|
private |
The documentation for this class was generated from the following file: