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
NotifyToAllTask Class Reference

#include <notify_to_all_task.h>

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

Public Member Functions

 NotifyToAllTask (const nlohmann::json &jsonMessage)
 
virtual ~NotifyToAllTask ()
 

Private Member Functions

void run ()
 

Private Attributes

std::string TAG
 
nlohmann::json m_jsonMessage
 

Constructor & Destructor Documentation

◆ NotifyToAllTask()

NotifyToAllTask::NotifyToAllTask ( const nlohmann::json &  jsonMessage)

◆ ~NotifyToAllTask()

NotifyToAllTask::~NotifyToAllTask ( )
virtual

Member Function Documentation

◆ run()

void NotifyToAllTask::run ( )
private

Member Data Documentation

◆ m_jsonMessage

nlohmann::json NotifyToAllTask::m_jsonMessage
private

◆ TAG

std::string NotifyToAllTask::TAG
private

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