MkBufferC - various functions to get information out of buffer-data … More...
Collaboration diagram for MkBufferC_Info_RB_API:Functions | |
| static OT_ProcRet | rbmkkernel_MkBufferC_GetType1 (MkBufferC_ARGS) |
Ruby: → C-API return the type from a MkBufferC as single character value … | |
| static OT_ProcRet | rbmkkernel_MkBufferC_GetType2 (MkBufferC_ARGS) |
Ruby: → C-API return the MkTypeE from a MkBufferC … | |
| static OT_ProcRet | rbmkkernel_MkBufferC_GetType3 (MkBufferC_ARGS) |
Ruby: → C-API return the type from a MkBufferC as single character string … | |
| static OT_ProcRet | rbmkkernel_MkBufferC_IsLocal (MkBufferC_ARGS) |
Ruby: → C-API Check if the MkBufferC is local (temporary), not local mean global … | |
| MK_DEPRECATED static MK_UNUSED OT_ProcRet | rbmkkernel_MkBufferC_Log (MkBufferC_ARGS) |
| static OT_ProcRet | rbmkkernel_MkBufferC_LogS (MkBufferC_ARGS) |
Ruby: → C-API log the short MkBufferC object data to the MkLogFileC (default: stderr) … | |
MkBufferC - various functions to get information out of buffer-data …
|
static |
Ruby: → C-API string[1] buf.GetType1()
return the type from a MkBufferC as single character value …
Definition at line 533 of file MkBufferC_rb.c.
|
static |
Ruby: → C-API MkTypeE buf.GetType2()
return the MkTypeE from a MkBufferC …
Definition at line 544 of file MkBufferC_rb.c.
|
static |
Ruby: → C-API string buf.GetType3()
return the type from a MkBufferC as single character string …
Definition at line 554 of file MkBufferC_rb.c.
|
static |
Ruby: → C-API bool buf.IsLocal()
Check if the MkBufferC is local (temporary), not local mean global …
Definition at line 564 of file MkBufferC_rb.c.
|
static |
Definition at line 575 of file MkBufferC_rb.c.
|
static |
Ruby: → C-API buf.LogS(?varname:string="buf"?, ?fmtobj:MkObjectC=nil?, ?callfunc:string="MK_NULL"?)
log the short MkBufferC object data to the MkLogFileC (default: stderr) …
Definition at line 578 of file MkBufferC_rb.c.