theSq3Lite 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard - theLib - theATL
c - tcl - atl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
MkCallS Struct Reference

#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
 

Detailed Description

Definition at line 508 of file LibMkKernel_tcl.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MkCallS_init 
MkCallS_null 
MkCallS_proc 
MkCallS_static 
MkCallS_own_method 
MkCallS_other_method 
MkCallS_error 

Definition at line 510 of file LibMkKernel_tcl.h.

510 {
511 MkCallS_init = 0,
512 MkCallS_null = 1,
513 MkCallS_proc = 2,
514 MkCallS_static = 3,
517 MkCallS_error = 6,
518 } type;
enum MkCallS::@3 type

Field Documentation

◆ args

OT_OBJ_T MkCallS::args

Definition at line 521 of file LibMkKernel_tcl.h.

◆ hdl

MK_MNG MkCallS::hdl

Definition at line 522 of file LibMkKernel_tcl.h.

◆ interp

OT_ENV_T MkCallS::interp

Definition at line 523 of file LibMkKernel_tcl.h.

◆ isAlloc

bool MkCallS::isAlloc

Definition at line 525 of file LibMkKernel_tcl.h.

◆ mkrt

MK_RT MkCallS::mkrt

Definition at line 524 of file LibMkKernel_tcl.h.

◆ mth

OT_OBJ_T MkCallS::mth

Definition at line 520 of file LibMkKernel_tcl.h.

◆ my

OT_OBJ_T MkCallS::my

Definition at line 519 of file LibMkKernel_tcl.h.

◆ nsO

OT_OBJ_T MkCallS::nsO

Definition at line 526 of file LibMkKernel_tcl.h.

◆ nsPtr

OT_NS_T MkCallS::nsPtr

Definition at line 527 of file LibMkKernel_tcl.h.

◆ signature

MK_SIG MkCallS::signature

Definition at line 509 of file LibMkKernel_tcl.h.

◆ []

enum { ... } MkCallS::type

The documentation for this struct was generated from the following file: