Joedb
10.3.0
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
(std::string_view decoded)
14
override
;
15
};
16
}
17
18
#endif
Brotli_Decoder.h
Codec.h
joedb::Brotli_Codec
Definition
Brotli_Codec.h:11
joedb::Brotli_Codec::encode
std::string encode(std::string_view decoded) override
Definition
Brotli_Codec.cpp:9
joedb::Brotli_Decoder
Definition
Brotli_Decoder.h:10
joedb::Codec
Definition
Codec.h:12
joedb
Definition
Server.cpp:10
Generated by
1.9.8