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::Handler::RgrMngId Struct Reference

#include <swcdb/manager/Protocol/handlers/RgrMngId.h>

+ Collaboration diagram for SWC::Comm::Protocol::Mngr::Handler::RgrMngId:

Public Member Functions

SWC_CAN_INLINE RgrMngId (const Comm::ConnHandlerPtr &a_conn, const Comm::Event::Ptr &a_ev) noexcept
 
SWC_CAN_INLINE RgrMngId (RgrMngId &&other) noexcept
 
 RgrMngId (const RgrMngId &)=delete
 
RgrMngIdoperator= (RgrMngId &&)=delete
 
RgrMngIdoperator= (const RgrMngId &)=delete
 
 ~RgrMngId () noexcept
 
void operator() ()
 

Public Attributes

Comm::ConnHandlerPtr conn
 
Comm::Event::Ptr ev
 

Detailed Description

Definition at line 16 of file RgrMngId.h.

Constructor & Destructor Documentation

◆ RgrMngId() [1/3]

SWC_CAN_INLINE SWC::Comm::Protocol::Mngr::Handler::RgrMngId::RgrMngId ( const Comm::ConnHandlerPtr a_conn,
const Comm::Event::Ptr a_ev 
)
inlinenoexcept

Definition at line 21 of file RgrMngId.h.

◆ RgrMngId() [2/3]

SWC_CAN_INLINE SWC::Comm::Protocol::Mngr::Handler::RgrMngId::RgrMngId ( RgrMngId &&  other)
inlinenoexcept

Definition at line 27 of file RgrMngId.h.

◆ RgrMngId() [3/3]

SWC::Comm::Protocol::Mngr::Handler::RgrMngId::RgrMngId ( const RgrMngId )
delete

◆ ~RgrMngId()

SWC::Comm::Protocol::Mngr::Handler::RgrMngId::~RgrMngId ( )
inlinenoexcept

Definition at line 35 of file RgrMngId.h.

Member Function Documentation

◆ operator()()

◆ operator=() [1/2]

RgrMngId& SWC::Comm::Protocol::Mngr::Handler::RgrMngId::operator= ( const RgrMngId )
delete

◆ operator=() [2/2]

RgrMngId& SWC::Comm::Protocol::Mngr::Handler::RgrMngId::operator= ( RgrMngId &&  )
delete

Member Data Documentation

◆ conn

Comm::ConnHandlerPtr SWC::Comm::Protocol::Mngr::Handler::RgrMngId::conn

Definition at line 17 of file RgrMngId.h.

Referenced by operator()().

◆ ev

Comm::Event::Ptr SWC::Comm::Protocol::Mngr::Handler::RgrMngId::ev

Definition at line 18 of file RgrMngId.h.

Referenced by operator()().


The documentation for this struct was generated from the following file: