| fhq-server
    v0.2.33
    Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security. | 
#include <cmd_handlers_communication.h>


| Public Member Functions | |
| CmdHandlerChatDeleteFromChat () | |
| virtual void | handle (ModelRequest *pRequest) | 
|  Public Member Functions inherited from CmdHandlerBase | |
| CmdHandlerBase (const std::string &sCmd, const std::string &sDescription) | |
| virtual std::string | cmd () | 
| virtual std::string | description () | 
| std::string | activatedFromVersion () | 
| std::string | deprecatedFromVersion () | 
| bool | accessUnauthorized () | 
| bool | accessUser () | 
| bool | accessAdmin () | 
| bool | checkAccess (ModelRequest *pRequest) | 
| virtual const std::vector< CmdInputDef > & | inputs () | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from CmdHandlerBase | |
| void | setAccessUnauthorized (bool bAccess) | 
| void | setAccessUser (bool bAccess) | 
| void | setAccessAdmin (bool bAccess) | 
| void | setActivatedFromVersion (const std::string &sActivatedFromVersion) | 
| void | setDeprecatedFromVersion (const std::string &sDeprecatedFromVersion) | 
| CmdInputDef & | requireStringParam (const std::string &sName, const std::string &sDescription) | 
| CmdInputDef & | optionalStringParam (const std::string &sName, const std::string &sDescription) | 
| CmdInputDef & | requireIntegerParam (const std::string &sName, const std::string &sDescription) | 
| CmdInputDef & | optionalIntegerParam (const std::string &sName, const std::string &sDescription) | 
| CmdInputDef & | requireBooleanParam (const std::string &sName, const std::string &sDescription) | 
| CmdInputDef & | optionalBooleanParam (const std::string &sName, const std::string &sDescription) | 
|  Protected Attributes inherited from CmdHandlerBase | |
| std::string | TAG | 
| std::string | m_sCmd | 
| std::string | m_sDescription | 
| CmdHandlerChatDeleteFromChat::CmdHandlerChatDeleteFromChat | ( | ) | 
| 
 | virtual | 
Implements CmdHandlerBase.
 1.8.13
 1.8.13