Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
journal
Brotli_File.h
Go to the documentation of this file.
1
#ifndef joedb_Brotli_File_declared
2
#define joedb_Brotli_File_declared
3
4
#include "
joedb/journal/Brotli_Codec.h
"
5
#include "
joedb/journal/Encoded_File.h
"
6
#include "
joedb/db/encoded_file/File_Database.h
"
7
8
namespace
joedb
9
{
10
namespace
detail
11
{
12
class
Brotli_File_Data
13
{
14
protected
:
15
Brotli_Codec codec;
16
db::encoded_file::File_Database db;
17
18
public
:
19
Brotli_File_Data(
const
char
*file_name);
20
};
21
}
22
23
/// @ingroup journal
24
class
Brotli_File
:
private
detail::Brotli_File_Data,
public
Encoded_File
25
{
26
public
:
27
Brotli_File
(
const
char
*
file_name
);
28
};
29
}
30
31
#endif
Brotli_Codec.h
Encoded_File.h
joedb::Brotli_File
Definition
Brotli_File.h:25
joedb::Buffered_File::read
T read()
Definition
Buffered_File.h:156
joedb::Encoded_File
Definition
Encoded_File.h:12
joedb
Definition
Blob.h:7
File_Database.h
Generated by
1.9.8