gda.diff

Module for [Diff] class

class Diff

Types 1

classDiff
Fields
GdaDiff _cInstance
Methods
void * _cPtr() nothrow
gda.types.DiffType type() @property nothrow
void type(gda.types.DiffType propval) @property nothrow
int oldRow() @property nothrow
void oldRow(int propval) @property nothrow
int newRow() @property nothrow
void newRow(int propval) @property nothrow
Constructors
this(void * ptr, Flag!"Take" take)