MkLogFileC - define the class … More...
Functions | |
static OT_ProcRet | rbmkkernel_MkLogFileC_HandleResolve (OtClass_ARGS) |
Ruby: → C-API Handle-Resolve-Slot - return a MkLogFileC from netHdl or nil if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | rbmkkernel_MkLogFileC_HandleGet (MkLogFileC_ARGS) |
static OT_ProcRet | rbmkkernel_MkLogFileC_Next (MkLogFileC_ARGS) |
Ruby: → C-API get next instance from linked-list of MkLogFileS type | |
static OT_ProcRet | rbmkkernel_MkLogFileC_Prev (MkLogFileC_ARGS) |
Ruby: → C-API get previous instance from linked-list of MkLogFileS type | |
static OT_ProcRet | rbmkkernel_MkLogFileC_Instances (OtClass_ARGS) |
Ruby: → C-API get head-instance from linked-list of MkLogFileS type … | |
static OT_ProcRet | rbmkkernel_MkLogFileC_GetNull (OtClass_ARGS) |
Ruby: → C-API Null-Slot - return a MkLogFileC typed NULL instance … | |
MkLogFileC - define the class …
Method definition
|
static |
Ruby:
→ C-API (static) MkLogFileC MkLogFileC.GetNull()
Null-Slot - return a MkLogFileC typed NULL
instance …
Definition at line 217 of file MkLogFileC_rb.c.
|
static |
Definition at line 161 of file MkLogFileC_rb.c.
|
static |
Ruby:
→ C-API (static) MkLogFileC MkLogFileC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkLogFileC from netHdl or nil if invalid…
Definition at line 145 of file MkLogFileC_rb.c.
|
static |
Ruby:
→ C-API (static) MkLogFileC MkLogFileC.Instances()
get head-instance from linked-list of MkLogFileS type …
Definition at line 197 of file MkLogFileC_rb.c.
|
static |
Ruby:
→ C-API MkLogFileC lfl.Next()
get next instance from linked-list of MkLogFileS type
Definition at line 173 of file MkLogFileC_rb.c.
|
static |
Ruby:
→ C-API MkLogFileC lfl.Prev()
get previous instance from linked-list of MkLogFileS type
Definition at line 184 of file MkLogFileC_rb.c.