38 #define WF_CUSTOM_DATATYPE(NAME,CONSTRUCTOR)\
42 static _Wolframe::module::BuilderBase* impl()\
44 return new _Wolframe::module::CustomDataTypeBuilder( "CustomDataType_" #NAME, NAME, CONSTRUCTOR);\
47 (*this)(&Constructor ::impl);\
Interface template for object builder of form functions.