#include <joedb/ui/Command_Interpreter.h>
|
| Status | process_command (const std::string &command, std::istream ¶meters, std::istream &in, std::ostream &out) override |
| |
Definition at line 14 of file Command_Interpreter.h.
◆ Command_Interpreter()
| joedb::Command_Interpreter::Command_Interpreter |
( |
| ) |
|
◆ add_processor()
◆ is_last_line_empty()
| bool joedb::Command_Interpreter::is_last_line_empty |
( |
| ) |
const |
|
inline |
◆ main_loop()
| void joedb::Command_Interpreter::main_loop |
( |
std::istream & |
in, |
|
|
std::ostream & |
out |
|
) |
| |
◆ process_command()
| Command_Processor::Status joedb::Command_Interpreter::process_command |
( |
const std::string & |
command, |
|
|
std::istream & |
parameters, |
|
|
std::istream & |
in, |
|
|
std::ostream & |
out |
|
) |
| |
|
overrideprotectedvirtual |
◆ set_echo()
| void joedb::Command_Interpreter::set_echo |
( |
bool |
new_echo | ) |
|
|
inline |
◆ set_parent()
◆ set_prompt()
| void joedb::Command_Interpreter::set_prompt |
( |
bool |
new_prompt | ) |
|
|
inline |
◆ set_prompt_string()
| void joedb::Command_Interpreter::set_prompt_string |
( |
std::string |
s | ) |
|
|
inline |
◆ set_rethrow()
| void joedb::Command_Interpreter::set_rethrow |
( |
bool |
new_rethrow | ) |
|
|
inline |
◆ write_prompt()
| void joedb::Command_Interpreter::write_prompt |
( |
std::ostream & |
out | ) |
const |
|
virtual |
◆ write_whole_prompt()
| void joedb::Command_Interpreter::write_whole_prompt |
( |
std::ostream & |
out | ) |
const |
The documentation for this class was generated from the following files: