![]() |
ATLAS Offline Software
|
#include <AGDDSectionStore.h>
Public Member Functions | |
| AGDDSectionStore () | |
| AGDDSection * | GetSection (const std::string &) |
| AGDDSection * | GetCurrentSection () |
| void | RegisterSection (AGDDSection *) |
| void | PrintAllSections () const |
| void | Clean () |
Private Attributes | |
| AGDDSection * | m_currentSection |
| sectionList | m_theSections |
Definition at line 15 of file AGDDSectionStore.h.
| AGDDSectionStore::AGDDSectionStore | ( | ) |
Definition at line 10 of file AGDDSectionStore.cxx.
| void AGDDSectionStore::Clean | ( | ) |
Definition at line 41 of file AGDDSectionStore.cxx.
|
inline |
Definition at line 19 of file AGDDSectionStore.h.
| AGDDSection * AGDDSectionStore::GetSection | ( | const std::string & | n | ) |
Definition at line 13 of file AGDDSectionStore.cxx.
| void AGDDSectionStore::PrintAllSections | ( | ) | const |
Definition at line 32 of file AGDDSectionStore.cxx.
| void AGDDSectionStore::RegisterSection | ( | AGDDSection * | s | ) |
Definition at line 23 of file AGDDSectionStore.cxx.
|
private |
Definition at line 24 of file AGDDSectionStore.h.
|
private |
Definition at line 25 of file AGDDSectionStore.h.