Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
journal
Brotli_File.cpp
Go to the documentation of this file.
1
#include "
joedb/journal/Brotli_File.h
"
2
3
namespace
joedb
4
{
5
detail::Brotli_File_Data::Brotli_File_Data(
const
char
*file_name): db(file_name)
6
{
7
}
8
9
Brotli_File::Brotli_File(
const
char
*file_name):
10
detail::Brotli_File_Data(file_name),
11
Encoded_File
(Brotli_File_Data::codec, Brotli_File_Data::db)
12
{
13
}
14
}
Brotli_File.h
joedb::Encoded_File
Definition
Encoded_File.h:12
joedb
Definition
Blob.h:7
Generated by
1.9.8