fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
Static Public Member Functions | List of all members
CmdHandlers Class Reference

Global collection with handlers. More...

#include <cmd_handlers.h>

Static Public Member Functions

static void initGlobalVariables ()
 
static void addHandler (const std::string &sName, CmdHandlerBase *pCmdHandler)
 
static CmdHandlerBasefindCmdHandler (const std::string &sCmd)
 

Detailed Description

Global collection with handlers.

Member Function Documentation

◆ addHandler()

void CmdHandlers::addHandler ( const std::string &  sName,
CmdHandlerBase pCmdHandler 
)
static

◆ findCmdHandler()

CmdHandlerBase * CmdHandlers::findCmdHandler ( const std::string &  sCmd)
static

◆ initGlobalVariables()

void CmdHandlers::initGlobalVariables ( )
static

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