10 #ifndef NDSINIFILEPARSER_H 
   11 #define NDSINIFILEPARSER_H 
   30 class IniFileParserImpl;
 
   60     const std::string& getString(
const std::string& section, 
const std::string& key, 
const std::string& defaultValue) 
const;
 
   72     bool keyExists(
const std::string& section, 
const std::string& key) 
const;
 
   75     std::shared_ptr<IniFileParserImpl> m_pImplementation;
 
   82 #endif // NDSINIFILEPARSER_H 
Parses an INI file and stores all the found sections and keys for future retrieval via getString()...
Definition: iniFileParser.h:37
 
Defines all the enumeration and common types used across the NDS library.