#include "input.h"
Definition at line 59 of file input.h.
◆ input_system()
◆ add_input_event_hook()
void input_system::add_input_event_hook |
( |
const hook_function & |
hook_fcn | ) |
|
◆ auto_repeat_debug_command() [1/3]
bool input_system::auto_repeat_debug_command |
( |
| ) |
const |
|
inline |
◆ auto_repeat_debug_command() [2/3]
bool input_system::auto_repeat_debug_command |
( |
bool |
val | ) |
|
|
inline |
◆ auto_repeat_debug_command() [3/3]
◆ clear_input_event_hooks()
void input_system::clear_input_event_hooks |
( |
| ) |
|
◆ completion_append_char() [1/3]
char input_system::completion_append_char |
( |
| ) |
const |
|
inline |
◆ completion_append_char() [2/3]
char input_system::completion_append_char |
( |
char |
c | ) |
|
|
inline |
◆ completion_append_char() [3/3]
◆ dir_encoding()
std::string input_system::dir_encoding |
( |
const std::string & |
dir | ) |
|
◆ get_user_input()
◆ gud_mode() [1/3]
bool input_system::gud_mode |
( |
| ) |
const |
|
inline |
◆ gud_mode() [2/3]
bool input_system::gud_mode |
( |
bool |
flag | ) |
|
|
inline |
◆ gud_mode() [3/3]
◆ have_input_event_hooks()
bool input_system::have_input_event_hooks |
( |
| ) |
const |
◆ initialize()
void input_system::initialize |
( |
bool |
line_editing | ) |
|
◆ interactive_input()
std::string input_system::interactive_input |
( |
const std::string & |
s, |
|
|
bool & |
eof |
|
) |
| |
◆ last_debugging_command() [1/2]
std::string input_system::last_debugging_command |
( |
| ) |
const |
|
inline |
◆ last_debugging_command() [2/2]
std::string input_system::last_debugging_command |
( |
const std::string & |
s | ) |
|
|
inline |
◆ mfile_encoding() [1/3]
std::string input_system::mfile_encoding |
( |
| ) |
const |
|
inline |
◆ mfile_encoding() [2/3]
◆ mfile_encoding() [3/3]
std::string input_system::mfile_encoding |
( |
const std::string & |
s | ) |
|
|
inline |
◆ PS1() [1/3]
std::string input_system::PS1 |
( |
| ) |
const |
|
inline |
◆ PS1() [2/3]
◆ PS1() [3/3]
std::string input_system::PS1 |
( |
const std::string & |
s | ) |
|
|
inline |
◆ PS2() [1/3]
std::string input_system::PS2 |
( |
| ) |
const |
|
inline |
◆ PS2() [2/3]
◆ PS2() [3/3]
std::string input_system::PS2 |
( |
const std::string & |
s | ) |
|
|
inline |
◆ remove_input_event_hook()
bool input_system::remove_input_event_hook |
( |
const std::string & |
hook_fcn_id | ) |
|
◆ run_input_event_hooks()
void input_system::run_input_event_hooks |
( |
| ) |
|
◆ set_completion_append_char()
void input_system::set_completion_append_char |
( |
char |
c | ) |
|
|
inline |
◆ set_dir_encoding()
void input_system::set_dir_encoding |
( |
const std::string & |
dir, |
|
|
std::string & |
enc |
|
) |
| |
◆ set_gud_mode()
void input_system::set_gud_mode |
( |
bool |
flag | ) |
|
|
inline |
◆ set_mfile_encoding()
void input_system::set_mfile_encoding |
( |
const std::string & |
s | ) |
|
|
inline |
◆ set_PS1()
void input_system::set_PS1 |
( |
const std::string & |
s | ) |
|
|
inline |
◆ set_PS2()
void input_system::set_PS2 |
( |
const std::string & |
s | ) |
|
|
inline |
◆ yes_or_no()
bool input_system::yes_or_no |
( |
const std::string & |
prompt | ) |
|
The documentation for this class was generated from the following file: