MkBufferC - various functions to access buffer-data … More...
Functions | |
OT_ProcRet | atlmkkernel_MkBufferC_ToObject (MkBufferC_ARGS) |
Atl: → C-API return the native language object from a MkBufferC … | |
static OT_ProcRet | atlmkkernel_MkBufferC_AppendC (MkBufferC_ARGS) |
Atl: → C-API append a single string to a MkBufferC object … | |
static OT_ProcRet | atlmkkernel_MkBufferC_AppendStringR (MkBufferC_ARGS) |
Atl: → C-API append a single string to a MkBufferC object … | |
static OT_ProcRet | atlmkkernel_MkBufferC_Pop (MkBufferC_ARGS) |
Atl: → C-API delete str from the MkBufferC … | |
static OT_ProcRet | atlmkkernel_MkBufferC_Push (MkBufferC_ARGS) |
Atl: → C-API add str to the MkBufferC … | |
MkBufferC - various functions to access buffer-data …
|
static |
Atl:
→ C-API MkBufferC [MkBufferC::AppendC $buf val:string]
append a single string to a MkBufferC object …
Definition at line 201 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API MkBufferC [MkBufferC::AppendStringR $buf val:string]
append a single string to a MkBufferC object …
Definition at line 217 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API int32 [MkBufferC::Pop $buf val:string]
delete str from the MkBufferC …
Definition at line 235 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API int32 [MkBufferC::Push $buf val:string]
add str to the MkBufferC …
Definition at line 250 of file MkBufferC_atl.c.
OT_ProcRet atlmkkernel_MkBufferC_ToObject | ( | MkBufferC_ARGS | ) |
Atl:
→ C-API obj [MkBufferC::ToObject $buf]
return the native language object from a MkBufferC …