|  | The Gaudi Framework
    v31r0 (aeb156f0)
    | 
#include <GaudiKernel/Property.h>


| Public Member Functions | |
| GaudiHandleArrayProperty (std::string name, GaudiHandleArrayBase &ref) | |
| GaudiHandleArrayProperty & | operator= (const GaudiHandleArrayBase &value) | 
| GaudiHandleArrayProperty * | clone () const override | 
| clones the current property  More... | |
| bool | load (PropertyBase &destination) const override | 
| bool | assign (const PropertyBase &source) override | 
| std::string | toString () const override | 
| value -> string  More... | |
| void | toStream (std::ostream &out) const override | 
| value -> stream  More... | |
| StatusCode | fromString (const std::string &s) override | 
| string -> value  More... | |
| const GaudiHandleArrayBase & | value () const | 
| bool | setValue (const GaudiHandleArrayBase &value) | 
|  Public Member Functions inherited from PropertyWithHandlers<> | |
| PropertyBase & | declareReadHandler (std::function< void(PropertyBase &)> fun) override | 
| set new callback for reading  More... | |
| PropertyBase & | declareUpdateHandler (std::function< void(PropertyBase &)> fun) override | 
| set new callback for update  More... | |
| const std::function< void(PropertyBase &)> | readCallBack () const override | 
| get a reference to the readCallBack  More... | |
| const std::function< void(PropertyBase &)> | updateCallBack () const override | 
| get a reference to the updateCallBack  More... | |
| void | useReadHandler () const | 
| use the call-back function at reading, if available  More... | |
| bool | useUpdateHandler () override | 
| use the call-back function at update, if available  More... | |
|  Public Member Functions inherited from Gaudi::Details::PropertyBase | |
| const std::string | name () const | 
| property name  More... | |
| std::string | documentation () const | 
| property documentation  More... | |
| const std::type_info * | type_info () const | 
| property type-info  More... | |
| std::string | type () const | 
| property type  More... | |
| virtual bool | load (PropertyBase &dest) const =0 | 
| export the property value to the destination  More... | |
| virtual bool | assign (const PropertyBase &source)=0 | 
| import the property value form the source  More... | |
| virtual PropertyBase & | declareReadHandler (std::function< void(PropertyBase &)> fun)=0 | 
| set new callback for reading  More... | |
| virtual PropertyBase & | declareUpdateHandler (std::function< void(PropertyBase &)> fun)=0 | 
| set new callback for update  More... | |
| template<class HT > | |
| PropertyBase & | declareReadHandler (void(HT::*MF)(PropertyBase &), HT *instance) | 
| template<class HT > | |
| PropertyBase & | declareUpdateHandler (void(HT::*MF)(PropertyBase &), HT *instance) | 
| virtual | ~PropertyBase ()=default | 
| virtual destructor  More... | |
| void | setName (std::string value) | 
| set the new value for the property name  More... | |
| void | setDocumentation (std::string value) | 
| set the documentation string  More... | |
| virtual std::ostream & | fillStream (std::ostream &) const | 
| the printout of the property value  More... | |
| void | setOwnerType (const std::type_info &ownerType) | 
| set the type of the owner class (used for documentation)  More... | |
| template<class OWNER > | |
| void | setOwnerType () | 
| set the type of the owner class (used for documentation)  More... | |
| const std::type_info * | ownerType () const | 
| get the type of the owner class (used for documentation)  More... | |
| std::string | ownerTypeName () const | 
| get the string for the type of the owner class (used for documentation)  More... | |
| Private Attributes | |
| GaudiHandleArrayBase * | m_pValue | 
| Pointer to the real property.  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from Gaudi::Details::PropertyBase | |
| PropertyBase (const std::type_info &type, std::string name="", std::string doc="") | |
| constructor from the property name and the type  More... | |
| PropertyBase (std::string name, const std::type_info &type) | |
| constructor from the property name and the type  More... | |
| PropertyBase (const PropertyBase &)=default | |
| copy constructor  More... | |
| PropertyBase & | operator= (const PropertyBase &)=default | 
| assignment operator  More... | |
Definition at line 881 of file Property.h.
| GaudiHandleArrayProperty::GaudiHandleArrayProperty | ( | std::string | name, | 
| GaudiHandleArrayBase & | ref | ||
| ) | 
Definition at line 132 of file Property.cpp.
| 
 | inlineoverride | 
Definition at line 894 of file Property.h.
| 
 | inlineoverridevirtual | 
clones the current property
Implements Gaudi::Details::PropertyBase.
Definition at line 890 of file Property.h.
| 
 | overridevirtual | 
string -> value
Implements Gaudi::Details::PropertyBase.
Definition at line 154 of file Property.cpp.
| 
 | inlineoverride | 
Definition at line 892 of file Property.h.
| 
 | inline | 
Definition at line 885 of file Property.h.
| bool GaudiHandleArrayProperty::setValue | ( | const GaudiHandleArrayBase & | value | ) | 
Definition at line 137 of file Property.cpp.
| 
 | overridevirtual | 
value -> stream
Implements Gaudi::Details::PropertyBase.
Definition at line 148 of file Property.cpp.
| 
 | overridevirtual | 
value -> string
Implements Gaudi::Details::PropertyBase.
Definition at line 142 of file Property.cpp.
| 
 | inline | 
Definition at line 902 of file Property.h.
| 
 | private | 
Pointer to the real property.
Reference would be better, but ROOT does not support references yet
Definition at line 912 of file Property.h.