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

#include <wsjcpp_validators.h>

Inheritance diagram for WsjcppValidatorStringBase:
Inheritance graph
[legend]

Public Member Functions

 WsjcppValidatorStringBase (const std::string &typeName)
 
virtual WsjcppValidatorType getBaseType ()
 
virtual std::string getTypeName ()
 
virtual bool isValid (const std::string &sValue, std::string &sError)=0
 

Protected Attributes

std::string TAG
 

Private Attributes

std::string m_sTypeName
 

Constructor & Destructor Documentation

◆ WsjcppValidatorStringBase()

WsjcppValidatorStringBase::WsjcppValidatorStringBase ( const std::string &  typeName)

Member Function Documentation

◆ getBaseType()

WsjcppValidatorType WsjcppValidatorStringBase::getBaseType ( )
virtual

◆ getTypeName()

std::string WsjcppValidatorStringBase::getTypeName ( )
virtual

◆ isValid()

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

Member Data Documentation

◆ m_sTypeName

std::string WsjcppValidatorStringBase::m_sTypeName
private

◆ TAG

std::string WsjcppValidatorStringBase::TAG
protected

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