|
theKernel 10.0
|
#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 |
Definition at line 613 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 618 of file LibMkKernel_rb.h.
| MK_MNG MkCallS::hdl |
Definition at line 627 of file LibMkKernel_rb.h.
| bool MkCallS::isAlloc |
Definition at line 626 of file LibMkKernel_rb.h.
| MK_RT MkCallS::mkrt |
Definition at line 628 of file LibMkKernel_rb.h.
| VALUE MkCallS::procArgs |
Definition at line 615 of file LibMkKernel_rb.h.
| MK_I32 MkCallS::procArity |
Definition at line 617 of file LibMkKernel_rb.h.
| rbmkkernel_procCallF MkCallS::procCall |
Definition at line 625 of file LibMkKernel_rb.h.
| VALUE MkCallS::procCallback |
Definition at line 614 of file LibMkKernel_rb.h.
| bool MkCallS::procNeedSelf |
Definition at line 616 of file LibMkKernel_rb.h.
| enum { ... } MkCallS::procType |