Note as an alternative to specifying a #pragma omit
, it is
possible to define macros which causes a particular type's
descriptor definition to be ignored. For example
#define CLASSDESC_TYPENAME___Root #define CLASSDESC_json_pack___Rootdisables both the typeName definition and the json_pack defintion for the Root class. The exact form of the macro can be found by consulting the generated
.cd
files.