PGE API 0.4
PR00F's Game Engine full documentation
|
This is the complete list of members for PGEcfgFile, including all inherited members.
getAcceptedVars() const | PGEcfgFile | |
getAllAcceptedVarsDefineRequirement() const | PGEcfgFile | |
getCaseSensitiveVars() const | PGEcfgFile | |
getConsole() const | PGEcfgFile | |
getFilename() const | PGEcfgFile | |
getLoggerModuleName() | PGEcfgFile | static |
getPathToFile() const | PGEcfgFile | |
getTemplate() | PGEcfgFile | |
getTemplate() const | PGEcfgFile | |
getVars() | PGEcfgFile | |
getVars() const | PGEcfgFile | |
lineHandleAssignment(const std::string &sVar, const std::string &sValue, const char *fname, std::set< std::string > &m_missingVars, bool &bParseError) | PGEcfgFile | private |
lineIsComment(const std::string &sTrimmedLine) | PGEcfgFile | privatestatic |
lineIsValueAssignment(const std::string &sTrimmedLine, bool bCaseSensitiveVars, std::string &sVar, std::string &sValue, bool &bParseError) | PGEcfgFile | protectedstatic |
lineShouldBeIgnored(const std::string &sTrimmedLine) | PGEcfgFile | privatestatic |
load(const char *fname) | PGEcfgFile | |
m_acceptedVars | PGEcfgFile | protected |
m_bCaseSensitiveVars | PGEcfgFile | private |
m_bRequireAllAcceptedVarsDefineRequirement | PGEcfgFile | private |
m_sFilename | PGEcfgFile | private |
m_sPathToFile | PGEcfgFile | private |
m_vars | PGEcfgFile | protected |
m_vTemplateLines | PGEcfgFile | private |
operator=(const PGEcfgFile &other) | PGEcfgFile | inline |
PGEcfgFile(bool bRequireAllAcceptedVarsDefineRequirement, bool bCaseSensitiveVars) | PGEcfgFile | |
PGEcfgFile(const PGEcfgFile &other) | PGEcfgFile | inline |
save(const char *fname="") const | PGEcfgFile | |
setAcceptedVars(const std::set< std::string > &newAcceptedVars) | PGEcfgFile | |
validateOnLoad(std::ifstream &) const | PGEcfgFile | protectedvirtual |
validateOnSave(std::ofstream &) const | PGEcfgFile | protectedvirtual |
~PGEcfgFile() | PGEcfgFile | virtual |