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::Common::Handler::NotImplemented Class Reference

#include <swcdb/common/Protocol/handlers/NotImplemented.h>

+ Inheritance diagram for SWC::Comm::Protocol::Common::Handler::NotImplemented:
+ Collaboration diagram for SWC::Comm::Protocol::Common::Handler::NotImplemented:

Public Member Functions

 NotImplemented (const ConnHandlerPtr &conn, const Event::Ptr &ev)
 
void run () override
 
virtual ~NotImplemented () noexcept
 
- Public Member Functions inherited from SWC::Comm::AppHandler
SWC_CAN_INLINE AppHandler (const ConnHandlerPtr &conn, const Event::Ptr &ev) noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from SWC::Comm::AppHandler
virtual ~AppHandler () noexcept
 
- Protected Attributes inherited from SWC::Comm::AppHandler
ConnHandlerPtr m_conn
 
Event::Ptr m_ev
 

Detailed Description

Definition at line 24 of file NotImplemented.h.

Constructor & Destructor Documentation

◆ NotImplemented()

SWC::Comm::Protocol::Common::Handler::NotImplemented::NotImplemented ( const ConnHandlerPtr conn,
const Event::Ptr ev 
)
inline

Definition at line 27 of file NotImplemented.h.

◆ ~NotImplemented()

virtual SWC::Comm::Protocol::Common::Handler::NotImplemented::~NotImplemented ( )
inlinevirtualnoexcept

Definition at line 35 of file NotImplemented.h.

Member Function Documentation

◆ run()

void SWC::Comm::Protocol::Common::Handler::NotImplemented::run ( )
inlineoverridevirtual

Implements SWC::Comm::AppHandler.

Definition at line 31 of file NotImplemented.h.

References SWC::Comm::AppHandler::m_conn, SWC::Comm::AppHandler::m_ev, and SWC::Comm::Protocol::Common::Handler::not_implemented().

+ Here is the call graph for this function:

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