DataComparator.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(gda.data_model.DataModel oldModel, gda.data_model.DataModel newModel) nothrow

Creates a new comparator to compute the differences from old_model to new_model: if one applies all the computed differences (as #GdaDiff structures) to old_model, the resulting data model should have the same contents as new_model.

Parameters

oldModelData model to which the modifications should be applied
newModelTarget data model.

Returns

a new #GdaDataComparator object