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

#include <joedb/ui/Interpreter.h>

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

Public Member Functions

 Writable_Interpreter (Writable &writable, Writable &blob_writer)
 
- Public Member Functions inherited from joedb::Command_Interpreter
 Command_Interpreter ()
 
void add_processor (Command_Processor &processor)
 
void set_parent (const Command_Interpreter *new_parent)
 
virtual void write_prompt (std::ostream &out) const
 
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 ()
 

Protected Attributes

Writable_Command_Processor writable_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 39 of file Interpreter.h.

Constructor & Destructor Documentation

◆ Writable_Interpreter()

joedb::Writable_Interpreter::Writable_Interpreter ( Writable writable,
Writable blob_writer 
)
inline

Definition at line 45 of file Interpreter.h.

Member Data Documentation

◆ writable_command_processor

Writable_Command_Processor joedb::Writable_Interpreter::writable_command_processor
protected

Definition at line 42 of file Interpreter.h.


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