theKernel 10.0
Loading...
Searching...
No Matches
MkBufferListC_Log_PY_API

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

+ Collaboration diagram for MkBufferListC_Log_PY_API:

Functions

MK_DEPRECATED static MK_UNUSED OT_ProcRet pymkkernel_MkBufferListC_Log (MkBufferListC_ARGS)
 
static OT_ProcRet pymkkernel_MkBufferListC_LogS (MkBufferListC_ARGS)
  Python: bfl.LogS(?varname:string="bfl"?, ?fmtobj:MkObjectC=None?, ?callfunc:string="MK_NULL"?) C-API
write the short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
 
static OT_ProcRet pymkkernel_MkBufferListC_LogSS (MkBufferListC_ARGS)
  Python: bfl.LogSS(?varname:string="bfl"?, ?fmtobj:MkObjectC=None?, ?callfunc:string="MK_NULL"?) C-API
write the very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
 
static OT_ProcRet pymkkernel_MkBufferListC_LogSSS (MkBufferListC_ARGS)
  Python: bfl.LogSSS(?varname:string="bfl"?, ?fmtobj:MkObjectC=None?, ?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

◆ pymkkernel_MkBufferListC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet pymkkernel_MkBufferListC_Log ( MkBufferListC_ARGS )
static

Definition at line 934 of file MkBufferListC_py.c.

#define OT_ERROR_LNG_RETURN

◆ pymkkernel_MkBufferListC_LogS()

static OT_ProcRet pymkkernel_MkBufferListC_LogS ( MkBufferListC_ARGS )
static

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

Definition at line 937 of file MkBufferListC_py.c.

937 {
940 MK_STRN varname = "bfl";
942 MK_OBJN fmtobj = NULL;
944 MK_STRN callfunc = NULL;
947 if (MkSysStringIsNULL(callfunc)) {callfunc = OT_GET_CALL_PROC;}
948 MkBufferListLogS (hdl, varname, fmtobj, callfunc);
950 goto end;
951 error:
953 end:
956}
#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 …

◆ pymkkernel_MkBufferListC_LogSS()

static OT_ProcRet pymkkernel_MkBufferListC_LogSS ( MkBufferListC_ARGS )
static

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

Definition at line 959 of file MkBufferListC_py.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 MkBufferListLogSS (hdl, varname, fmtobj, callfunc);
972 goto end;
973 error:
975 end:
978}
#define LogSS_doc
#define MkBufferListLogSS(...)

◆ pymkkernel_MkBufferListC_LogSSS()

static OT_ProcRet pymkkernel_MkBufferListC_LogSSS ( MkBufferListC_ARGS )
static

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

Definition at line 981 of file MkBufferListC_py.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 MkBufferListLogSSS (hdl, varname, fmtobj, callfunc);
994 goto end;
995 error:
997 end:
1000}
#define LogSSS_doc
#define MkBufferListLogSSS(...)