fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
CmdInputDef Member List

This is the complete list of members for CmdInputDef, including all inherited members.

addValidator(WsjcppValidatorStringBase *pValidatorStringBase)CmdInputDef
any_()CmdInputDef
bool_()CmdInputDef
CMD_INPUT_DEF_TYPE_ANYCmdInputDefprivate
CMD_INPUT_DEF_TYPE_BOOLCmdInputDefprivate
CMD_INPUT_DEF_TYPE_INTEGERCmdInputDefprivate
CMD_INPUT_DEF_TYPE_STRINGCmdInputDefprivate
CmdInputDef(const std::string &sName, const std::string &sDescription)CmdInputDef
CmdInputDef()CmdInputDef
description(const std::string &sDescription)CmdInputDef
getDescription()CmdInputDef
getDescription() constCmdInputDef
getMaxVal()CmdInputDef
getMinVal()CmdInputDef
getName()CmdInputDef
getName() constCmdInputDef
getRestrict()CmdInputDef
getRestrict() constCmdInputDef
getType()CmdInputDef
getType() constCmdInputDef
integer_()CmdInputDef
isAny()CmdInputDef
isBool()CmdInputDef
isInteger()CmdInputDef
isMaxVal()CmdInputDef
isMinVal()CmdInputDef
isRequired()CmdInputDef
isString()CmdInputDef
listOfValidators()CmdInputDef
m_bSettedMaxValCmdInputDefprivate
m_bSettedMinValCmdInputDefprivate
m_nMaxValCmdInputDefprivate
m_nMinValCmdInputDefprivate
m_sDescriptionCmdInputDefprivate
m_sNameCmdInputDefprivate
m_sRestrictCmdInputDefprivate
m_sTypeCmdInputDefprivate
m_vValidatorsStringCmdInputDefprivate
maxval(int maxval)CmdInputDef
minval(int minval)CmdInputDef
optional()CmdInputDef
required()CmdInputDef
string_()CmdInputDef
toJson()CmdInputDef