MkBufferC - various functions to get information out of buffer-data … More...
Functions | |
MK_STRB | ccmkkernel::MkBufferC::GetType1 () const |
C++: → C-API return the type from a MkBufferC as single character value … | |
MkTypeE | ccmkkernel::MkBufferC::GetType2 () const |
C++: → C-API return the MkTypeE from a MkBufferC … | |
MK_STRN | ccmkkernel::MkBufferC::GetType3 () const |
C++: → C-API return the type from a MkBufferC as single character string … | |
MK_BOOL | ccmkkernel::MkBufferC::IsLocal () const |
C++: → C-API Check if the MkBufferC is local (temporary), not local mean global … | |
void | ccmkkernel::MkBufferC::LogS (MK_STRN varname="buf", const MkObjectC *fmtobj=NULL, MK_STRN callfunc=__builtin_FUNCTION()) const |
C++: → C-API log the short MkBufferC object data to the MkLogFileC (default: stderr) … | |
MkBufferC - various functions to get information out of buffer-data …
|
inline |
C++:
→ C-API MK_STRB buf.GetType1()
return the type from a MkBufferC as single character value …
Definition at line 340 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MkTypeE buf.GetType2()
return the MkTypeE from a MkBufferC …
Definition at line 347 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN buf.GetType3()
return the type from a MkBufferC as single character string …
Definition at line 354 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_BOOL buf.IsLocal()
Check if the MkBufferC is local (temporary), not local mean global …
Definition at line 361 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API buf.LogS(MK_STRN varname = "buf", const MkObjectC* fmtobj = NULL, MK_STRN callfunc = __builtin_FUNCTION())
log the short MkBufferC object data to the MkLogFileC (default: stderr) …
Definition at line 372 of file MkBufferC_inline_cc.hh.