![]() |
ATLAS Offline Software
|
#include <AGDDSection.h>
Public Member Functions | |
| AGDDSection (const std::string &, const std::string &, const std::string &, const std::string &, const std::string &, AGDDSectionStore &ss, bool buildFlag=true) | |
| void | AddVolume (AGDDVolume *) |
| AGDDVolume * | GetVolume (const std::string &) |
| void | Register (AGDDSectionStore &ss) |
| void | Name (const std::string &n) |
| void | Version (const std::string &n) |
| void | Author (const std::string &n) |
| void | Date (const std::string &n) |
| void | TopVolume (const std::string &n) |
| const std::string & | Name () const |
| const std::string & | Version () const |
| const std::string & | Author () const |
| const std::string & | Date () const |
| const std::string & | TopVolume () const |
| bool | IsToBeBuilt () const |
| volumeIterator | VolumeBegin () |
| volumeIterator | VolumeEnd () |
| void | Print () |
Private Attributes | |
| std::string | m_name |
| std::string | m_version |
| std::string | m_author |
| std::string | m_date |
| std::string | m_topVolume |
| bool | m_toBeBuilt |
| volumeList | m_theVolumes |
Definition at line 17 of file AGDDSection.h.
| AGDDSection::AGDDSection | ( | const std::string & | a, |
| const std::string & | b, | ||
| const std::string & | c, | ||
| const std::string & | d, | ||
| const std::string & | e, | ||
| AGDDSectionStore & | ss, | ||
| bool | buildFlag = true ) |
Definition at line 11 of file AGDDSection.cxx.
| void AGDDSection::AddVolume | ( | AGDDVolume * | v | ) |
Definition at line 23 of file AGDDSection.cxx.
|
inline |
Definition at line 33 of file AGDDSection.h.
|
inline |
Definition at line 28 of file AGDDSection.h.
|
inline |
Definition at line 34 of file AGDDSection.h.
|
inline |
Definition at line 29 of file AGDDSection.h.
| AGDDVolume * AGDDSection::GetVolume | ( | const std::string & | n | ) |
Definition at line 32 of file AGDDSection.cxx.
|
inline |
Definition at line 36 of file AGDDSection.h.
|
inline |
Definition at line 31 of file AGDDSection.h.
|
inline |
Definition at line 26 of file AGDDSection.h.
| void AGDDSection::Print | ( | ) |
Definition at line 47 of file AGDDSection.cxx.
| void AGDDSection::Register | ( | AGDDSectionStore & | ss | ) |
Definition at line 43 of file AGDDSection.cxx.
|
inline |
Definition at line 35 of file AGDDSection.h.
|
inline |
Definition at line 30 of file AGDDSection.h.
|
inline |
Definition at line 32 of file AGDDSection.h.
|
inline |
Definition at line 27 of file AGDDSection.h.
|
inline |
Definition at line 37 of file AGDDSection.h.
|
inline |
Definition at line 38 of file AGDDSection.h.
|
private |
Definition at line 43 of file AGDDSection.h.
|
private |
Definition at line 44 of file AGDDSection.h.
|
private |
Definition at line 41 of file AGDDSection.h.
|
private |
Definition at line 48 of file AGDDSection.h.
|
private |
Definition at line 46 of file AGDDSection.h.
|
private |
Definition at line 45 of file AGDDSection.h.
|
private |
Definition at line 42 of file AGDDSection.h.