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
WsjcppEmployBase Class Referenceabstract

#include <wsjcpp_employees.h>

Inheritance diagram for WsjcppEmployBase:
Inheritance graph
[legend]

Public Member Functions

 WsjcppEmployBase (const std::string &sName, const std::vector< std::string > &vLoadAfter)
 
virtual ~WsjcppEmployBase ()
 
virtual bool init ()=0
 
virtual bool deinit ()=0
 
const std::vector< std::string > & loadAfter ()
 

Private Attributes

std::string TAG
 
std::string m_sName
 
std::vector< std::string > m_vLoadAfter
 

Constructor & Destructor Documentation

◆ WsjcppEmployBase()

WsjcppEmployBase::WsjcppEmployBase ( const std::string &  sName,
const std::vector< std::string > &  vLoadAfter 
)

◆ ~WsjcppEmployBase()

WsjcppEmployBase::~WsjcppEmployBase ( )
virtual

Member Function Documentation

◆ deinit()

virtual bool WsjcppEmployBase::deinit ( )
pure virtual

◆ init()

virtual bool WsjcppEmployBase::init ( )
pure virtual

◆ loadAfter()

const std::vector< std::string > & WsjcppEmployBase::loadAfter ( )

Member Data Documentation

◆ m_sName

std::string WsjcppEmployBase::m_sName
private

◆ m_vLoadAfter

std::vector<std::string> WsjcppEmployBase::m_vLoadAfter
private

◆ TAG

std::string WsjcppEmployBase::TAG
private

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