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::FsBroker::Params::RmdirReq Class Referencefinal

#include <swcdb/fs/Broker/Protocol/params/Rmdir.h>

+ Inheritance diagram for SWC::Comm::Protocol::FsBroker::Params::RmdirReq:
+ Collaboration diagram for SWC::Comm::Protocol::FsBroker::Params::RmdirReq:

Public Member Functions

SWC_CAN_INLINE RmdirReq () noexcept
 
SWC_CAN_INLINE RmdirReq (const std::string &a_dname)
 
 ~RmdirReq () 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

std::string dname
 

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 16 of file Rmdir.h.

Constructor & Destructor Documentation

◆ RmdirReq() [1/2]

SWC_CAN_INLINE SWC::Comm::Protocol::FsBroker::Params::RmdirReq::RmdirReq ( )
inlinenoexcept

Definition at line 20 of file Rmdir.h.

◆ RmdirReq() [2/2]

SWC_CAN_INLINE SWC::Comm::Protocol::FsBroker::Params::RmdirReq::RmdirReq ( const std::string &  a_dname)
inline

Definition at line 23 of file Rmdir.h.

◆ ~RmdirReq()

SWC::Comm::Protocol::FsBroker::Params::RmdirReq::~RmdirReq ( )
inlinenoexcept

Definition at line 25 of file Rmdir.h.

Member Function Documentation

◆ internal_decode()

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

Implements SWC::Comm::Serializable.

Definition at line 22 of file Rmdir.cc.

References SWC::Serialization::decode_bytes_string(), and dname.

+ Here is the call graph for this function:

◆ internal_encode()

void SWC::Comm::Protocol::FsBroker::Params::RmdirReq::internal_encode ( uint8_t **  bufp) const
overrideprivatevirtual

Implements SWC::Comm::Serializable.

Definition at line 18 of file Rmdir.cc.

References dname, and SWC::Serialization::encode_bytes().

+ Here is the call graph for this function:

◆ internal_encoded_length()

size_t SWC::Comm::Protocol::FsBroker::Params::RmdirReq::internal_encoded_length ( ) const
overrideprivatevirtual

Implements SWC::Comm::Serializable.

Definition at line 14 of file Rmdir.cc.

References dname, and SWC::Serialization::encoded_length_bytes().

+ Here is the call graph for this function:

Member Data Documentation

◆ dname

std::string SWC::Comm::Protocol::FsBroker::Params::RmdirReq::dname

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