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::Mngr::Params::ColumnListRsp Class Referencefinal

#include <swcdb/db/Protocol/Mngr/params/ColumnList.h>

+ Inheritance diagram for SWC::Comm::Protocol::Mngr::Params::ColumnListRsp:
+ Collaboration diagram for SWC::Comm::Protocol::Mngr::Params::ColumnListRsp:

Public Member Functions

SWC_CAN_INLINE ColumnListRsp () noexcept
 
SWC_CAN_INLINE ~ColumnListRsp () noexcept
 
- 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

uint64_t expected
 
DB::SchemasVec schemas
 

Private Member Functions

size_t 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 46 of file ColumnList.h.

Constructor & Destructor Documentation

◆ ColumnListRsp()

SWC_CAN_INLINE SWC::Comm::Protocol::Mngr::Params::ColumnListRsp::ColumnListRsp ( )
inlinenoexcept

Definition at line 50 of file ColumnList.h.

◆ ~ColumnListRsp()

SWC_CAN_INLINE SWC::Comm::Protocol::Mngr::Params::ColumnListRsp::~ColumnListRsp ( )
inlinenoexcept

Definition at line 53 of file ColumnList.h.

Member Function Documentation

◆ internal_decode()

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

Implements SWC::Comm::Serializable.

Definition at line 96 of file ColumnList.cc.

References SWC::Serialization::decode_vi64(), SWC::Core::Vector< T, SizeT, GROW_SZ >::emplace_back(), expected, SWC::Core::Vector< T, SizeT, GROW_SZ >::reserve(), and schemas.

+ Here is the call graph for this function:

◆ internal_encode()

void SWC::Comm::Protocol::Mngr::Params::ColumnListRsp::internal_encode ( uint8_t **  bufp) const
overrideprivatevirtual

Implements SWC::Comm::Serializable.

Definition at line 89 of file ColumnList.cc.

References SWC::Serialization::encode_vi64(), expected, schemas, 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::Mngr::Params::ColumnListRsp::internal_encoded_length ( ) const
overrideprivatevirtual

Implements SWC::Comm::Serializable.

Definition at line 81 of file ColumnList.cc.

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

+ Here is the call graph for this function:

Member Data Documentation

◆ expected

◆ schemas


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