MkBufferC - various functions to access buffer-data … More...
Functions | |
static OT_ProcRet | pymkkernel_MkBufferC_AppendC (MkBufferC_ARGS) |
Python: → C-API append a single string to a MkBufferC object … | |
static OT_ProcRet | pymkkernel_MkBufferC_AppendStringR (MkBufferC_ARGS) |
Python: → C-API append a single string to a MkBufferC object … | |
static OT_ProcRet | pymkkernel_MkBufferC_Pop (MkBufferC_ARGS) |
Python: → C-API delete str from the MkBufferC … | |
static OT_ProcRet | pymkkernel_MkBufferC_Push (MkBufferC_ARGS) |
Python: → C-API add str to the MkBufferC … | |
OT_ProcRet | pymkkernel_MkBufferC_ToObject (MkBufferC_ARGS) |
Python: → C-API return the native language object from a MkBufferC … | |
MkBufferC - various functions to access buffer-data …
|
static |
Python:
→ C-API MkBufferC buf.AppendC(val:string)
append a single string to a MkBufferC object …
Definition at line 209 of file MkBufferC_py.c.
|
static |
Python:
→ C-API MkBufferC buf.AppendStringR(val:string)
append a single string to a MkBufferC object …
Definition at line 225 of file MkBufferC_py.c.
|
static |
Python:
→ C-API int32 buf.Pop(val:string)
delete str from the MkBufferC …
Definition at line 243 of file MkBufferC_py.c.
|
static |
Python:
→ C-API int32 buf.Push(val:string)
add str to the MkBufferC …
Definition at line 258 of file MkBufferC_py.c.
OT_ProcRet pymkkernel_MkBufferC_ToObject | ( | MkBufferC_ARGS | ) |
Python:
→ C-API obj buf.ToObject()
return the native language object from a MkBufferC …
Method definition