BOSS 7.1.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 ()
 

Friends

class IFile
 

Detailed Description

Definition at line 59 of file IFile.h.

Constructor & Destructor Documentation

◆ IFile_Section() [1/2]

xmlBase::IFile_Section::IFile_Section ( )
inline

Definition at line 64 of file IFile.h.

64{};

◆ IFile_Section() [2/2]

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

Definition at line 65 of file IFile.h.

65:sectionname(name){}

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

Member Function Documentation

◆ title()

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

Definition at line 67 of file IFile.h.

67{ return sectionname; };

Friends And Related Function Documentation

◆ IFile

friend class IFile
friend

Definition at line 62 of file IFile.h.


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