Lines Matching refs:IniFile
44 IniFile::IniFile()
47 IniFile::~IniFile()
59 IniFile::load(const string &file)
71 IniFile::Entry::getValue() const
79 IniFile::Section::addEntry(const std::string &entryName,
101 IniFile::Section::add(const std::string &assignment)
124 IniFile::Entry *
125 IniFile::Section::findEntry(const std::string &entryName) const
135 IniFile::Section *
136 IniFile::addSection(const string §ionName)
152 IniFile::Section *
153 IniFile::findSection(const string §ionName) const
164 IniFile::add(const string &str)
181 IniFile::load(istream &f)
217 IniFile::find(const string §ionName, const string &entryName,
234 IniFile::entryExists(const string §ionName, const string &entryName) const
245 IniFile::sectionExists(const string §ionName) const
252 IniFile::Section::printUnreferenced(const string §ionName)
296 IniFile::getSectionNames(vector<string> &list) const
306 IniFile::printUnreferenced()
334 IniFile::Section::dump(const string §ionName)
344 IniFile::dump()