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

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

+ Inheritance diagram for SWC::Comm::Protocol::Mngr::Params::Report::RspManagersStatus:
+ Collaboration diagram for SWC::Comm::Protocol::Mngr::Params::Report::RspManagersStatus:

Classes

struct  Manager
 

Public Member Functions

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

Core::Vector< Managermanagers
 
EndPoint inchain
 

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

Constructor & Destructor Documentation

◆ RspManagersStatus()

SWC_CAN_INLINE SWC::Comm::Protocol::Mngr::Params::Report::RspManagersStatus::RspManagersStatus ( )
inlinenoexcept

Definition at line 184 of file Report.h.

◆ ~RspManagersStatus()

SWC_CAN_INLINE SWC::Comm::Protocol::Mngr::Params::Report::RspManagersStatus::~RspManagersStatus ( )
inlinenoexcept

Definition at line 187 of file Report.h.

Member Function Documentation

◆ display()

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

Definition at line 262 of file Report.cc.

Referenced by SWC::Utils::shell::Mngr::managers_status().

+ Here is the caller graph for this function:

◆ internal_decode()

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

Implements SWC::Comm::Serializable.

Definition at line 244 of file Report.cc.

References SWC::Serialization::decode(), SWC::Serialization::decode_vi64(), and SWC::Comm::Resolver::sort().

+ Here is the call graph for this function:

◆ internal_encode()

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

Implements SWC::Comm::Serializable.

Definition at line 237 of file Report.cc.

References SWC::Serialization::encode(), and SWC::Serialization::encode_vi64().

+ Here is the call graph for this function:

◆ internal_encoded_length()

size_t SWC::Comm::Protocol::Mngr::Params::Report::RspManagersStatus::internal_encoded_length ( ) const
overrideprivatevirtual

Implements SWC::Comm::Serializable.

Definition at line 229 of file Report.cc.

References SWC::Serialization::encoded_length(), and SWC::Serialization::encoded_length_vi64().

+ Here is the call graph for this function:

Member Data Documentation

◆ inchain

EndPoint SWC::Comm::Protocol::Mngr::Params::Report::RspManagersStatus::inchain

Definition at line 237 of file Report.h.

Referenced by SWC::Comm::Protocol::Mngr::Handler::Report::operator()().

◆ managers

Core::Vector<Manager> SWC::Comm::Protocol::Mngr::Params::Report::RspManagersStatus::managers

Definition at line 236 of file Report.h.

Referenced by SWC::Comm::Protocol::Mngr::Handler::Report::operator()().


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