MkBufferC - various functions to get information out of buffer-data … More...
MkBufferC - various functions to get information out of buffer-data …
|
static |
Atl:
→ C-API string[1] [MkBufferC::GetType1 $buf]
return the type from a MkBufferC as single character value …
Definition at line 582 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API MkTypeE [MkBufferC::GetType2 $buf]
return the MkTypeE from a MkBufferC …
Definition at line 596 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API string [MkBufferC::GetType3 $buf]
return the type from a MkBufferC as single character string …
Definition at line 609 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API bool [MkBufferC::IsLocal $buf]
Check if the MkBufferC is local (temporary), not local mean global …
Definition at line 622 of file MkBufferC_atl.c.
|
static |
Definition at line 636 of file MkBufferC_atl.c.
|
static |
Atl:
→ C-API MkBufferC::LogS $buf ?varname:string="buf"? ?fmtobj:MkObjectC=NULL? ?callfunc:string="MK_NULL"?
log the short MkBufferC object data to the MkLogFileC (default: stderr) …
Definition at line 639 of file MkBufferC_atl.c.