|
theKernel 10.0
|
#include <LibMkKernel_tcl.h>
Collaboration diagram for MkCallS: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 505 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 507 of file LibMkKernel_tcl.h.
| OT_OBJ_T MkCallS::args |
Definition at line 518 of file LibMkKernel_tcl.h.
| MK_MNG MkCallS::hdl |
Definition at line 519 of file LibMkKernel_tcl.h.
| OT_ENV_T MkCallS::interp |
Definition at line 520 of file LibMkKernel_tcl.h.
| bool MkCallS::isAlloc |
Definition at line 522 of file LibMkKernel_tcl.h.
| MK_RT MkCallS::mkrt |
Definition at line 521 of file LibMkKernel_tcl.h.
| OT_OBJ_T MkCallS::mth |
Definition at line 517 of file LibMkKernel_tcl.h.
| OT_OBJ_T MkCallS::my |
Definition at line 516 of file LibMkKernel_tcl.h.
| OT_OBJ_T MkCallS::nsO |
Definition at line 523 of file LibMkKernel_tcl.h.
| OT_NS_T MkCallS::nsPtr |
Definition at line 524 of file LibMkKernel_tcl.h.
| MK_SIG MkCallS::signature |
Definition at line 506 of file LibMkKernel_tcl.h.
| enum { ... } MkCallS::type |