theSq3Lite 10.0
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 613 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 618 of file LibMkKernel_rb.h.

618 {
619 MkCallS_undef = 0,
623 MkCallS_proc = 4,
624 } procType;
enum MkCallS::@0 procType
@ MkCallS_unbound_method
@ MkCallS_other_method

Field Documentation

◆ hdl

MK_MNG MkCallS::hdl

Definition at line 627 of file LibMkKernel_rb.h.

◆ isAlloc

bool MkCallS::isAlloc

Definition at line 626 of file LibMkKernel_rb.h.

◆ mkrt

MK_RT MkCallS::mkrt

Definition at line 628 of file LibMkKernel_rb.h.

◆ procArgs

VALUE MkCallS::procArgs

Definition at line 615 of file LibMkKernel_rb.h.

◆ procArity

MK_I32 MkCallS::procArity

Definition at line 617 of file LibMkKernel_rb.h.

◆ procCall

rbmkkernel_procCallF MkCallS::procCall

Definition at line 625 of file LibMkKernel_rb.h.

◆ procCallback

VALUE MkCallS::procCallback

Definition at line 614 of file LibMkKernel_rb.h.

◆ procNeedSelf

bool MkCallS::procNeedSelf

Definition at line 616 of file LibMkKernel_rb.h.

◆ []

enum { ... } MkCallS::procType

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