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::Report::RspCids Class Referencefinal

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

+ Inheritance diagram for SWC::Comm::Protocol::Rgr::Params::Report::RspCids:
+ Collaboration diagram for SWC::Comm::Protocol::Rgr::Params::Report::RspCids:

Public Member Functions

SWC_CAN_INLINE RspCids () noexcept
 
SWC_CAN_INLINE ~RspCids () noexcept
 
void display (std::ostream &out, const std::string &offset="") 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

cids_t cids
 

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 81 of file Report.h.

Constructor & Destructor Documentation

◆ RspCids()

SWC_CAN_INLINE SWC::Comm::Protocol::Rgr::Params::Report::RspCids::RspCids ( )
inlinenoexcept

Definition at line 85 of file Report.h.

◆ ~RspCids()

SWC_CAN_INLINE SWC::Comm::Protocol::Rgr::Params::Report::RspCids::~RspCids ( )
inlinenoexcept

Definition at line 88 of file Report.h.

Member Function Documentation

◆ display()

void SWC::Comm::Protocol::Rgr::Params::Report::RspCids::display ( std::ostream &  out,
const std::string &  offset = "" 
) const

Definition at line 62 of file Report.cc.

References SWC::Core::Vector< T, SizeT, GROW_SZ >::begin(), cids, SWC::Core::Vector< T, SizeT, GROW_SZ >::end(), and SWC::Comm::Resolver::sort().

Referenced by SWC::Utils::shell::Rgr::report().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ internal_decode()

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

Implements SWC::Comm::Serializable.

Definition at line 83 of file Report.cc.

References cids, SWC::Serialization::decode_vi64(), and SWC::Core::Vector< T, SizeT, GROW_SZ >::resize().

+ Here is the call graph for this function:

◆ internal_encode()

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

Implements SWC::Comm::Serializable.

Definition at line 77 of file Report.cc.

References cids, SWC::Serialization::encode_vi64(), and SWC::Core::Vector< T, SizeT, GROW_SZ >::size().

+ Here is the call graph for this function:

◆ internal_encoded_length()

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

Implements SWC::Comm::Serializable.

Definition at line 70 of file Report.cc.

References cids, SWC::Serialization::encoded_length_vi64(), and SWC::Core::Vector< T, SizeT, GROW_SZ >::size().

+ Here is the call graph for this function:

Member Data Documentation

◆ cids

cids_t SWC::Comm::Protocol::Rgr::Params::Report::RspCids::cids
mutable

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