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

#include <add_public_events_task.h>

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

Public Member Functions

 AddPublicEventsTask (const std::string &sType, const std::string &sMessage, const nlohmann::json &jsonMeta)
 
 ~AddPublicEventsTask ()
 

Private Member Functions

void run ()
 

Private Attributes

std::string m_sMessage
 
std::string m_sType
 
nlohmann::json m_jsonMeta
 
std::string TAG
 

Constructor & Destructor Documentation

◆ AddPublicEventsTask()

AddPublicEventsTask::AddPublicEventsTask ( const std::string &  sType,
const std::string &  sMessage,
const nlohmann::json &  jsonMeta 
)

◆ ~AddPublicEventsTask()

AddPublicEventsTask::~AddPublicEventsTask ( )

Member Function Documentation

◆ run()

void AddPublicEventsTask::run ( )
private

Member Data Documentation

◆ m_jsonMeta

nlohmann::json AddPublicEventsTask::m_jsonMeta
private

◆ m_sMessage

std::string AddPublicEventsTask::m_sMessage
private

◆ m_sType

std::string AddPublicEventsTask::m_sType
private

◆ TAG

std::string AddPublicEventsTask::TAG
private

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