theKernel 10.0
Loading...
Searching...
No Matches
MkBufferListC_Log_ATL_API

MkBufferListC - various functions to 'log' a MkBufferListSMore...

+ Collaboration diagram for MkBufferListC_Log_ATL_API:

Functions

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmkkernel_MkBufferListC_Log (MkBufferListC_ARGS)
 
static OT_ProcRet atlmkkernel_MkBufferListC_LogS (MkBufferListC_ARGS)
  Atl: MkBufferListC::LogS $bfl ?varname:string="bfl"? ?fmtobj:MkObjectC=NULL? ?callfunc:string="MK_NULL"? C-API
write the short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
 
static OT_ProcRet atlmkkernel_MkBufferListC_LogSS (MkBufferListC_ARGS)
  Atl: MkBufferListC::LogSS $bfl ?varname:string="bfl"? ?fmtobj:MkObjectC=NULL? ?callfunc:string="MK_NULL"? C-API
write the very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
 
static OT_ProcRet atlmkkernel_MkBufferListC_LogSSS (MkBufferListC_ARGS)
  Atl: MkBufferListC::LogSSS $bfl ?varname:string="bfl"? ?fmtobj:MkObjectC=NULL? ?callfunc:string="MK_NULL"? C-API
write the very-very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
 

Detailed Description

MkBufferListC - various functions to 'log' a MkBufferListS

Function Documentation

◆ atlmkkernel_MkBufferListC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmkkernel_MkBufferListC_Log ( MkBufferListC_ARGS )
static

Definition at line 935 of file MkBufferListC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atlmkkernel_MkBufferListC_LogS()

static OT_ProcRet atlmkkernel_MkBufferListC_LogS ( MkBufferListC_ARGS )
static

Atl: MkBufferListC::LogS $bfl ?varname:string="bfl"? ?fmtobj:MkObjectC=NULL? ?callfunc:string="MK_NULL"? C-API
write the short-summary of the MkBufferListC to MkLogFileC (default: stderr) …

Definition at line 938 of file MkBufferListC_atl.c.

938 {
941 MK_STRN varname = "bfl";
943 MK_OBJN fmtobj = NULL;
945 MK_STRN callfunc = NULL;
948 if (MkSysStringIsNULL(callfunc)) {callfunc = OT_GET_CALL_PROC;}
949 MkBufferListLogS (hdl, varname, fmtobj, callfunc);
951 goto end;
952 error:
954 end:
957}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_retObj_SET_Error
#define OT_FRAME_CLEANUP
#define OT_retObj_SET_None
#define OT_retObj_RETURN
#define OT_GET_CALL_PROC
#define OT_CHECK_OPTIONAL(val)
#define OT_CHECK_NOARGS
#define OT_CHECK_STRN(val)
#define OT_SETUP_hdl
#define LogS_doc
#define MkBufferListLogS(...)
#define MK_NULL_YES
flag, allow NULL
const MK_STRB * MK_STRN
constant string pointer data-type
static bool MkSysStringIsNULL(MK_STRN str)
test if string is NULL or EMPTY …
#define OT_CHECK_OBJN(val, nullB)
object header …

◆ atlmkkernel_MkBufferListC_LogSS()

static OT_ProcRet atlmkkernel_MkBufferListC_LogSS ( MkBufferListC_ARGS )
static

Atl: MkBufferListC::LogSS $bfl ?varname:string="bfl"? ?fmtobj:MkObjectC=NULL? ?callfunc:string="MK_NULL"? C-API
write the very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) …

Definition at line 960 of file MkBufferListC_atl.c.

960 {
963 MK_STRN varname = "bfl";
965 MK_OBJN fmtobj = NULL;
967 MK_STRN callfunc = NULL;
970 if (MkSysStringIsNULL(callfunc)) {callfunc = OT_GET_CALL_PROC;}
971 MkBufferListLogSS (hdl, varname, fmtobj, callfunc);
973 goto end;
974 error:
976 end:
979}
#define LogSS_doc
#define MkBufferListLogSS(...)

◆ atlmkkernel_MkBufferListC_LogSSS()

static OT_ProcRet atlmkkernel_MkBufferListC_LogSSS ( MkBufferListC_ARGS )
static

Atl: MkBufferListC::LogSSS $bfl ?varname:string="bfl"? ?fmtobj:MkObjectC=NULL? ?callfunc:string="MK_NULL"? C-API
write the very-very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) …

Definition at line 982 of file MkBufferListC_atl.c.

982 {
985 MK_STRN varname = "bfl";
987 MK_OBJN fmtobj = NULL;
989 MK_STRN callfunc = NULL;
992 if (MkSysStringIsNULL(callfunc)) {callfunc = OT_GET_CALL_PROC;}
993 MkBufferListLogSSS (hdl, varname, fmtobj, callfunc);
995 goto end;
996 error:
998 end:
1001}
#define LogSSS_doc
#define MkBufferListLogSSS(...)