 |
SWC-DB
v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
|
Go to the documentation of this file.
11 namespace SWC {
namespace Comm {
namespace Protocol {
12 namespace Rgr {
namespace Params {
16 std::string s(
"ColumnCompactReq(");
39 size_t remain) noexcept : err(a_err) {
50 std::string s(
"ColumnCompactRsp(");
constexpr SWC_CAN_INLINE int code() const noexcept
SWC_CAN_INLINE ColumnCompactRsp(int a_err=Error::OK) noexcept
std::string to_string() const
#define SWC_LOG_OUT(pr, _code_)
const char * get_text(const int err) noexcept
constexpr SWC_CAN_INLINE uint8_t encoded_length_vi32(uint32_t val) noexcept
void internal_decode(const uint8_t **bufp, size_t *remainp) override
std::string to_string() const
#define SWC_CURRENT_EXCEPTION(_msg_)
The SWC-DB C++ namespace 'SWC'.
size_t SWC_PURE_FUNC internal_encoded_length() const override
constexpr SWC_CAN_INLINE uint8_t encoded_length_vi64(uint64_t val) noexcept
size_t SWC_PURE_FUNC internal_encoded_length() const override
constexpr SWC_CAN_INLINE uint64_t decode_vi64(const uint8_t **bufp, size_t *remainp)
constexpr SWC_CAN_INLINE void encode_vi32(uint8_t **bufp, uint32_t val)
void internal_encode(uint8_t **bufp) const override
constexpr SWC_CAN_INLINE void encode_vi64(uint8_t **bufp, uint64_t val)
void internal_decode(const uint8_t **bufp, size_t *remainp) override
SWC_CAN_INLINE std::string to_string(const BitFieldInt< T, SZ > &v)
void internal_encode(uint8_t **bufp) const override
constexpr SWC_CAN_INLINE uint32_t decode_vi32(const uint8_t **bufp, size_t *remainp)