Joedb 9.1.4
The Journal-Only Embedded Database
|
#include <joedb/ui/Readable_Writable_Command_Processor.h>
Public Member Functions | |
Readable_Writable_Command_Processor (const Readable &readable, Writable &writable, size_t max_record_id) | |
![]() | |
Data_Manipulation_Command_Processor (const Readable &readable, Writable &writable, size_t max_record_id) | |
![]() | |
Readable_Command_Processor (const Readable &readable) | |
![]() | |
virtual | ~Command_Processor () |
Additional Inherited Members | |
![]() | |
enum class | Status { ok , done , quit , abort , not_found } |
![]() | |
static Table_Id | parse_table (std::istream &in, const Readable &readable) |
![]() | |
void | write_value (std::ostream &out, Table_Id table_id, Record_Id record_id, Field_Id field_id) |
![]() | |
Writable & | writable |
size_t | max_record_id |
![]() | |
const Readable & | readable |
Definition at line 10 of file Readable_Writable_Command_Processor.h.
|
inline |
Definition at line 24 of file Readable_Writable_Command_Processor.h.