MkBufferC - various functions to get information out of buffer-data … More...
Functions | |
static OT_ProcRet | tclmkkernel_MkBufferC_GetType1 (MkBufferC_ARGS) |
Tcl: → C-API return the type from a MkBufferC as single character value … | |
static OT_ProcRet | tclmkkernel_MkBufferC_GetType2 (MkBufferC_ARGS) |
Tcl: → C-API return the MkTypeE from a MkBufferC … | |
static OT_ProcRet | tclmkkernel_MkBufferC_GetType3 (MkBufferC_ARGS) |
Tcl: → C-API return the type from a MkBufferC as single character string … | |
static OT_ProcRet | tclmkkernel_MkBufferC_IsLocal (MkBufferC_ARGS) |
Tcl: → C-API Check if the MkBufferC is local (temporary), not local mean global … | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | tclmkkernel_MkBufferC_Log (MkBufferC_ARGS) |
static OT_ProcRet | tclmkkernel_MkBufferC_LogS (MkBufferC_ARGS) |
Tcl: → C-API log the short MkBufferC object data to the MkLogFileC (default: stderr) … | |
MkBufferC - various functions to get information out of buffer-data …
|
static |
Tcl:
→ C-API string[1] [$buf GetType1]
return the type from a MkBufferC as single character value …
Definition at line 603 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API MkTypeE [$buf GetType2]
return the MkTypeE from a MkBufferC …
Definition at line 617 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API string [$buf GetType3]
return the type from a MkBufferC as single character string …
Definition at line 630 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API bool [$buf IsLocal]
Check if the MkBufferC is local (temporary), not local mean global …
Definition at line 643 of file MkBufferC_tcl.c.
|
static |
Definition at line 657 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API $buf LogS ?varname:string="buf"? ?fmtobj:MkObjectC="MK_NULL"? ?callfunc:string="MK_NULL"?
log the short MkBufferC object data to the MkLogFileC (default: stderr) …
Definition at line 660 of file MkBufferC_tcl.c.