#include <IFile.h>
◆ IFile_Section() [1/4]
xmlBase::IFile_Section::IFile_Section |
( |
| ) |
|
|
inline |
◆ IFile_Section() [2/4]
xmlBase::IFile_Section::IFile_Section |
( |
std::string |
name | ) |
|
|
inline |
◆ ~IFile_Section() [1/2]
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 }
◆ IFile_Section() [3/4]
xmlBase::IFile_Section::IFile_Section |
( |
| ) |
|
|
inline |
◆ IFile_Section() [4/4]
xmlBase::IFile_Section::IFile_Section |
( |
std::string |
name | ) |
|
|
inline |
◆ ~IFile_Section() [2/2]
xmlBase::IFile_Section::~IFile_Section |
( |
| ) |
|
◆ title() [1/2]
std::string & xmlBase::IFile_Section::title |
( |
| ) |
|
|
inline |
◆ title() [2/2]
std::string & xmlBase::IFile_Section::title |
( |
| ) |
|
|
inline |
◆ IFile
The documentation for this class was generated from the following files: