#include <AGDDSectionStore.h>
Definition at line 15 of file AGDDSectionStore.h.
◆ AGDDSectionStore()
| AGDDSectionStore::AGDDSectionStore |
( |
| ) |
|
◆ Clean()
| void AGDDSectionStore::Clean |
( |
| ) |
|
Definition at line 41 of file AGDDSectionStore.cxx.
42{
43 sectionList::const_iterator
it;
45 {
46 delete (*it).second;
47 }
49}
sectionList m_theSections
◆ GetCurrentSection()
◆ GetSection()
| AGDDSection * AGDDSectionStore::GetSection |
( |
const std::string & | n | ) |
|
Definition at line 13 of file AGDDSectionStore.cxx.
14{
17 else
18 {
19 std::cout<<
" Section "<<
n<<
" not found in store!"<<std::endl;
20 return 0;
21 }
22}
◆ PrintAllSections()
| void AGDDSectionStore::PrintAllSections |
( |
| ) |
const |
Definition at line 32 of file AGDDSectionStore.cxx.
33{
34 sectionList::const_iterator
it;
36 {
37 (*it).second->Print();
38 }
39}
◆ RegisterSection()
| void AGDDSectionStore::RegisterSection |
( |
AGDDSection * | s | ) |
|
Definition at line 23 of file AGDDSectionStore.cxx.
24{
25 std::string
n=
s->Name();
27 std::cout<<
" Section "<<
n<<
" already in store "<<std::endl;
28 else
31}
◆ m_currentSection
◆ m_theSections
The documentation for this class was generated from the following files: