BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
xmlBase::IFile_Section Class Reference

#include <IFile.h>

+ Inheritance diagram for xmlBase::IFile_Section:

Public Member Functions

 IFile_Section ()
 
 IFile_Section (std::string name)
 
 ~IFile_Section ()
 
std::string & title ()
 
 IFile_Section ()
 
 IFile_Section (std::string name)
 
 ~IFile_Section ()
 
std::string & title ()
 

Friends

class IFile
 

Detailed Description

Constructor & Destructor Documentation

◆ IFile_Section() [1/4]

xmlBase::IFile_Section::IFile_Section ( )
inline

Definition at line 64 of file Calibration/xmlBase/xmlBase-00-00-03/xmlBase/IFile.h.

64{};

◆ IFile_Section() [2/4]

xmlBase::IFile_Section::IFile_Section ( std::string  name)
inline

Definition at line 65 of file Calibration/xmlBase/xmlBase-00-00-03/xmlBase/IFile.h.

65:sectionname(name){}

◆ ~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

Definition at line 64 of file InstallArea/include/xmlBase/xmlBase/IFile.h.

64{};

◆ IFile_Section() [4/4]

xmlBase::IFile_Section::IFile_Section ( std::string  name)
inline

Definition at line 65 of file InstallArea/include/xmlBase/xmlBase/IFile.h.

65:sectionname(name){}

◆ ~IFile_Section() [2/2]

xmlBase::IFile_Section::~IFile_Section ( )

Member Function Documentation

◆ title() [1/2]

std::string & xmlBase::IFile_Section::title ( )
inline

Definition at line 67 of file Calibration/xmlBase/xmlBase-00-00-03/xmlBase/IFile.h.

67{ return sectionname; };

◆ title() [2/2]

std::string & xmlBase::IFile_Section::title ( )
inline

Definition at line 67 of file InstallArea/include/xmlBase/xmlBase/IFile.h.

67{ return sectionname; };

Friends And Related Function Documentation

◆ IFile


The documentation for this class was generated from the following files: