97 Key(
const std::string & sCharLine );
For each library, here 'IniFile' there is a type definition file.
#define __ini_file_export_dll
Definition IniFileTypes.h:68
A variable with value possibly also in a section like "Pixel=1024". Variable and value are separated ...
Definition IniKey.h:74
Key(const std::string &sCharLine)
std::string getKeyValue() const
Key(const std::string &sCharLine, LINE_TYPE eLineType)
std::string getKeyName() const
void setKeyValue(const std::string &sValue)
void setKeyName(const std::string &sName)
This class turns lines of an INI file into objects of the types Line, Section or Key.
Definition IniLineFactory.h:76
Is a comment line, but also superclass for Section and Key.
Definition IniLine.h:77
LINE_TYPE
Definition IniFileTypes.h:134