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::Report Struct Reference

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

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

Public Member Functions

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

Public Attributes

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

Detailed Description

Definition at line 17 of file Report.h.

Constructor & Destructor Documentation

◆ Report() [1/3]

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

Definition at line 22 of file Report.h.

◆ Report() [2/3]

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

Definition at line 28 of file Report.h.

◆ Report() [3/3]

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

◆ ~Report()

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

Definition at line 36 of file Report.h.

Member Function Documentation

◆ operator()()

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

Member Data Documentation

◆ conn

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

Definition at line 18 of file Report.h.

Referenced by operator()().

◆ ev

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

Definition at line 19 of file Report.h.

Referenced by operator()().


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