Photon Common Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::IniFile Member List

This is the complete list of members for ph::IniFile, including all inherited members.

append(const IniFile &other)ph::IniFile
clear()ph::IniFileinline
findPropertyIndex(std::string_view propertyName) constph::IniFile
findSectionIndex(std::string_view sectionName) constph::IniFile
getCurrentSectionName() constph::IniFileinline
getPropertyName(std::size_t propertyIdx) constph::IniFileinline
getPropertyValue(std::size_t propertyIdx) constph::IniFileinline
getSectionName(std::size_t sectionIdx) constph::IniFileinline
IniFile()ph::IniFile
IniFile(const std::string &iniFilePath)ph::IniFileexplicit
numProperties() constph::IniFileinline
numSections() constph::IniFileinline
read(const std::string &iniFilePath)ph::IniFilestatic
save(const std::string &iniFilePath)ph::IniFile
setCurrentSection(std::size_t sectionIdx)ph::IniFileinline
setCurrentSection(std::string_view sectionName, bool createIfNotExist=true)ph::IniFile
setProperty(std::size_t propertyIdx, std::string_view propertyValue)ph::IniFileinline
setProperty(std::string_view propertyName, std::string_view propertyValue, bool createIfNotExist=true)ph::IniFile