Observable Reference
Generic observable objects for C++
Public Member Functions | List of all members
observable::updater Class Reference

Description

Update all observable values that were associated with an updater instance.

You associate an observable value with an updater instance by providing the updater as a first parameter to observe().

Note
This class can be used as-is or derived.

Public Member Functions

void update_all ()
 Update all observable values that have been associated with this instance. More...
 
- Public Member Functions inherited from observable::expr::expression_evaluator
void eval_all () const
 Evaluate all expressions associated with this instance. More...
 

Member Function Documentation

◆ update_all()

void observable::updater::update_all ( )
inline

Update all observable values that have been associated with this instance.