Joedb 9.1.4
The Journal-Only Embedded Database
|
#include <joedb/ui/Client_Command_Processor.h>
Public Member Functions | |
Client_Command_Processor (Client &client) | |
![]() | |
Command_Interpreter () | |
void | add_processor (Command_Processor &processor) |
void | set_parent (const Command_Interpreter *new_parent) |
void | write_whole_prompt (std::ostream &out) const |
void | set_echo (bool new_echo) |
void | set_rethrow (bool new_rethrow) |
void | set_prompt (bool new_prompt) |
void | main_loop (std::istream &in, std::ostream &out) |
![]() | |
virtual | ~Command_Processor () |
Additional Inherited Members | |
![]() | |
enum class | Status { ok , done , quit , abort , not_found } |
![]() | |
Status | process_command (const std::string &command, std::istream ¶meters, std::istream &in, std::ostream &out) override |
Definition at line 10 of file Client_Command_Processor.h.
|
inline |
Definition at line 30 of file Client_Command_Processor.h.