Definition at line 41 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 62 of file IniFile.cpp.
63 {
64 String str;
67 str = L
"[" +
__name + L
"]";
68 break;
71 break;
72 default :
74 }
75 return str;
76 }
◆ __name
◆ __strValue
| String IniLine::__strValue |
◆ __type
The documentation for this struct was generated from the following file: