Photon Common Library 2.0.0-beta
A physically based renderer.
|
This is the complete list of members for ph::IniFile, including all inherited members.
append(const IniFile &other) | ph::IniFile | |
clear() | ph::IniFile | inline |
findPropertyIndex(std::string_view propertyName) const | ph::IniFile | |
findSectionIndex(std::string_view sectionName) const | ph::IniFile | |
getCurrentSectionName() const | ph::IniFile | inline |
getPropertyName(std::size_t propertyIdx) const | ph::IniFile | inline |
getPropertyValue(std::size_t propertyIdx) const | ph::IniFile | inline |
getSectionName(std::size_t sectionIdx) const | ph::IniFile | inline |
IniFile() | ph::IniFile | |
IniFile(const std::string &iniFilePath) | ph::IniFile | explicit |
numProperties() const | ph::IniFile | inline |
numSections() const | ph::IniFile | inline |
read(const std::string &iniFilePath) | ph::IniFile | static |
save(const std::string &iniFilePath) | ph::IniFile | |
setCurrentSection(std::size_t sectionIdx) | ph::IniFile | inline |
setCurrentSection(std::string_view sectionName, bool createIfNotExist=true) | ph::IniFile | |
setProperty(std::size_t propertyIdx, std::string_view propertyValue) | ph::IniFile | inline |
setProperty(std::string_view propertyName, std::string_view propertyValue, bool createIfNotExist=true) | ph::IniFile |