maxscript/macros/generic_class.h File Reference
#define DECLARE_LOCAL_GENERIC_CLASS |
( |
|
_rootclass, |
|
|
|
_cls |
|
) |
| |
Value:
{ \
public: \
}; \
extern _cls##Class _cls##_class; \
class _rootclass; \
{ \
_cls(); \
};
MAXMEM_EXTERN_C UtilExport void(__cdecl *MAX_free)(void *memblock)
#define classof_methods(_cls, _super)
Definition: value.h:314
Value * name
Definition: structs.h:25
#define NULL
Definition: autoptr.h:20
Definition: functions.h:55
ScripterExport Value * apply(Value **arglist, int count, CallContext *cc=NULL)
#define MCHAR
MBCS/Unicode helper defines std::wofstream doesn't mix well with Unicode.
Definition: strbasic.h:92
visible_class(Generic) class Generic Generic()
Definition: functions.h:76
visible_class(Primitive) class Primitive value_cf fn_ptr
Definition: functions.h:129
Value *(MS_LOCAL_ROOT_CLASS::* local_value_vf)(Value **, int)
Definition: local_class.h:36
#define DEFINE_LOCAL_GENERIC_CLASS |
( |
|
_rootClass, |
|
|
|
_cls |
|
) |
| |