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

#include <update_max_score_game_task.h>

Inheritance diagram for UpdateMaxScoreGameTask:
Inheritance graph
[legend]
Collaboration diagram for UpdateMaxScoreGameTask:
Collaboration graph
[legend]

Public Member Functions

 UpdateMaxScoreGameTask (int gameid)
 
 ~UpdateMaxScoreGameTask ()
 

Private Member Functions

void run ()
 

Private Attributes

int m_nGameID
 
std::string TAG
 
IWebSocketServerm_pWebSocketServer
 

Constructor & Destructor Documentation

◆ UpdateMaxScoreGameTask()

UpdateMaxScoreGameTask::UpdateMaxScoreGameTask ( int  gameid)

◆ ~UpdateMaxScoreGameTask()

UpdateMaxScoreGameTask::~UpdateMaxScoreGameTask ( )

Member Function Documentation

◆ run()

void UpdateMaxScoreGameTask::run ( )
private

Member Data Documentation

◆ m_nGameID

int UpdateMaxScoreGameTask::m_nGameID
private

◆ m_pWebSocketServer

IWebSocketServer* UpdateMaxScoreGameTask::m_pWebSocketServer
private

◆ TAG

std::string UpdateMaxScoreGameTask::TAG
private

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