SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq Class Referencefinal

#include <swcdb/db/Protocol/Rgr/params/RangeQueryUpdate.h>

+ Inheritance diagram for SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq:
+ Collaboration diagram for SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq:

Public Member Functions

SWC_CAN_INLINE RangeQueryUpdateReq () noexcept
 
SWC_CAN_INLINE RangeQueryUpdateReq (cid_t a_cid, rid_t a_rid) noexcept
 
void print (std::ostream &out) const
 
- Public Member Functions inherited from SWC::Comm::Serializable
size_t encoded_length () const
 
void encode (uint8_t **bufp) const
 
void decode (const uint8_t **bufp, size_t *remainp)
 

Public Attributes

cid_t cid
 
rid_t rid
 

Private Member Functions

size_t SWC_PURE_FUNC internal_encoded_length () const override
 
void internal_encode (uint8_t **bufp) const override
 
void internal_decode (const uint8_t **bufp, size_t *remainp) override
 

Additional Inherited Members

- Protected Member Functions inherited from SWC::Comm::Serializable
virtual ~Serializable () noexcept
 

Detailed Description

Definition at line 18 of file RangeQueryUpdate.h.

Constructor & Destructor Documentation

◆ RangeQueryUpdateReq() [1/2]

SWC_CAN_INLINE SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq::RangeQueryUpdateReq ( )
inlinenoexcept

Definition at line 22 of file RangeQueryUpdate.h.

◆ RangeQueryUpdateReq() [2/2]

SWC_CAN_INLINE SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq::RangeQueryUpdateReq ( cid_t  a_cid,
rid_t  a_rid 
)
inlinenoexcept

Definition at line 25 of file RangeQueryUpdate.h.

Member Function Documentation

◆ internal_decode()

void SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq::internal_decode ( const uint8_t **  bufp,
size_t *  remainp 
)
overrideprivatevirtual

Implements SWC::Comm::Serializable.

Definition at line 32 of file RangeQueryUpdate.cc.

References cid, SWC::Serialization::decode_vi64(), and rid.

+ Here is the call graph for this function:

◆ internal_encode()

void SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq::internal_encode ( uint8_t **  bufp) const
overrideprivatevirtual

Implements SWC::Comm::Serializable.

Definition at line 27 of file RangeQueryUpdate.cc.

References cid, SWC::Serialization::encode_vi64(), and rid.

+ Here is the call graph for this function:

◆ internal_encoded_length()

size_t SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq::internal_encoded_length ( ) const
overrideprivatevirtual

Implements SWC::Comm::Serializable.

Definition at line 22 of file RangeQueryUpdate.cc.

References cid, SWC::Serialization::encoded_length_vi64(), and rid.

+ Here is the call graph for this function:

◆ print()

void SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq::print ( std::ostream &  out) const

Definition at line 18 of file RangeQueryUpdate.cc.

References cid, and rid.

Member Data Documentation

◆ cid

cid_t SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq::cid

◆ rid

rid_t SWC::Comm::Protocol::Rgr::Params::RangeQueryUpdateReq::rid

The documentation for this class was generated from the following files: