Go to the source code of this file.
◆ IniLineList
◆ IniLineType
Enumerator |
---|
ltSectionName | |
ltComment | |
ltEntry | |
Definition at line 35 of file IniFile.cpp.
◆ IMPLEMENT_CLASSINFO()
Definition at line 83 of file IniFile.cpp.
86{
87 return m_strName;
88}
89
90#if __DCL_DEBUG
91void IniFile::dump(
Writer& out)
const
92{
93 Object::dump(out);
94 out << L
"fileName: " <<
m_strName << L
"\n";
96 {
98 for(IniLineList::ConstIterator it = pLines->
begin();
99 it != pLines->
end(); it++)
100 {
102 }
103 }
104}
105
106#endif
107
109{
112}
List< IniLine > IniLineList
ConstIterator end() const
ConstIterator begin() const
virtual String toString() const