Definition at line 42 of file IniFile.cpp.
◆ IniLine() [1/3]
◆ IniLine() [2/3]
IniLine::IniLine |
( |
IniLineType | type, |
|
|
const String & | str ) |
|
inline |
◆ IniLine() [3/3]
IniLine::IniLine |
( |
const String & | strKey, |
|
|
const String & | strValue ) |
|
inline |
◆ toString()
String IniLine::toString |
( |
| ) |
const |
|
inline |
Definition at line 63 of file IniFile.cpp.
64 {
65 String str;
67 {
70 break;
73 break;
74 default :
76 }
77 return str;
78 }
◆ m_strName
String IniLine::m_strName |
◆ m_strValue
String IniLine::m_strValue |
◆ m_type
The documentation for this struct was generated from the following file: