The Gaudi Framework
v30r3 (a5ef0a68)
|
This is the complete list of members for PropertyHolder< BASE >, including all inherited members.
assertUniqueName(const std::string &name) const | PropertyHolder< BASE > | inlineprivate |
declareProperty(Gaudi::Details::PropertyBase &prop) | PropertyHolder< BASE > | inline |
declareProperty(const std::string &name, TYPE &value, const std::string &doc="none") | PropertyHolder< BASE > | inline |
declareProperty(const std::string &name, Gaudi::Property< TYPE, VERIFIER, HANDLERS > &prop, const std::string &doc="none") | PropertyHolder< BASE > | inline |
declareRemoteProperty(const std::string &name, IProperty *rsvc, const std::string &rname="") | PropertyHolder< BASE > | inline |
getProperties() const override | PropertyHolder< BASE > | inline |
getProperty(Gaudi::Details::PropertyBase *p) const override | PropertyHolder< BASE > | inline |
getProperty(const std::string &name) const override | PropertyHolder< BASE > | inline |
getProperty(const std::string &n, std::string &v) const override | PropertyHolder< BASE > | inline |
hasProperty(const std::string &name) const override | PropertyHolder< BASE > | inline |
m_properties | PropertyHolder< BASE > | private |
m_remoteProperties | PropertyHolder< BASE > | private |
m_todelete | PropertyHolder< BASE > | private |
operator=(const PropertyHolder &)=delete | PropertyHolder< BASE > | |
Properties typedef | PropertyHolder< BASE > | private |
property(const std::string &name) const | PropertyHolder< BASE > | inlineprotected |
property(const std::string &name, const std::vector< Gaudi::Details::PropertyBase * > &props) const | PropertyHolder< BASE > | inlineprivate |
PropertyHolder()=default | PropertyHolder< BASE > | |
PropertyHolder(const PropertyHolder &)=delete | PropertyHolder< BASE > | |
PropertyHolderImpl typedef | PropertyHolder< BASE > | |
RemoteProperties typedef | PropertyHolder< BASE > | private |
RemProperty typedef | PropertyHolder< BASE > | private |
setProperty(const Gaudi::Details::PropertyBase &p) override | PropertyHolder< BASE > | inline |
setProperty(const std::string &s) override | PropertyHolder< BASE > | inline |
setProperty(const std::string &n, const std::string &v) override | PropertyHolder< BASE > | inline |
setProperty(const std::string &name, const TYPE &value) | PropertyHolder< BASE > | inline |