Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Readonly_Interpreted_File.h
Go to the documentation of this file.
1#ifndef joedb_Readonly_Interpreted_File_declared
2#define joedb_Readonly_Interpreted_File_declared
3
7
8#include <fstream>
9
10namespace joedb
11{
12 /// @ingroup journal
14 {
15 protected:
18
19 Readonly_Interpreted_File(std::istream &stream, bool readonly);
20
21 public:
22 Readonly_Interpreted_File(std::istream &stream):
24 {
25 }
26
27 Readonly_Interpreted_File(std::istream &&stream):
29 {
30 }
31
36
38 };
39}
40
41#endif
Definition Blob.h:7