#include <LibMkKernel_tcl.h>
Public Types | |
enum | { MkCallS_init = 0 , MkCallS_null = 1 , MkCallS_proc = 2 , MkCallS_static = 3 , MkCallS_own_method = 4 , MkCallS_other_method = 5 , MkCallS_error = 6 } |
Data Fields | |
MK_SIG | signature |
enum MkCallS:: { ... } | type |
OT_OBJ_T | my |
OT_OBJ_T | mth |
OT_OBJ_T | args |
MK_MNG | hdl |
OT_ENV_T | interp |
MK_RT | mkrt |
bool | isAlloc |
OT_OBJ_T | nsO |
OT_NS_T | nsPtr |
Definition at line 508 of file LibMkKernel_tcl.h.
anonymous enum |
Enumerator | ||
---|---|---|
MkCallS_init | 0 | |
MkCallS_null | 1 | |
MkCallS_proc | 2 | |
MkCallS_static | 3 | |
MkCallS_own_method | 4 | |
MkCallS_other_method | 5 | |
MkCallS_error | 6 |
Definition at line 510 of file LibMkKernel_tcl.h.
OT_OBJ_T MkCallS::args |
Definition at line 521 of file LibMkKernel_tcl.h.
MK_MNG MkCallS::hdl |
Definition at line 522 of file LibMkKernel_tcl.h.
OT_ENV_T MkCallS::interp |
Definition at line 523 of file LibMkKernel_tcl.h.
bool MkCallS::isAlloc |
Definition at line 525 of file LibMkKernel_tcl.h.
MK_RT MkCallS::mkrt |
Definition at line 524 of file LibMkKernel_tcl.h.
OT_OBJ_T MkCallS::mth |
Definition at line 520 of file LibMkKernel_tcl.h.
OT_OBJ_T MkCallS::my |
Definition at line 519 of file LibMkKernel_tcl.h.
OT_OBJ_T MkCallS::nsO |
Definition at line 526 of file LibMkKernel_tcl.h.
OT_NS_T MkCallS::nsPtr |
Definition at line 527 of file LibMkKernel_tcl.h.
MK_SIG MkCallS::signature |
Definition at line 509 of file LibMkKernel_tcl.h.
enum { ... } MkCallS::type |