#include <IFile.h>
Definition at line 59 of file IFile.h.
◆ IFile_Section() [1/2]
xmlBase::IFile_Section::IFile_Section |
( |
| ) |
|
|
inline |
◆ IFile_Section() [2/2]
xmlBase::IFile_Section::IFile_Section |
( |
std::string | name | ) |
|
|
inline |
◆ ~IFile_Section()
xmlBase::IFile_Section::~IFile_Section |
( |
| ) |
|
Definition at line 98 of file IFile.cxx.
99 {
100 iterator it = begin();
101 while (it != end())
102 delete (*it++).second;
103 }
◆ title()
std::string & xmlBase::IFile_Section::title |
( |
| ) |
|
|
inline |
Definition at line 67 of file IFile.h.
67{ return sectionname; };
◆ IFile
The documentation for this class was generated from the following files: