maxscript/macros/generic_class.h File Reference
         
    
      
        
          | #define DECLARE_LOCAL_GENERIC_CLASS | ( |  | _rootclass, | 
        
          |  |  |  | _cls | 
        
          |  | ) |  |  | 
      
 
Value:
    {                                                                       \
    public:                                                                 \
        _cls##Class(
const MCHAR* name);                                          
\    };                                                                      \
    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:393
Value *(MS_LOCAL_ROOT_CLASS::* local_value_vf)(Value **, int)
Definition: local_class.h:71
#define NULL
Definition: autoptr.h:18
Definition: functions.h:55
#define MCHAR
MBCS/Unicode helper defines std::wofstream doesn't mix well with Unicode. 
Definition: strbasic.h:42
Definition: functions.h:85
 
 
 
      
        
          | #define DEFINE_LOCAL_GENERIC_CLASS | ( |  | _rootClass, | 
        
          |  |  |  | _cls | 
        
          |  | ) |  |  |