theKernel 10.0
Loading...
Searching...
No Matches
MkRegistry_tcl.h
Go to the documentation of this file.
1
9regTclObj(MkExceptionC)
10
11// FRAME ...
12regTclObj(method)
13regTclObj(proc)
14regTclObj(cmd)
15regTclObj(type)
16regTclObj(file)
17regTclObj(line)
18//regTclObj(main)
19
20regTclObj2(nullObj,"MK_NULL")
21regTclObj2(noneObj,"")
22// mark=MK_NULL
23regTclObj2(MK_NULL_OBJ,MK_NULL_STR)
24regTclObj2(infoScriptCmd,"::tcl::info::script")
25regTclObj2(infoFrameCmd,"::tcl::info::frame")
26regTclObj2(infoLevelCmd,"::tcl::info::level")
27regTclObj2(infoObjectClassCmd,"::oo::InfoObject::class")
28regTclObj2(infoObjectMethodsCmd,"::oo::InfoObject::methods")
29regTclObj2(infoClassSuperclassesCmd,"::oo::InfoClass::superclasses")
30
#define regTclObj2(def, str)
#define regTclObj(str)
#define MK_NULL_STR
the string "MK_NULL" value as MK_NULL_STR …