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