Joedb
9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
journal
Brotli_Codec.h
Go to the documentation of this file.
1
#ifndef joedb_Brotli_Codec_declared
2
#define joedb_Brotli_Codec_declared
3
4
#include "
joedb/journal/Brotli_Decoder.h
"
5
#include "
joedb/journal/Codec.h
"
6
7
namespace
joedb
8
{
9
/// @ingroup journal
10
class
Brotli_Codec
:
public
Codec
,
public
Brotli_Decoder
11
{
12
public
:
13
std::string
encode
14
(
15
const
char
*decoded,
16
size_t
decoded_size
17
)
18
override
;
19
};
20
}
21
22
#endif
Brotli_Decoder.h
Codec.h
joedb::Brotli_Codec
Definition
Brotli_Codec.h:11
joedb::Brotli_Codec::encode
std::string encode(const char *decoded, size_t decoded_size) override
Definition
Brotli_Codec.cpp:9
joedb::Brotli_Decoder
Definition
Brotli_Decoder.h:10
joedb::Codec
Definition
Codec.h:12
joedb
Definition
Blob.h:7
Generated by
1.9.8