9 #ifndef anna_core_util_Encoder_hpp 10 #define anna_core_util_Encoder_hpp 51 return encode(text.c_str());
const EncodedData & encode(const std::string &text) noexcept(false)
Definition: Encoder.hpp:50
Encoder()
Definition: Encoder.hpp:31
const EncodedData & encode(const char *text) noexcept(false)
Definition: Encoder.hpp:39
#define anna_strlen(a)
Definition: defines.hpp:50
const DataBlock & decode(const EncodedData &data) noexcept(false)
Definition: EncodedData.hpp:27
Definition: DataBlock.hpp:24
Definition: Encoder.hpp:26