MkBufferC - various functions to get information out of buffer-data … More...
Collaboration diagram for MkBufferC_Info_PY_API:Functions | |
| static OT_ProcRet | pymkkernel_MkBufferC_GetType1 (MkBufferC_ARGS) |
Python: → C-API return the type from a MkBufferC as single character value … | |
| static OT_ProcRet | pymkkernel_MkBufferC_GetType2 (MkBufferC_ARGS) |
Python: → C-API return the MkTypeE from a MkBufferC … | |
| static OT_ProcRet | pymkkernel_MkBufferC_GetType3 (MkBufferC_ARGS) |
Python: → C-API return the type from a MkBufferC as single character string … | |
| static OT_ProcRet | pymkkernel_MkBufferC_IsLocal (MkBufferC_ARGS) |
Python: → C-API Check if the MkBufferC is local (temporary), not local mean global … | |
| MK_DEPRECATED static MK_UNUSED OT_ProcRet | pymkkernel_MkBufferC_Log (MkBufferC_ARGS) |
| static OT_ProcRet | pymkkernel_MkBufferC_LogS (MkBufferC_ARGS) |
Python: → C-API log the short MkBufferC object data to the MkLogFileC (default: stderr) … | |
MkBufferC - various functions to get information out of buffer-data …
|
static |
Python: → C-API string[1] buf.GetType1()
return the type from a MkBufferC as single character value …
Definition at line 590 of file MkBufferC_py.c.
|
static |
Python: → C-API MkTypeE buf.GetType2()
return the MkTypeE from a MkBufferC …
Definition at line 604 of file MkBufferC_py.c.
|
static |
Python: → C-API string buf.GetType3()
return the type from a MkBufferC as single character string …
Definition at line 617 of file MkBufferC_py.c.
|
static |
Python: → C-API bool buf.IsLocal()
Check if the MkBufferC is local (temporary), not local mean global …
Definition at line 630 of file MkBufferC_py.c.
|
static |
Definition at line 644 of file MkBufferC_py.c.
|
static |
Python: → C-API buf.LogS(?varname:string="buf"?, ?fmtobj:MkObjectC=None?, ?callfunc:string="MK_NULL"?)
log the short MkBufferC object data to the MkLogFileC (default: stderr) …
Definition at line 647 of file MkBufferC_py.c.