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

#include <validators.h>

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

Public Member Functions

 ValidatorQuestState ()
 
virtual bool isValid (const std::string &sValue, std::string &sError)
 
- Public Member Functions inherited from WsjcppValidatorStringBase
 WsjcppValidatorStringBase (const std::string &typeName)
 
virtual WsjcppValidatorType getBaseType ()
 
virtual std::string getTypeName ()
 

Private Attributes

std::string TAG
 
std::vector< std::string > m_vQuestStates
 

Additional Inherited Members

- Protected Attributes inherited from WsjcppValidatorStringBase
std::string TAG
 

Constructor & Destructor Documentation

◆ ValidatorQuestState()

ValidatorQuestState::ValidatorQuestState ( )

Member Function Documentation

◆ isValid()

bool ValidatorQuestState::isValid ( const std::string &  sValue,
std::string &  sError 
)
virtual

Member Data Documentation

◆ m_vQuestStates

std::vector<std::string> ValidatorQuestState::m_vQuestStates
private

◆ TAG

std::string ValidatorQuestState::TAG
private

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