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_rb.h>

+ Collaboration diagram for MkCallS:

Public Types

enum  {
  MkCallS_undef = 0 , MkCallS_own_method = 1 , MkCallS_other_method = 2 , MkCallS_unbound_method = 3 ,
  MkCallS_proc = 4
}
 

Data Fields

VALUE procCallback
 
VALUE procArgs
 
bool procNeedSelf
 
MK_I32 procArity
 
enum MkCallS:: { ... }  procType
 
rbmkkernel_procCallF procCall
 
bool isAlloc
 
MK_MNG hdl
 
MK_RT mkrt
 

Detailed Description

Definition at line 616 of file LibMkKernel_rb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MkCallS_undef 
MkCallS_own_method 
MkCallS_other_method 
MkCallS_unbound_method 
MkCallS_proc 

Definition at line 621 of file LibMkKernel_rb.h.

621 {
622 MkCallS_undef = 0,
626 MkCallS_proc = 4,
627 } procType;
@ MkCallS_unbound_method
@ MkCallS_other_method
enum MkCallS::@1 procType

Field Documentation

◆ hdl

MK_MNG MkCallS::hdl

Definition at line 630 of file LibMkKernel_rb.h.

◆ isAlloc

bool MkCallS::isAlloc

Definition at line 629 of file LibMkKernel_rb.h.

◆ mkrt

MK_RT MkCallS::mkrt

Definition at line 631 of file LibMkKernel_rb.h.

◆ procArgs

VALUE MkCallS::procArgs

Definition at line 618 of file LibMkKernel_rb.h.

◆ procArity

MK_I32 MkCallS::procArity

Definition at line 620 of file LibMkKernel_rb.h.

◆ procCall

rbmkkernel_procCallF MkCallS::procCall

Definition at line 628 of file LibMkKernel_rb.h.

◆ procCallback

VALUE MkCallS::procCallback

Definition at line 617 of file LibMkKernel_rb.h.

◆ procNeedSelf

bool MkCallS::procNeedSelf

Definition at line 619 of file LibMkKernel_rb.h.

◆ []

enum { ... } MkCallS::procType

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