#include <LibMkKernel_rb.h>
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 |
Definition at line 616 of file LibMkKernel_rb.h.
anonymous enum |
Enumerator | ||
---|---|---|
MkCallS_undef | 0 | |
MkCallS_own_method | 1 | |
MkCallS_other_method | 2 | |
MkCallS_unbound_method | 3 | |
MkCallS_proc | 4 |
Definition at line 621 of file LibMkKernel_rb.h.
MK_MNG MkCallS::hdl |
Definition at line 630 of file LibMkKernel_rb.h.
bool MkCallS::isAlloc |
Definition at line 629 of file LibMkKernel_rb.h.
MK_RT MkCallS::mkrt |
Definition at line 631 of file LibMkKernel_rb.h.
VALUE MkCallS::procArgs |
Definition at line 618 of file LibMkKernel_rb.h.
MK_I32 MkCallS::procArity |
Definition at line 620 of file LibMkKernel_rb.h.
rbmkkernel_procCallF MkCallS::procCall |
Definition at line 628 of file LibMkKernel_rb.h.
VALUE MkCallS::procCallback |
Definition at line 617 of file LibMkKernel_rb.h.
bool MkCallS::procNeedSelf |
Definition at line 619 of file LibMkKernel_rb.h.
enum { ... } MkCallS::procType |