|
theKernel 10.0
|
tag: nhi1-release-250425 More...
#include "LibMkKernel_private_tcl.h"
Include dependency graph for MkRuntimeC_tcl.c:Go to the source code of this file.
Macros | |
| #define | META_FILE_NAME "MkRuntimeC_tcl.c" |
| #define | OT_CLASS NS(MkRuntimeC) |
| #define | OT_CLASS_NAME "MkRuntimeC" |
| #define | OBJECT2RT(O) |
| #define | OT_SETUP_hdl_static_constr_pre |
| #define | OT_SETUP_hdl_static_constr |
| #define | OT_SETUP_hdl_static |
| #define | OT_SETUP_hdl SetupHdlFromMetaData_2(RT,MK_RT); |
| #define | OT_SETUP_hdl__null_allow SetupHdlFromMetaData__null_allow_2(RT,MK_RT); |
| #define | OT_SETUP_hdl_destr SetupHdlFromMetaData__null_allow_2(RT,MK_RT); |
| #define | OT_SETUP_hdl_constr_pre |
| #define | OT_SETUP_hdl_constr |
| #define | SetupRtFromHdl_XN(hdl) |
| #define | SetupRtFromHdl_X(hdl) |
| #define | ClassInit |
| #define | VER TCL_OO_METHOD_VERSION_CURRENT |
| #define | DebugGet_doc "int32 [MkRuntimeC DebugGet]" |
| #define | DebugSet_doc "MkRuntimeC DebugSet dbg:int32" |
| #define | ErrorGetCode_doc "MkErrorE [MkRuntimeC ErrorGetCode]" |
| #define | IsSilentGet_doc "bool [MkRuntimeC IsSilentGet]" |
| #define | IsSilentSet_doc "MkRuntimeC IsSilentSet silent:bool" |
| #define | Log0_doc "MkRuntimeC Log0 ?fmtobj:MkObjectC=\"MK_NULL\"? ?debug:int32=0? ?callfunc:string=\"MK_NULL\"? ?lvl:int32=0? (const)" |
| #define | LogTargetGet_doc "string [MkRuntimeC LogTargetGet]" |
| #define | LogTargetReset_doc "MkRuntimeC LogTargetReset" |
| #define | LogTargetSet_doc "MkRuntimeC LogTargetSet logTgt:string" |
| #define | NoDecoSet_doc "MkRuntimeC NoDecoSet noDeco:bool" |
Variables | |
| __thread OT_CLS_T | OT_CLASS = NULL |
| static __thread MK_TYP | MkRuntimeCTT = NULL |
| __thread OT_OBJ_T | tclmkkernel_MkRuntimeC_MK_NULL = NULL |
| static const Tcl_MethodType | tclmkkernel_sOtClassDef [] |
| static const Tcl_MethodType | tclmkkernel_sInstanceDef [] |
tag: nhi1-release-250425
Definition in file MkRuntimeC_tcl.c.
| #define ClassInit |
Definition at line 77 of file MkRuntimeC_tcl.c.
| #define DebugGet_doc "int32 [MkRuntimeC DebugGet]" |
Definition at line 115 of file MkRuntimeC_tcl.c.
| #define DebugSet_doc "MkRuntimeC DebugSet dbg:int32" |
Definition at line 116 of file MkRuntimeC_tcl.c.
| #define ErrorGetCode_doc "MkErrorE [MkRuntimeC ErrorGetCode]" |
Definition at line 117 of file MkRuntimeC_tcl.c.
| #define IsSilentGet_doc "bool [MkRuntimeC IsSilentGet]" |
Definition at line 118 of file MkRuntimeC_tcl.c.
| #define IsSilentSet_doc "MkRuntimeC IsSilentSet silent:bool" |
Definition at line 119 of file MkRuntimeC_tcl.c.
| #define Log0_doc "MkRuntimeC Log0 ?fmtobj:MkObjectC=\"MK_NULL\"? ?debug:int32=0? ?callfunc:string=\"MK_NULL\"? ?lvl:int32=0? (const)" |
Definition at line 120 of file MkRuntimeC_tcl.c.
| #define LogTargetGet_doc "string [MkRuntimeC LogTargetGet]" |
Definition at line 121 of file MkRuntimeC_tcl.c.
| #define LogTargetReset_doc "MkRuntimeC LogTargetReset" |
Definition at line 122 of file MkRuntimeC_tcl.c.
| #define LogTargetSet_doc "MkRuntimeC LogTargetSet logTgt:string" |
Definition at line 123 of file MkRuntimeC_tcl.c.
| #define META_FILE_NAME "MkRuntimeC_tcl.c" |
Definition at line 11 of file MkRuntimeC_tcl.c.
| #define NoDecoSet_doc "MkRuntimeC NoDecoSet noDeco:bool" |
Definition at line 124 of file MkRuntimeC_tcl.c.
| #define OBJECT2RT | ( | O | ) |
Definition at line 18 of file MkRuntimeC_tcl.c.
| #define OT_CLASS NS(MkRuntimeC) |
Definition at line 15 of file MkRuntimeC_tcl.c.
| #define OT_CLASS_NAME "MkRuntimeC" |
Definition at line 16 of file MkRuntimeC_tcl.c.
| #define OT_SETUP_hdl SetupHdlFromMetaData_2(RT,MK_RT); |
Definition at line 59 of file MkRuntimeC_tcl.c.
| #define OT_SETUP_hdl__null_allow SetupHdlFromMetaData__null_allow_2(RT,MK_RT); |
Definition at line 60 of file MkRuntimeC_tcl.c.
| #define OT_SETUP_hdl_constr |
Definition at line 64 of file MkRuntimeC_tcl.c.
| #define OT_SETUP_hdl_constr_pre |
Definition at line 63 of file MkRuntimeC_tcl.c.
| #define OT_SETUP_hdl_destr SetupHdlFromMetaData__null_allow_2(RT,MK_RT); |
Definition at line 61 of file MkRuntimeC_tcl.c.
| #define OT_SETUP_hdl_static |
Definition at line 53 of file MkRuntimeC_tcl.c.
| #define OT_SETUP_hdl_static_constr |
Definition at line 49 of file MkRuntimeC_tcl.c.
| #define OT_SETUP_hdl_static_constr_pre |
Definition at line 48 of file MkRuntimeC_tcl.c.
| #define SetupRtFromHdl_X | ( | hdl | ) |
Definition at line 73 of file MkRuntimeC_tcl.c.
| #define SetupRtFromHdl_XN | ( | hdl | ) |
Definition at line 72 of file MkRuntimeC_tcl.c.
| #define VER TCL_OO_METHOD_VERSION_CURRENT |
Definition at line 108 of file MkRuntimeC_tcl.c.
|
static |
Definition at line 28 of file MkRuntimeC_tcl.c.
Definition at line 33 of file MkRuntimeC_tcl.c.
Definition at line 39 of file MkRuntimeC_tcl.c.
TCL API Public API
Definition at line 362 of file MkRuntimeC_tcl.c.
|
static |
Definition at line 24 of file MkRuntimeC_tcl.c.
| __thread OT_CLS_T OT_CLASS = NULL |
Definition at line 21 of file MkRuntimeC_tcl.c.
| __thread OT_OBJ_T tclmkkernel_MkRuntimeC_MK_NULL = NULL |
Definition at line 25 of file MkRuntimeC_tcl.c.
|
static |
Definition at line 341 of file MkRuntimeC_tcl.c.
|
static |
METHOD API
Definition at line 320 of file MkRuntimeC_tcl.c.