, including all inherited members.
| AddMember(const CLASSMEMBER &member) | SML::AUTOCLASS | |
| AddMembers(const CLASSMEMBER *members) | SML::AUTOCLASS | |
| AddMethod(const char *name, SMLFUNCSIG sig, void(_TYPE::*func)(), PARM *parms, int CreateDate=0, int ModDate=0, const char *ClassName=0, bool bInWin32Native=true, bool bInX=true, bool bRequired=false) | SML::AUTOCLASS_NOALLOC_T< _TYPE > | [inline] |
| AddMethodOld(const char *name, const char *RetClass, CLASSHASH *(*func)(int, ARG *, UINT8 *, CONTEXT *), PARM *parms, int CreateDate=0, int ModDate=0, bool bInWin32Native=true, bool bInX=true, bool bReturnIsAllocated=true, bool bRequired=false) | SML::AUTOCLASS | |
| AddMethodOld(const char *name, const char *RetClass, bool bReturnIsAllocated, void *(*func)(int, ARG *, UINT8 *, CONTEXT *), PARM *parms, int CreateDate=0, int ModDate=0, bool bInWin32Native=true, bool bInX=true, bool bRequired=false) | SML::AUTOCLASS | |
| AddMethodOld(const char *name, void(*func)(int, ARG *, UINT8 *, CONTEXT *), PARM *parms, int CreateDate=0, int ModDate=0, bool bInWin32Native=true, bool bInX=true, bool bRequired=false) | SML::AUTOCLASS | |
| AddMethodOld(const char *name, STRING *(*func)(int, ARG *, UINT8 *, CONTEXT *), PARM *parms, int CreateDate=0, int ModDate=0, bool bInWin32Native=true, bool bInX=true, bool bRequired=false) | SML::AUTOCLASS | |
| AddMethodOld(const char *name, double(*func)(int, ARG *, UINT8 *, CONTEXT *), PARM *parms, int CreateDate=0, int ModDate=0, bool bInWin32Native=true, bool bInX=true, bool bRequired=false) | SML::AUTOCLASS | |
| AddMethodOldCB(const char *name, const char *RetClass, bool bReturnIsAllocated, void *(*func)(int, ARG *, UINT8 *, CONTEXT *), PARM *parms, int CreateDate=0, int ModDate=0, bool bInWin32Native=true, bool bInX=true, bool bRequired=false) | SML::AUTOCLASS | |
| AddMethodOldCB(const char *name, void(*func)(int, ARG *, UINT8 *, CONTEXT *), PARM *parms, int CreateDate=0, int ModDate=0, bool bInWin32Native=true, bool bInX=true, bool bRequired=false) | SML::AUTOCLASS | |
| AUTOCLASS(void(*SetupFunc)(), CONTEXTTYPE ContextTypesToAllow, CONTEXTTYPE ContextTypesToDisallow=CONTEXTTYPE_NONE) | SML::AUTOCLASS | [inline] |
| AUTOCLASS(void(*SetupFunc)()) | SML::AUTOCLASS | [inline] |
| AUTOCLASS_DELETABLE_T(void(*SetupFunc)()) | SML::AUTOCLASS_DELETABLE_T< _TYPE > | [inline] |
| AUTOCLASS_DELETABLE_T(void(*SetupFunc)(), CONTEXTTYPE ContextTypesToAllow, CONTEXTTYPE ContextTypesToDisallow=CONTEXTTYPE_NONE) | SML::AUTOCLASS_DELETABLE_T< _TYPE > | [inline] |
| AUTOCLASS_NOALLOC_T(void(*SetupFunc)()) | SML::AUTOCLASS_NOALLOC_T< _TYPE > | [inline] |
| AUTOCLASS_NOALLOC_T(void(*SetupFunc)(), CONTEXTTYPE ContextTypesToAllow, CONTEXTTYPE ContextTypesToDisallow=CONTEXTTYPE_NONE) | SML::AUTOCLASS_NOALLOC_T< _TYPE > | [inline] |
| FindMember(const char *ClassName, const char *MemberName) | SML::AUTOCLASS | [static] |
| GenerateBuilderText(MISTRING &code, const MISTRING &name, const MISTRINGLIST &ParamList) | SML::AUTOCLASS | [inline] |
| GetRestrictions() | SML::AUTOCLASS | [inline] |
| Init(const char *ClassName, const char *BaseClassName=0, int CreateDate=0) | SML::AUTOCLASS | |
| SetConstructor(void *(*constructor)(void *data, CONTEXT *context, CLASS *smlclass), int size=0) | SML::AUTOCLASS | |
| SetCopyConstructor(void *(*copyconstructor)(void *data, CONTEXT *context, CLASS *smlclass, void *)) | SML::AUTOCLASS | |
| SetDeprecated() | SML::AUTOCLASS | [inline] |
| SetDestructor(void *(*destructor)(void *data, CONTEXT *context, CLASS *smlclass)) | SML::AUTOCLASS | |
| SetGenerateBuilderTextFunc(void(*GenerateBuilderTextFunc)(MISTRING &code, const MISTRING &name, const MISTRINGLIST &ParamList)) | SML::AUTOCLASS | |
| SetNoWin32Native() | SML::AUTOCLASS | [inline] |
| SetSize(int size) | SML::AUTOCLASS | [inline] |
| VOIDMETHOD typedef | SML::AUTOCLASS_NOALLOC_T< _TYPE > | |
| ~AUTOCLASS() | SML::AUTOCLASS | [virtual] |