#define DOCLASS(C) _DO_##C
Name | Description | |
---|---|---|
C |
The class name. |
Macro used when referencing the base DataSet
class.
If the DDL is defined as follows:
doclass GameObject {
};
the GameObject
class will be defined in the application as follows:
class GameObject :
public DOCLASS(GameObject) {
};
CONFIDENTIAL