BOSS 8.0.0
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 ()
 IFile_Section ()
 IFile_Section (std::string name)
 ~IFile_Section ()
std::string & title ()

Friends

class IFile

Detailed Description

Definition at line 58 of file Calibration/xmlBase/include/xmlBase/IFile.h.

Constructor & Destructor Documentation

◆ IFile_Section() [1/6]

xmlBase::IFile_Section::IFile_Section ( )
inline

Definition at line 63 of file Calibration/xmlBase/include/xmlBase/IFile.h.

63{};

◆ IFile_Section() [2/6]

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

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

64: sectionname( name ) {}

◆ ~IFile_Section() [1/3]

xmlBase::IFile_Section::~IFile_Section ( )

Definition at line 97 of file IFile.cxx.

97 {
98 iterator it = begin();
99 while ( it != end() ) delete ( *it++ ).second;
100 }

◆ IFile_Section() [3/6]

xmlBase::IFile_Section::IFile_Section ( )
inline

◆ IFile_Section() [4/6]

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

Definition at line 64 of file InstallArea/x86_64-el9-gcc13-dbg/include/xmlBase/IFile.h.

64: sectionname( name ) {}

◆ ~IFile_Section() [2/3]

xmlBase::IFile_Section::~IFile_Section ( )

◆ IFile_Section() [5/6]

xmlBase::IFile_Section::IFile_Section ( )
inline

◆ IFile_Section() [6/6]

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

Definition at line 64 of file InstallArea/x86_64-el9-gcc13-opt/include/xmlBase/IFile.h.

64: sectionname( name ) {}

◆ ~IFile_Section() [3/3]

xmlBase::IFile_Section::~IFile_Section ( )

Member Function Documentation

◆ title() [1/3]

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

Definition at line 66 of file Calibration/xmlBase/include/xmlBase/IFile.h.

66{ return sectionname; };

◆ title() [2/3]

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

Definition at line 66 of file InstallArea/x86_64-el9-gcc13-dbg/include/xmlBase/IFile.h.

66{ return sectionname; };

◆ title() [3/3]

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

Definition at line 66 of file InstallArea/x86_64-el9-gcc13-opt/include/xmlBase/IFile.h.

66{ return sectionname; };

◆ IFile

IFile
friend

Definition at line 60 of file Calibration/xmlBase/include/xmlBase/IFile.h.

Referenced by IFile.


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