![]() |
ATLAS Offline Software
|
#include <string>#include <string_view>#include <map>Go to the source code of this file.
Classes | |
| class | AGDDMaterialStore |
Typedefs | |
| typedef std::map< std::string, AGDDSimpleMaterial *, std::less<> > | AGDDMaterialMap |
| typedef std::map< std::string, AGDDElement *, std::less<> > | AGDDElementMap |
| typedef AGDDMaterialMap::const_iterator | MaterialIterator |
| typedef AGDDElementMap::const_iterator | ElementIterator |
| typedef std::map<std::string,AGDDElement*, std::less<> > AGDDElementMap |
Definition at line 18 of file AGDDMaterialStore.h.
| typedef std::map<std::string,AGDDSimpleMaterial*, std::less<> > AGDDMaterialMap |
Definition at line 17 of file AGDDMaterialStore.h.
| typedef AGDDElementMap::const_iterator ElementIterator |
Definition at line 21 of file AGDDMaterialStore.h.
| typedef AGDDMaterialMap::const_iterator MaterialIterator |
Definition at line 20 of file AGDDMaterialStore.h.