#include <TProperty.h>
Public Member Functions | |
TProperty (T &val, Type type) | |
Constructor from a reference and a type. | |
const T * | pointer () const |
Return the address of the property variable. | |
virtual int | setFrom (const Property &rhs) |
Set value using that from another property. | |
template<> | |
int | setFrom (const Property &rhs) |
Declare specialization(s) for TProperty::setFrom | |
template<> | |
int | setFrom (const Property &rhs) |
Templated wrapper around user properties
This class is used to wrap user-defined tool properties, to be able to set them through the PropertyMgr.