1#ifndef INC_INILINEFACTORY_H
2#define INC_INILINEFACTORY_H
159 void trim( std::string & rsCharLine )
const;
226 bool isKey( std::string sCharLine )
const;
For each library, here 'IniFile' there is a type definition file.
#define __ini_file_export_dll
Definition IniFileTypes.h:68
This class turns lines of an INI file into objects of the types Line, Section or Key.
Definition IniLineFactory.h:76
LineFactory(const LineFactory &)
int getIniLine(Line *&prIniLine, std::string sCharLine) const
LINE_TYPE getLineType(std::string sCharLine) const
bool isKey(std::string sCharLine) const
bool isSection(std::string sCharLine) const
bool isComment(std::string sCharLine) const
LineFactory & operator=(const LineFactory &)
void trim(std::string &rsCharLine) const
Is a comment line, but also superclass for Section and Key.
Definition IniLine.h:77
LINE_TYPE
Definition IniFileTypes.h:134