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