MySQL 9.3.0
Source Code Documentation
HttpControl< T > Class Template Reference
Inheritance diagram for HttpControl< T >:
[legend]

Public Member Functions

template<typename... Args>
 HttpControl (Args &&...args)
 
void handler_start () override
 
void handler_stop () override
 

Public Attributes

std::shared_ptr< mrs::endpoint::handler::HandlerDebughandler_debug
 

Additional Inherited Members

- Private Member Functions inherited from mrs::endpoint::handler::HandlerCallback
virtual ~HandlerCallback ()=default
 

Constructor & Destructor Documentation

◆ HttpControl()

template<typename T >
template<typename... Args>
HttpControl< T >::HttpControl ( Args &&...  args)
inline

Member Function Documentation

◆ handler_start()

template<typename T >
void HttpControl< T >::handler_start ( )
inlineoverridevirtual

◆ handler_stop()

template<typename T >
void HttpControl< T >::handler_stop ( )
inlineoverridevirtual

Member Data Documentation

◆ handler_debug

template<typename T >
std::shared_ptr<mrs::endpoint::handler::HandlerDebug> HttpControl< T >::handler_debug

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