68 if (m_parts & PRIMARY)
70 if (m_parts & VALUE_INDEX) {
75 if (m_parts & QUALIFIER_INDEX) {
78 str +=
"QUALIFIER_INDEX";
size_t encoded_length_internal() const override
Returns internal serialized length.
Po::typed_value< String > * str(String *v=0)
void decode_internal(uint8_t version, const uint8_t **bufp, size_t *remainp) override
Reads serialized representation of object from a buffer.
uint8_t decode_i8(const uint8_t **bufp, size_t *remainp)
Decode a 8-bit integer (a byte/character)
Compatibility Macros for C/C++.
Functions to serialize/deserialize primitives to/from a memory buffer.
uint8_t encoding_version() const override
Returns encoding version.
void encode_internal(uint8_t **bufp) const override
Serialized format is as follows:
const std::string to_string() const
Returns human readable string describing table parts.
void encode_i8(uint8_t **bufp, uint8_t val)
Encodes a byte into the given buffer.
Declarations for TableParts.