Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Public Member Functions | List of all members
joedb::Client_Command_Processor Class Reference

#include <joedb/ui/Client_Command_Processor.h>

Inheritance diagram for joedb::Client_Command_Processor:
Inheritance graph
[legend]
Collaboration diagram for joedb::Client_Command_Processor:
Collaboration graph
[legend]

Public Member Functions

 Client_Command_Processor (Client &client)
 
- Public Member Functions inherited from joedb::Command_Interpreter
 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)
 
- Public Member Functions inherited from joedb::Command_Processor
virtual ~Command_Processor ()
 

Additional Inherited Members

- Public Types inherited from joedb::Command_Processor
enum class  Status {
  ok , done , quit , abort ,
  not_found
}
 
- Protected Member Functions inherited from joedb::Command_Interpreter
Status process_command (const std::string &command, std::istream &parameters, std::istream &in, std::ostream &out) override
 

Detailed Description

Definition at line 10 of file Client_Command_Processor.h.

Constructor & Destructor Documentation

◆ Client_Command_Processor()

joedb::Client_Command_Processor::Client_Command_Processor ( Client client)
inline

Definition at line 30 of file Client_Command_Processor.h.


The documentation for this class was generated from the following files: