DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Property object as base class for all objects supporting properties. More...
#include <ComponentProperties.h>
Public Member Functions | |
virtual | ~PropertyInterface ()=default |
Default destructor. More... | |
virtual PropertyManager & | properties ()=0 |
Access to the properties of the object. More... | |
virtual const PropertyManager & | properties () const =0 |
Access to the properties of the object. More... | |
virtual bool | hasProperty (const std::string &name) const =0 |
Check property for existence. More... | |
virtual Property & | property (const std::string &name)=0 |
Access single property. More... | |
Property object as base class for all objects supporting properties.
Note: This class cannot be saved to a ROOT file!
Definition at line 237 of file ComponentProperties.h.
|
virtualdefault |
Default destructor.
|
pure virtual |
Check property for existence.
Implemented in dd4hep::PropertyConfigurable.
|
pure virtual |
Access to the properties of the object.
Implemented in dd4hep::PropertyConfigurable.
|
pure virtual |
Access to the properties of the object.
Implemented in dd4hep::PropertyConfigurable.
|
pure virtual |
Access single property.
Implemented in dd4hep::PropertyConfigurable.