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

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

convertVoidToULong(void *p)WsjcppCorestatic
copyFile(const std::string &sSourceFilename, const std::string &sTargetFilename)WsjcppCorestatic
createEmptyFile(const std::string &sFilename)WsjcppCorestatic
createUuid()WsjcppCorestatic
decodeUriComponent(const std::string &sValue)WsjcppCorestatic
dirExists(const std::string &sFilename)WsjcppCorestatic
doNormalizePath(const std::string &sPath)WsjcppCorestatic
doPadLeft(const std::string &sIn, char cWhat, int nLength)WsjcppCorestatic
doPadRight(const std::string &sIn, char cWhat, int nLength)WsjcppCorestatic
encodeUriComponent(const std::string &sValue)WsjcppCorestatic
extractFilename(const std::string &sPath)WsjcppCorestatic
extractURLProtocol(const std::string &sValue)WsjcppCorestatic
fileExists(const std::string &sFilename)WsjcppCorestatic
formatTimeForFilename(long nTimeInSec)WsjcppCorestatic
formatTimeForWeb(long nTimeInSec)WsjcppCorestatic
formatTimeUTC(int nTimeInSec)WsjcppCorestatic
getCurrentDirectory()WsjcppCorestatic
getCurrentTimeForFilename()WsjcppCorestatic
getCurrentTimeForLogFormat()WsjcppCorestatic
getCurrentTimeInMilliseconds()WsjcppCorestatic
getCurrentTimeInSeconds()WsjcppCorestatic
getEnv(const std::string &sName, std::string &sValue)WsjcppCorestatic
getFilePermissions(const std::string &sFilePath, WsjcppFilePermissions &filePermissions, std::string &sError)WsjcppCorestatic
getHumanSizeBytes(long nBytes)WsjcppCorestatic
getListOfDirs(const std::string &sDirname)WsjcppCorestatic
getListOfFiles(const std::string &sDirname)WsjcppCorestatic
getPointerAsHex(void *p)WsjcppCorestatic
getThreadId()WsjcppCorestatic
init(int argc, char **argv, const std::string &sApplicationName, const std::string &sApplicationVersion, const std::string &sApplicationAuthor, const std::string &sLibraryNameForExports)WsjcppCorestatic
initRandom()WsjcppCorestatic
join(const std::vector< std::string > &vWhat, const std::string &sDelim)WsjcppCorestatic
listOfDirs(const std::string &sDirname)WsjcppCorestatic
listOfFiles(const std::string &sDirname)WsjcppCorestatic
ltrim(std::string &str, const std::string &chars="\\\")WsjcppCorestatic
makeDir(const std::string &sDirname)WsjcppCorestatic
readFileToBuffer(const std::string &sFilename, char *pBuffer[], int &nBufferSize)WsjcppCorestatic
readTextFile(const std::string &sFilename, std::string &sOutputContent)WsjcppCorestatic
recoursiveCopyFiles(const std::string &sSourceDir, const std::string &sTargetDir)WsjcppCorestatic
recoursiveRemoveDir(const std::string &sDir)WsjcppCorestatic
removeFile(const std::string &sFilename)WsjcppCorestatic
replaceAll(std::string &str, const std::string &from, const std::string &to)WsjcppCorestatic
rtrim(std::string &str, const std::string &chars="\\\")WsjcppCorestatic
setFilePermissions(const std::string &sFilePath, const WsjcppFilePermissions &filePermissions, std::string &sError)WsjcppCorestatic
split(const std::string &sWhat, const std::string &sDelim)WsjcppCorestatic
toLower(const std::string &str)WsjcppCorestatic
toUpper(const std::string &str)WsjcppCorestatic
trim(std::string &str, const std::string &chars="\\\")WsjcppCorestatic
uint2hexString(unsigned int n)WsjcppCorestatic
writeFile(const std::string &sFilename, const std::string &sContent)WsjcppCorestatic
writeFile(const std::string &sFilename, const char *pBuffer, const int nBufferSize)WsjcppCorestatic