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