RDK Documentation (Open Sourced RDK Components)
IniFile Class Reference
Collaboration diagram for IniFile:
Collaboration graph

Public Member Functions

bool load (const std::string &filename)
 
bool clear ()
 
std::string value (const std::string &key, const std::string &defaultValue="") const
 
bool setValue (const std::string &key, const std::string &value)
 
bool flush ()
 

Private Attributes

std::string m_filename
 
std::map< std::string, std::string > m_dict
 

yes

Definition at line 26 of file IniFile.h.


The documentation for this class was generated from the following files: