theKernel 10.0
Loading...
Searching...
No Matches
MkBufferListC_Log_TCL_API

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

+ Collaboration diagram for MkBufferListC_Log_TCL_API:

Functions

MK_DEPRECATED static MK_UNUSED OT_ProcRet tclmkkernel_MkBufferListC_Log (MkBufferListC_ARGS)
 
static OT_ProcRet tclmkkernel_MkBufferListC_LogS (MkBufferListC_ARGS)
  Tcl: $bfl LogS ?varname:string="bfl"? ?fmtobj:MkObjectC="MK_NULL"? ?callfunc:string="MK_NULL"? C-API
write the short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
 
static OT_ProcRet tclmkkernel_MkBufferListC_LogSS (MkBufferListC_ARGS)
  Tcl: $bfl LogSS ?varname:string="bfl"? ?fmtobj:MkObjectC="MK_NULL"? ?callfunc:string="MK_NULL"? C-API
write the very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
 
static OT_ProcRet tclmkkernel_MkBufferListC_LogSSS (MkBufferListC_ARGS)
  Tcl: $bfl LogSSS ?varname:string="bfl"? ?fmtobj:MkObjectC="MK_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

◆ tclmkkernel_MkBufferListC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet tclmkkernel_MkBufferListC_Log ( MkBufferListC_ARGS )
static

Definition at line 956 of file MkBufferListC_tcl.c.

#define OT_ERROR_LNG_RETURN

◆ tclmkkernel_MkBufferListC_LogS()

static OT_ProcRet tclmkkernel_MkBufferListC_LogS ( MkBufferListC_ARGS )
static

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

Definition at line 959 of file MkBufferListC_tcl.c.

959 {
962 MK_STRN varname = "bfl";
964 MK_OBJN fmtobj = NULL;
966 MK_STRN callfunc = NULL;
969 if (MkSysStringIsNULL(callfunc)) {callfunc = OT_GET_CALL_PROC;}
970 MkBufferListLogS (hdl, varname, fmtobj, callfunc);
972 goto end;
973 error:
975 end:
978}
#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 …

◆ tclmkkernel_MkBufferListC_LogSS()

static OT_ProcRet tclmkkernel_MkBufferListC_LogSS ( MkBufferListC_ARGS )
static

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

Definition at line 981 of file MkBufferListC_tcl.c.

981 {
984 MK_STRN varname = "bfl";
986 MK_OBJN fmtobj = NULL;
988 MK_STRN callfunc = NULL;
991 if (MkSysStringIsNULL(callfunc)) {callfunc = OT_GET_CALL_PROC;}
992 MkBufferListLogSS (hdl, varname, fmtobj, callfunc);
994 goto end;
995 error:
997 end:
1000}
#define LogSS_doc
#define MkBufferListLogSS(...)

◆ tclmkkernel_MkBufferListC_LogSSS()

static OT_ProcRet tclmkkernel_MkBufferListC_LogSSS ( MkBufferListC_ARGS )
static

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

Definition at line 1003 of file MkBufferListC_tcl.c.

1003 {
1006 MK_STRN varname = "bfl";
1008 MK_OBJN fmtobj = NULL;
1010 MK_STRN callfunc = NULL;
1013 if (MkSysStringIsNULL(callfunc)) {callfunc = OT_GET_CALL_PROC;}
1014 MkBufferListLogSSS (hdl, varname, fmtobj, callfunc);
1016 goto end;
1017 error:
1019 end:
1022}
#define LogSSS_doc
#define MkBufferListLogSSS(...)