.. index:: pair: struct; EE::ComputedValue::State .. _doxid-struct_e_e_1_1_computed_value_1_1_state: struct EE::ComputedValue::State =============================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct State { // fields Calculator :target:`calculator`; Values :target:`values`; :ref:`ObservableValue` :target:`output`; // construction :target:`State`(Calculator calculator, Values values); // methods T :target:`calculate`(); void :target:`recompute`(); };