![]() |
The Gaudi Framework
v37r0 (b608885e)
|
#include </builds/gaudi/Gaudi/GaudiKernel/include/Gaudi/Details/Property.h>


Public Member Functions | |
| void | useUpdateHandler (PropertyBase &p) |
| void | setUpdateHandler (std::function< void(PropertyBase &)> fun) |
| std::function< void(PropertyBase &)> | getUpdateHandler () const |
Public Member Functions inherited from Gaudi::Details::Property::NoHandler | |
| void | useReadHandler (const PropertyBase &) const |
| void | setReadHandler (std::function< void(PropertyBase &)>) |
| std::function< void(PropertyBase &)> | getReadHandler () const |
| void | useUpdateHandler (const PropertyBase &) const |
| void | setUpdateHandler (std::function< void(PropertyBase &)>) |
| std::function< void(PropertyBase &)> | getUpdateHandler () const |
Public Attributes | |
| std::function< void(PropertyBase &)> | m_updateCallBack |
Definition at line 198 of file Property.h.
|
inline |
Definition at line 210 of file Property.h.
|
inline |
Definition at line 209 of file Property.h.
|
inline |
Definition at line 200 of file Property.h.
| std::function<void( PropertyBase& )> Gaudi::Details::Property::UpdateHandler::m_updateCallBack |
Definition at line 199 of file Property.h.