Home
last modified time | relevance | path

Searched refs:getSectionOrCreate (Results 1 – 2 of 2) sorted by relevance

/dports/games/dunelegacy/dunelegacy-0.96.4/include/FileClasses/
H A DINIFile.h273 Section* getSectionOrCreate(const std::string& sectionname);
/dports/games/dunelegacy/dunelegacy-0.96.4/src/FileClasses/
H A DINIFile.cpp708 Section* curSection = getSectionOrCreate(section); in setStringValue()
1075 INIFile::Section* INIFile::getSectionOrCreate(const std::string& sectionname) { in getSectionOrCreate() function in INIFile