 |
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.
13 namespace SWC {
namespace Comm {
namespace Protocol {
14 namespace Rgr {
namespace Params {
19 out <<
"RangeQueryUpdateReq(cid=" <<
cid <<
" rid=" <<
rid <<
')';
42 size_t remain) noexcept
43 : err(a_err), cells_added(0),
44 range_prev_end(), range_end() {
size_t SWC_PURE_FUNC internal_encoded_length() const override
constexpr SWC_CAN_INLINE int code() const noexcept
void internal_decode(const uint8_t **bufp, size_t *remainp) override
#define SWC_LOG_OUT(pr, _code_)
void internal_encode(uint8_t **bufp) const override
constexpr SWC_CAN_INLINE uint8_t encoded_length_vi32(uint32_t val) noexcept
void print(std::ostream &out) const
void internal_encode(uint8_t **bufp) const override
size_t SWC_PURE_FUNC internal_encoded_length() const override
void internal_decode(const uint8_t **bufp, size_t *remainp) override
void decode(const uint8_t **bufp, size_t *remainp, bool owner)
SWC_CAN_INLINE RangeQueryUpdateRsp(int a_err=Error::OK) noexcept
constexpr SWC_CAN_INLINE bool empty() const noexcept
#define SWC_CURRENT_EXCEPTION(_msg_)
DB::Cell::Key range_prev_end
The SWC-DB C++ namespace 'SWC'.
constexpr SWC_CAN_INLINE uint8_t encoded_length_vi64(uint64_t val) noexcept
constexpr uint32_t encoded_length() const noexcept
void print(std::ostream &out) const
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 print(std::ostream &out) const
constexpr SWC_CAN_INLINE void encode_vi64(uint8_t **bufp, uint64_t val)
void print(std::ostream &out, int err)
void encode(uint8_t **bufp) const
constexpr SWC_CAN_INLINE uint32_t decode_vi32(const uint8_t **bufp, size_t *remainp)