size_t encoded_length_internal() const override
Returns internal serialized length.
void encode_internal(uint8_t **bufp) const override
Writes serialized representation of object to a buffer.
void decode_internal(uint8_t version, const uint8_t **bufp, size_t *remainp) override
Reads serialized representation of object from a buffer.
uint8_t encoding_version() const override
Returns encoding version.
bool decode_bool(const uint8_t **bufp, size_t *remainp)
Decodes a boolean value from the given buffer.
Declarations for Exists response parameters.
Logging routines and macros.
Compatibility Macros for C/C++.
Functions to serialize/deserialize primitives to/from a memory buffer.
void encode_bool(uint8_t **bufp, bool bval)
Encodes a boolean into the given buffer.
bool m_exists
Exists flag.