#include <AGDDSectionStore.h>
Definition at line 15 of file AGDDSectionStore.h.
◆ AGDDSectionStore()
AGDDSectionStore::AGDDSectionStore |
( |
| ) |
|
◆ Clean()
void AGDDSectionStore::Clean |
( |
| ) |
|
◆ GetCurrentSection()
◆ GetSection()
Definition at line 13 of file AGDDSectionStore.cxx.
19 std::cout<<
" Section "<<
n<<
" not found in store!"<<std::endl;
◆ PrintAllSections()
void AGDDSectionStore::PrintAllSections |
( |
| ) |
const |
◆ RegisterSection()
void AGDDSectionStore::RegisterSection |
( |
AGDDSection * |
s | ) |
|
Definition at line 23 of file AGDDSectionStore.cxx.
25 std::string
n=
s->Name();
27 std::cout<<
" Section "<<
n<<
" already in store "<<std::endl;
◆ m_currentSection
◆ m_theSections
The documentation for this class was generated from the following files: