![]() |
The Gaudi Framework
v27r0
|
Public Member Functions | |
DataHandleProperty (const std::string &name, Gaudi::DataHandle &ref) | |
Constructor with parameters: More... | |
DataHandleProperty & | operator= (const Gaudi::DataHandle &value) |
Assignment operator: More... | |
virtual | ~DataHandleProperty () |
Destructor: More... | |
virtual DataHandleProperty * | clone () const |
clone: "virtual constructor" More... | |
virtual bool | load (Property &destination) const |
export the property value to the destination More... | |
virtual bool | assign (const Property &source) |
import the property value form the source More... | |
virtual std::string | toString () const |
value -> string More... | |
virtual void | toStream (std::ostream &out) const |
value -> stream More... | |
virtual StatusCode | fromString (const std::string &s) |
string -> value More... | |
const Gaudi::DataHandle & | value () const |
bool | setValue (const Gaudi::DataHandle &value) |
DataHandleProperty (const std::string &name, Gaudi::DataHandle &ref) | |
Constructor with parameters: More... | |
DataHandleProperty & | operator= (const Gaudi::DataHandle &value) |
Assignment operator: More... | |
virtual | ~DataHandleProperty () |
Destructor: More... | |
virtual DataHandleProperty * | clone () const |
clone: "virtual constructor" More... | |
virtual bool | load (Property &destination) const |
export the property value to the destination More... | |
virtual bool | assign (const Property &source) |
import the property value form the source More... | |
virtual std::string | toString () const |
value -> string More... | |
virtual void | toStream (std::ostream &out) const |
value -> stream More... | |
virtual StatusCode | fromString (const std::string &s) |
string -> value More... | |
const Gaudi::DataHandle & | value () const |
bool | setValue (const Gaudi::DataHandle &value) |
![]() | |
const std::string & | name () const |
property name More... | |
const 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... | |
const std::function< void(Property &)> & | readCallBack () const |
get a reference to the readCallBack More... | |
const std::function< void(Property &)> & | updateCallBack () const |
get a reference to the updateCallBack More... | |
virtual Property & | declareReadHandler (std::function< void(Property &)> fun) |
set new callback for reading More... | |
virtual Property & | declareUpdateHandler (std::function< void(Property &)> fun) |
set new callback for update More... | |
template<class HT > | |
Property & | declareReadHandler (void(HT::*MF)(Property &), HT *instance) |
template<class HT > | |
Property & | declareUpdateHandler (void(HT::*MF)(Property &), HT *instance) |
virtual void | useReadHandler () const |
use the call-back function at reading More... | |
virtual bool | useUpdateHandler () |
use the call-back function at update More... | |
virtual | ~Property ()=default |
virtual destructor More... | |
void | setName (std::string value) |
set the new value for the property name More... | |
void | setDocumentation (std::string documentation) |
set the documentation string More... | |
virtual std::ostream & | fillStream (std::ostream &) const |
the printout of the property value More... | |
const std::string & | name () const |
property name More... | |
const 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... | |
const std::function< void(Property &)> & | readCallBack () const |
get a reference to the readCallBack More... | |
const std::function< void(Property &)> & | updateCallBack () const |
get a reference to the updateCallBack More... | |
virtual Property & | declareReadHandler (std::function< void(Property &)> fun) |
set new callback for reading More... | |
virtual Property & | declareUpdateHandler (std::function< void(Property &)> fun) |
set new callback for update More... | |
template<class HT > | |
Property & | declareReadHandler (void(HT::*MF)(Property &), HT *instance) |
template<class HT > | |
Property & | declareUpdateHandler (void(HT::*MF)(Property &), HT *instance) |
virtual void | useReadHandler () const |
use the call-back function at reading More... | |
virtual bool | useUpdateHandler () |
use the call-back function at update More... | |
virtual | ~Property ()=default |
virtual destructor More... | |
void | setName (std::string value) |
set the new value for the property name More... | |
void | setDocumentation (std::string documentation) |
set the documentation string More... | |
virtual std::ostream & | fillStream (std::ostream &) const |
the printout of the property value More... | |
Private Attributes | |
Gaudi::DataHandle * | m_pValue |
Pointer to the real property. More... | |
Additional Inherited Members | |
![]() | |
Property (const std::type_info &type, std::string name="") | |
constructor from the property name and the type More... | |
Property (std::string name, const std::type_info &type) | |
constructor from the property name and the type More... | |
Property (const Property &)=default | |
copy constructor More... | |
Property & | operator= (const Property &)=default |
assignment operator More... | |
Property (const std::type_info &type, std::string name="") | |
constructor from the property name and the type More... | |
Property (std::string name, const std::type_info &type) | |
constructor from the property name and the type More... | |
Property (const Property &)=default | |
copy constructor More... | |
Property & | operator= (const Property &)=default |
assignment operator More... | |
![]() | |
std::function< void(Property &)> | m_readCallBack |
std::function< void(Property &)> | m_updateCallBack |
Definition at line 85 of file DataHandle.h.
DataHandleProperty::DataHandleProperty | ( | const std::string & | name, |
Gaudi::DataHandle & | ref | ||
) |
Constructor with parameters:
Definition at line 42 of file DataHandle.cpp.
|
virtual |
DataHandleProperty::DataHandleProperty | ( | const std::string & | name, |
Gaudi::DataHandle & | ref | ||
) |
Constructor with parameters:
|
virtual |
Destructor:
|
inlinevirtual |
import the property value form the source
Implements Property.
Definition at line 144 of file DataHandle.h.
|
virtual |
import the property value form the source
Implements Property.
|
inlinevirtual |
clone: "virtual constructor"
Implements Property.
Definition at line 130 of file DataHandle.h.
|
virtual |
clone: "virtual constructor"
Implements Property.
|
virtual |
string -> value
Implements Property.
|
virtual |
string -> value
Implements Property.
Definition at line 52 of file DataHandle.cpp.
|
virtual |
export the property value to the destination
Implements Property.
|
inlinevirtual |
export the property value to the destination
Implements Property.
Definition at line 137 of file DataHandle.h.
|
inline |
Assignment operator:
Definition at line 122 of file DataHandle.h.
DataHandleProperty& DataHandleProperty::operator= | ( | const Gaudi::DataHandle & | value | ) |
Assignment operator:
bool DataHandleProperty::setValue | ( | const Gaudi::DataHandle & | value | ) |
Definition at line 63 of file DataHandle.cpp.
bool DataHandleProperty::setValue | ( | const Gaudi::DataHandle & | value | ) |
|
virtual |
value -> stream
Implements Property.
|
virtual |
value -> stream
Implements Property.
Definition at line 79 of file DataHandle.cpp.
|
virtual |
value -> string
Implements Property.
Definition at line 70 of file DataHandle.cpp.
|
virtual |
value -> string
Implements Property.
|
inline |
Definition at line 151 of file DataHandle.h.
const Gaudi::DataHandle& DataHandleProperty::value | ( | ) | const |
|
private |
Pointer to the real property.
Reference would be better, but Reflex does not support references yet
Definition at line 117 of file DataHandle.h.