.. index:: pair: struct; EE::UI::Charts::DataDelta .. _doxid-struct_e_e_1_1_u_i_1_1_charts_1_1_data_delta: struct EE::UI::Charts::DataDelta ================================ .. toctree:: :hidden: Describes the latest mutation only; consumers must check fromGeneration before using it. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct DataDelta { // fields :ref:`Uint64` :target:`fromGeneration` { 0 }; bool :target:`reset` { true }; size_t :target:`removedFront` { 0 }; :ref:`IndexRange` :target:`appended`; :ref:`SmallVector`<:ref:`IndexRange`, 2> :target:`modified`; };