|
fhq-server
v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
|
#include <wsjcpp_validators.h>


Public Member Functions | |
| WsjcppValidatorStringListBase (const std::string &typeName, const std::vector< std::string > &vListValues) | |
| virtual bool | isValid (const std::string &sValue, std::string &sError) override |
Public Member Functions inherited from WsjcppValidatorStringBase | |
| WsjcppValidatorStringBase (const std::string &typeName) | |
| virtual WsjcppValidatorType | getBaseType () |
| virtual std::string | getTypeName () |
Private Attributes | |
| std::vector< std::string > | m_vListValues |
Additional Inherited Members | |
Protected Attributes inherited from WsjcppValidatorStringBase | |
| std::string | TAG |
| WsjcppValidatorStringListBase::WsjcppValidatorStringListBase | ( | const std::string & | typeName, |
| const std::vector< std::string > & | vListValues | ||
| ) |
|
overridevirtual |
Implements WsjcppValidatorStringBase.
|
private |
1.8.13