Go to the source code of this file.
◆ IniLineList
◆ IniLineType
| Enumerator |
|---|
| ltSectionName | |
| ltComment | |
| ltEntry | |
Definition at line 34 of file IniFile.cpp.
◆ IMPLEMENT_CLASSINFO()
Definition at line 81 of file IniFile.cpp.
84{
85 return __name;
86}
87
88#ifdef __DCL_DEBUG
89void IniFile::dump(
Writer& out)
const
90{
91 Object::dump(out);
92 out << L
"fileName: " <<
__name << L
"\n";
95 for(IniLineList::ConstIterator it = lines->
begin();
96 it != lines->
end(); it++
97 ) {
99 }
100 }
101}
102
103#endif
104
106{
109}
List< IniLine > IniLineList
ConstIterator end() const
ConstIterator begin() const
virtual String toString() const