MkErrorC - define the class … More...
Functions | |
static OT_ProcRet | rbmkkernel_MkErrorC_HandleResolve (OtClass_ARGS) |
Ruby: → C-API Handle-Resolve-Slot - return a MkErrorC from netHdl or nil if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | rbmkkernel_MkErrorC_HandleGet (MkErrorC_ARGS) |
static OT_ProcRet | rbmkkernel_MkErrorC_Next (MkErrorC_ARGS) |
Ruby: → C-API get next instance from linked-list of MkErrorS type | |
static OT_ProcRet | rbmkkernel_MkErrorC_Prev (MkErrorC_ARGS) |
Ruby: → C-API get previous instance from linked-list of MkErrorS type | |
static OT_ProcRet | rbmkkernel_MkErrorC_Instances (OtClass_ARGS) |
Ruby: → C-API get head-instance from linked-list of MkErrorS type … | |
static OT_ProcRet | rbmkkernel_MkErrorC_GetNull (OtClass_ARGS) |
Ruby: → C-API Null-Slot - return a MkErrorC typed NULL instance … | |
MkErrorC - define the class …
|
static |
Ruby:
→ C-API (static) MkErrorC MkErrorC.GetNull()
Null-Slot - return a MkErrorC typed NULL
instance …
Definition at line 253 of file MkErrorC_rb.c.
|
static |
Definition at line 197 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API (static) MkErrorC MkErrorC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkErrorC from netHdl or nil if invalid…
Definition at line 181 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API (static) MkErrorC MkErrorC.Instances()
get head-instance from linked-list of MkErrorS type …
Definition at line 233 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API MkErrorC err.Next()
get next instance from linked-list of MkErrorS type
Definition at line 209 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API MkErrorC err.Prev()
get previous instance from linked-list of MkErrorS type
Definition at line 220 of file MkErrorC_rb.c.