Joedb 9.1.4
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Public Member Functions | List of all members
joedb::Identity_Codec Class Reference

#include <joedb/journal/Identity_Codec.h>

Inheritance diagram for joedb::Identity_Codec:
Inheritance graph
[legend]
Collaboration diagram for joedb::Identity_Codec:
Collaboration graph
[legend]

Public Member Functions

std::string encode (const char *decoded, size_t decoded_size) override
 
void decode (const std::string &encoded, char *decoded, size_t decoded_size) override
 
- Public Member Functions inherited from joedb::Decoder
virtual ~Decoder ()=default
 

Detailed Description

Definition at line 12 of file Identity_Codec.h.

Member Function Documentation

◆ decode()

void joedb::Identity_Codec::decode ( const std::string &  encoded,
char *  decoded,
size_t  decoded_size 
)
inlineoverridevirtual

Implements joedb::Decoder.

Definition at line 20 of file Identity_Codec.h.

◆ encode()

std::string joedb::Identity_Codec::encode ( const char *  decoded,
size_t  decoded_size 
)
inlineoverridevirtual

Implements joedb::Codec.

Definition at line 15 of file Identity_Codec.h.


The documentation for this class was generated from the following file: