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

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

boolean(bool bDefaultBooleanValue)WsjcppSettingItem
checkWithThrow() constWsjcppSettingItem
convertTypeToString() constWsjcppSettingItem
convertValueToString(bool bHidePassword) constWsjcppSettingItem
dirPath(const std::string &sDefaultDirPathValue)WsjcppSettingItem
filePath(const std::string &sDefaultFilePathValue)WsjcppSettingItem
getBooleanValue() constWsjcppSettingItem
getDefaultBooleanValue() constWsjcppSettingItem
getDefaultDirPathValue() constWsjcppSettingItem
getDefaultFilePathValue() constWsjcppSettingItem
getDefaultNumberValue() constWsjcppSettingItem
getDefaultPasswordValue() constWsjcppSettingItem
getDefaultStringValue() constWsjcppSettingItem
getDefaultTextValue() constWsjcppSettingItem
getDirPathValue() constWsjcppSettingItem
getFilePathValue() constWsjcppSettingItem
getGroupName() constWsjcppSettingItem
getName() constWsjcppSettingItem
getNumberValue() constWsjcppSettingItem
getPasswordValue() constWsjcppSettingItem
getStringValue() constWsjcppSettingItem
getTextValue() constWsjcppSettingItem
inDatabase()WsjcppSettingItem
inFile()WsjcppSettingItem
inRuntime()WsjcppSettingItem
isBoolean() constWsjcppSettingItem
isDirPath() constWsjcppSettingItem
isFilePath() constWsjcppSettingItem
isFromDatabase() constWsjcppSettingItem
isFromFile() constWsjcppSettingItem
isFromRuntime() constWsjcppSettingItem
isInited() constWsjcppSettingItem
isJson() constWsjcppSettingItem
isLikeString() constWsjcppSettingItem
isList() constWsjcppSettingItem
isNumber() constWsjcppSettingItem
isPassword() constWsjcppSettingItem
isReadonly() constWsjcppSettingItem
isString() constWsjcppSettingItem
isText() constWsjcppSettingItem
json()WsjcppSettingItem
list()WsjcppSettingItem
m_bBooleanValueWsjcppSettingItemprivate
m_bDefaultBooleanValueWsjcppSettingItemprivate
m_bInitedWsjcppSettingItemprivate
m_bReadonlyWsjcppSettingItemprivate
m_nDefaultNumberValueWsjcppSettingItemprivate
m_nNumberValueWsjcppSettingItemprivate
m_nSettingTypeWsjcppSettingItemprivate
m_nStorageTypeWsjcppSettingItemprivate
m_sDefaultDirPathValueWsjcppSettingItemprivate
m_sDefaultFilePathValueWsjcppSettingItemprivate
m_sDefaultPasswordValueWsjcppSettingItemprivate
m_sDefaultStringValueWsjcppSettingItemprivate
m_sDefaultTextValueWsjcppSettingItemprivate
m_sDirPathValueWsjcppSettingItemprivate
m_sFilePathValueWsjcppSettingItemprivate
m_sPasswordValueWsjcppSettingItemprivate
m_sSettingGroupWsjcppSettingItemprivate
m_sSettingNameWsjcppSettingItemprivate
m_sSettingTypeWsjcppSettingItemprivate
m_sStorageTypeWsjcppSettingItemprivate
m_sStringValueWsjcppSettingItemprivate
m_sTextValueWsjcppSettingItemprivate
number(int nDefaultNumberValue)WsjcppSettingItem
password(const std::string &sDefaultPasswordValue)WsjcppSettingItem
readonly()WsjcppSettingItem
setBooleanValue(bool bBooleanValue)WsjcppSettingItem
setDirPathValue(const std::string &sDirPathValue)WsjcppSettingItem
setFilePathValue(const std::string &sFilePathValue)WsjcppSettingItem
setNumberValue(int nNumberValue)WsjcppSettingItem
setPasswordValue(const std::string &sPasswordValue)WsjcppSettingItem
setStringValue(const std::string &sStringValue)WsjcppSettingItem
setTextValue(const std::string &sTextValue)WsjcppSettingItem
string(const std::string &sDefaultStringValue)WsjcppSettingItem
TAGWsjcppSettingItemprivate
text(const std::string &sDefaultTextValue)WsjcppSettingItem
toJson(bool bHidePassword)WsjcppSettingItem
WsjcppSettingItem(const std::string &sSettingGroup, const std::string &sSettingName)WsjcppSettingItem