All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SimpleProperty< TYPE, VERIFIER > Member List

This is the complete list of members for SimpleProperty< TYPE, VERIFIER >, including all inherited members.

assign(const Property &source)PropertyWithValue< TYPE >inlinevirtual
clone() const SimpleProperty< TYPE, VERIFIER >inlinevirtual
declareReadHandler(PropertyCallbackFunctor *pf)Propertyvirtual
declareReadHandler(void(HT::*MF)(Property &), HT *instance)Propertyinline
declareUpdateHandler(PropertyCallbackFunctor *pf)Propertyvirtual
declareUpdateHandler(void(HT::*MF)(Property &), HT *instance)Propertyinline
documentation() const Propertyinline
fillStream(std::ostream &) const Propertyvirtual
fromString(const std::string &s)PropertyWithValue< TYPE >inlinevirtual
i_get() const PropertyWithValue< TYPE >inlineprotected
i_set(const TYPE &value)PropertyWithValue< TYPE >inlineprotected
load(Property &dest) const PropertyWithValue< TYPE >inlinevirtual
m_readCallBackPropertymutableprotected
m_updateCallBackPropertyprotected
name() const Propertyinline
operator const TYPE &() const PropertyWithValue< TYPE >inline
operator=(const TYPE &value)SimpleProperty< TYPE, VERIFIER >inline
operator=(const PropertyWithValue< OTHER > &right)SimpleProperty< TYPE, VERIFIER >
operator=(const PropertyWithValue< OTHER > &right)SimpleProperty< TYPE, VERIFIER >inline
PropertyWithVerifier::operator=(const PropertyWithVerifier< OTHER, OTHERVERIFIER > &right)PropertyWithVerifier< TYPE, VERIFIER >
PropertyWithValue::operator=(const PropertyWithValue &rhs)PropertyWithValue< TYPE >protected
Property::operator=(const Property &right)Propertyprotected
Property(const std::type_info &type, const std::string &name="")Propertyprotected
Property(const std::string &name, const std::type_info &type)Propertyprotected
Property(const Property &right)Propertyprotected
PropertyWithValue(const std::string &name, PVal value, const bool owner)PropertyWithValue< TYPE >inlineprotected
PropertyWithValue(const PropertyWithValue &rhs)PropertyWithValue< TYPE >inlineprotected
PropertyWithValue(const PropertyWithValue< OTHER > &right)PropertyWithValue< TYPE >inlineprotected
PropertyWithVerifier(const std::string &name, typename Gaudi::Utils::PropertyTypeTraits< TYPE >::PVal value, const bool owner, const VERIFIER &verifier)PropertyWithVerifier< TYPE, VERIFIER >inlineprotected
PVal typedefPropertyWithValue< TYPE >
readCallBack() const Property
set(const TYPE &value)PropertyWithVerifier< TYPE, VERIFIER >inline
setDocumentation(const std::string &documentation)Propertyinline
setName(const std::string &value)Propertyinline
setValue(const TYPE &value)PropertyWithVerifier< TYPE, VERIFIER >inlinevirtual
SimpleProperty(VERIFIER verifier=VERIFIER())SimpleProperty< TYPE, VERIFIER >
SimpleProperty(const TYPE &value, VERIFIER verifier=VERIFIER())SimpleProperty< TYPE, VERIFIER >
SimpleProperty(const std::string &name, const TYPE &value, VERIFIER verifier=VERIFIER())SimpleProperty< TYPE, VERIFIER >
SimpleProperty(const PropertyWithValue< OTHER > &right)SimpleProperty< TYPE, VERIFIER >
SimpleProperty(const SimpleProperty &right)SimpleProperty< TYPE, VERIFIER >
toStream(std::ostream &out) const PropertyWithValue< TYPE >inlinevirtual
toString() const PropertyWithValue< TYPE >inlinevirtual
Traits typedefSimpleProperty< TYPE, VERIFIER >protected
type() const Propertyinline
type_info() const Propertyinline
updateCallBack() const Property
useReadHandler() const Propertyvirtual
useUpdateHandler()Propertyvirtual
value() const PropertyWithValue< TYPE >inline
verifier()PropertyWithVerifier< TYPE, VERIFIER >inline
verifier() const PropertyWithVerifier< TYPE, VERIFIER >inline
~Property()Propertyvirtual
~PropertyWithValue()PropertyWithValue< TYPE >inlineprotectedvirtual
~PropertyWithVerifier()PropertyWithVerifier< TYPE, VERIFIER >inlineprotectedvirtual
~SimpleProperty()SimpleProperty< TYPE, VERIFIER >virtual