Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Readable_Writable_Command_Processor.h
Go to the documentation of this file.
1#ifndef joedb_Readable_Writable_Command_Processor_declared
2#define joedb_Readable_Writable_Command_Processor_declared
3
5#include "joedb/Type.h"
6
7namespace joedb
8{
9 /// @ingroup ui
11 {
12 private:
13 Type parse_type(std::istream &in, std::ostream &out) const;
14
15 Status process_command
16 (
17 const std::string &command,
18 std::istream &parameters,
19 std::istream &in,
20 std::ostream &out
21 ) override;
22
23 public:
33 };
34}
35
36#endif
Readable_Writable_Command_Processor(const Readable &readable, Writable &writable, size_t max_record_id)
Definition Blob.h:7