Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Blob_Reader_Command_Processor.h
Go to the documentation of this file.
1#ifndef joedb_Blob_Reader_Command_Processor_declared
2#define joedb_Blob_Reader_Command_Processor_declared
3
5
6namespace joedb
7{
8 class Buffered_File;
9
10 /// @ingroup ui
12 {
13 private:
14 const Buffered_File &blob_reader;
15
16 Status process_command
17 (
18 const std::string &command,
19 std::istream &parameters,
20 std::istream &in,
21 std::ostream &out
22 ) final;
23
24 public:
26 blob_reader(blob_reader)
27 {
28 }
29 };
30}
31
32#endif
Blob_Reader_Command_Processor(const Buffered_File &blob_reader)
Definition Blob.h:7