MkBufferC - define the class … More...
Functions | |
static OT_ProcRet | rbmkkernel_MkBufferC_HandleResolve (OtClass_ARGS) |
Ruby: → C-API Handle-Resolve-Slot - return a MkBufferC from netHdl or nil if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | rbmkkernel_MkBufferC_HandleGet (MkBufferC_ARGS) |
static OT_ProcRet | rbmkkernel_MkBufferC_Next (MkBufferC_ARGS) |
Ruby: → C-API get next instance from linked-list of MkBufferS type | |
static OT_ProcRet | rbmkkernel_MkBufferC_Prev (MkBufferC_ARGS) |
Ruby: → C-API get previous instance from linked-list of MkBufferS type | |
static OT_ProcRet | rbmkkernel_MkBufferC_Instances (OtClass_ARGS) |
Ruby: → C-API get head-instance from linked-list of MkBufferS type … | |
static OT_ProcRet | rbmkkernel_MkBufferC_GetNull (OtClass_ARGS) |
Ruby: → C-API Null-Slot - return a MkBufferC typed NULL instance … | |
MkBufferC - define the class …
|
static |
Ruby:
→ C-API (static) MkBufferC MkBufferC.GetNull()
Null-Slot - return a MkBufferC typed NULL
instance …
Definition at line 353 of file MkBufferC_rb.c.
|
static |
Definition at line 297 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API (static) MkBufferC MkBufferC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkBufferC from netHdl or nil if invalid…
Definition at line 281 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API (static) MkBufferC MkBufferC.Instances()
get head-instance from linked-list of MkBufferS type …
Definition at line 333 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API MkBufferC buf.Next()
get next instance from linked-list of MkBufferS type
Definition at line 309 of file MkBufferC_rb.c.
|
static |
Ruby:
→ C-API MkBufferC buf.Prev()
get previous instance from linked-list of MkBufferS type
Definition at line 320 of file MkBufferC_rb.c.