knowL: Knowledge Libraries
|
#include <MonitoredValue.h>
Public Member Functions | |
MonitoredValueController (const _T_ &_initial_value) | |
void | setValue (const _T_ &_value) |
Set the value and trigger the monitors. | |
MonitoredValue< _T_ > | value () const |
Controller for the monitored value. The intention is to keep the controller private and to expose the result of value()
.