theKernel 10.0
Loading...
Searching...
No Matches
LibMkKernel_registry_atl.h
Go to the documentation of this file.
1
9#ifdef regTclObj
10regTclObj(MkExceptionC);
11
12// FRAME ...
13regTclObj(method);
14regTclObj(proc);
15regTclObj(cmd);
16regTclObj(type);
17regTclObj(file);
18regTclObj(line);
19
20regTclObj(SuperI);
21
22#endif
23
24#ifdef regTclObj2
25regTclObj2(nullObj,"MK_NULL");
26regTclObj2(null0,"0");
27
28regTclObj2(clsNs2Ref,"::myooX::clsNs2Ref");
29regTclObj2(RecompileN,"::myooX::RecompileN");
30regTclObj2(ClassIsN,"::myooX::ClassIsN");
31
32#endif
33
36#if defined(regTclArray)
37regTclArray(3,ClassDef_super);
38regTclArray(2,info_frame_2);
39regTclArray(3,is_class);
40regTclArray(2,info_exists);
41regTclArray(2,array_exists);
42regTclArray(1,info_script_1);
43regTclArray(2,info_script_2);
44regTclArray(1,info_level_1);
45regTclArray(2,info_level_2);
46regTclArray(3,hdl_is_null_3);
47regTclArray(2,recompile);
49regTclArray(3,MyIsClsN);
50#endif
52
53
#define regTclObj2(t, v)
#define regTclObj(t)
#define regTclArray(m, t)
OT_ProcRet MK MkBufferListC_ToList(MkBufferListC_ARGS)