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

#include <validators.h>

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

Public Member Functions

 ValidatorGameType ()
 
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_vGameTypes
 

Additional Inherited Members

- Protected Attributes inherited from WsjcppValidatorStringBase
std::string TAG
 

Constructor & Destructor Documentation

◆ ValidatorGameType()

ValidatorGameType::ValidatorGameType ( )

Member Function Documentation

◆ isValid()

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

Member Data Documentation

◆ m_vGameTypes

std::vector<std::string> ValidatorGameType::m_vGameTypes
private

◆ TAG

std::string ValidatorGameType::TAG
private

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