MkBufferC - various functions to access buffer-data … More...
Functions | |
OT_ProcRet | tclmkkernel_MkBufferC_ToObject (MkBufferC_ARGS) |
Tcl: → C-API return the native language object from a MkBufferC … | |
static OT_ProcRet | tclmkkernel_MkBufferC_AppendC (MkBufferC_ARGS) |
Tcl: → C-API append a single string to a MkBufferC object … | |
static OT_ProcRet | tclmkkernel_MkBufferC_AppendStringR (MkBufferC_ARGS) |
Tcl: → C-API append a single string to a MkBufferC object … | |
static OT_ProcRet | tclmkkernel_MkBufferC_Pop (MkBufferC_ARGS) |
Tcl: → C-API delete str from the MkBufferC … | |
static OT_ProcRet | tclmkkernel_MkBufferC_Push (MkBufferC_ARGS) |
Tcl: → C-API add str to the MkBufferC … | |
MkBufferC - various functions to access buffer-data …
|
static |
Tcl:
→ C-API MkBufferC [$buf AppendC val:string]
append a single string to a MkBufferC object …
Definition at line 222 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API MkBufferC [$buf AppendStringR val:string]
append a single string to a MkBufferC object …
Definition at line 238 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$buf Pop val:string]
delete str from the MkBufferC …
Definition at line 256 of file MkBufferC_tcl.c.
|
static |
Tcl:
→ C-API int32 [$buf Push val:string]
add str to the MkBufferC …
Definition at line 271 of file MkBufferC_tcl.c.
OT_ProcRet tclmkkernel_MkBufferC_ToObject | ( | MkBufferC_ARGS | ) |
Tcl:
→ C-API obj [$buf ToObject]
return the native language object from a MkBufferC …