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

#include <jobs_pool.h>

Public Member Functions

 JobAsync (const std::string &sName)
 
const std::string & name ()
 
virtual bool run (const std::string &sWorkerId)=0
 

Private Attributes

std::string m_sName
 

Constructor & Destructor Documentation

◆ JobAsync()

JobAsync::JobAsync ( const std::string &  sName)

Member Function Documentation

◆ name()

const std::string & JobAsync::name ( )

◆ run()

virtual bool JobAsync::run ( const std::string &  sWorkerId)
pure virtual

Member Data Documentation

◆ m_sName

std::string JobAsync::m_sName
private

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