struct EE::UI::Charts::DataDelta¶
Describes the latest mutation only; consumers must check fromGeneration before using it.
#include <xydatasource.hpp> struct DataDelta { // fields Uint64 fromGeneration { 0 }; bool reset { true }; size_t removedFront { 0 }; IndexRange appended; SmallVector<IndexRange, 2> modified; };