theKernel 10.0
Loading...
Searching...
No Matches
MkBufferListC_Log_RB_API

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

+ Collaboration diagram for MkBufferListC_Log_RB_API:

Functions

MK_DEPRECATED static MK_UNUSED OT_ProcRet rbmkkernel_MkBufferListC_Log (MkBufferListC_ARGS)
 
static OT_ProcRet rbmkkernel_MkBufferListC_LogS (MkBufferListC_ARGS)
  Ruby: bfl.LogS(?varname:string="bfl"?, ?fmtobj:MkObjectC=nil?, ?callfunc:string="MK_NULL"?) C-API
write the short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
 
static OT_ProcRet rbmkkernel_MkBufferListC_LogSS (MkBufferListC_ARGS)
  Ruby: bfl.LogSS(?varname:string="bfl"?, ?fmtobj:MkObjectC=nil?, ?callfunc:string="MK_NULL"?) C-API
write the very-short-summary of the MkBufferListC to MkLogFileC (default: stderr) …
 
static OT_ProcRet rbmkkernel_MkBufferListC_LogSSS (MkBufferListC_ARGS)
  Ruby: bfl.LogSSS(?varname:string="bfl"?, ?fmtobj:MkObjectC=nil?, ?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

◆ rbmkkernel_MkBufferListC_Log()

MK_DEPRECATED static MK_UNUSED OT_ProcRet rbmkkernel_MkBufferListC_Log ( MkBufferListC_ARGS )
static

Definition at line 827 of file MkBufferListC_rb.c.

#define OT_ERROR_LNG_RETURN

◆ rbmkkernel_MkBufferListC_LogS()

static OT_ProcRet rbmkkernel_MkBufferListC_LogS ( MkBufferListC_ARGS )
static

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

Definition at line 830 of file MkBufferListC_rb.c.

830 {
833 MK_STRN varname = "bfl";
835 MK_OBJN fmtobj = NULL;
837 MK_STRN callfunc = NULL;
840 if (MkSysStringIsNULL(callfunc)) {callfunc = OT_GET_CALL_PROC;}
841 MkBufferListLogS (hdl, varname, fmtobj, callfunc);
843 end: MK_UNUSED /* LONG JUMP on error */
846}
#define OT_SETUP_VARARGS(min, max, d)
#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
#define MK_UNUSED
mark unnused variables and functions
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 …

◆ rbmkkernel_MkBufferListC_LogSS()

static OT_ProcRet rbmkkernel_MkBufferListC_LogSS ( MkBufferListC_ARGS )
static

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

Definition at line 849 of file MkBufferListC_rb.c.

849 {
852 MK_STRN varname = "bfl";
854 MK_OBJN fmtobj = NULL;
856 MK_STRN callfunc = NULL;
859 if (MkSysStringIsNULL(callfunc)) {callfunc = OT_GET_CALL_PROC;}
860 MkBufferListLogSS (hdl, varname, fmtobj, callfunc);
862 end: MK_UNUSED /* LONG JUMP on error */
865}
#define LogSS_doc
#define MkBufferListLogSS(...)

◆ rbmkkernel_MkBufferListC_LogSSS()

static OT_ProcRet rbmkkernel_MkBufferListC_LogSSS ( MkBufferListC_ARGS )
static

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

Definition at line 868 of file MkBufferListC_rb.c.

868 {
871 MK_STRN varname = "bfl";
873 MK_OBJN fmtobj = NULL;
875 MK_STRN callfunc = NULL;
878 if (MkSysStringIsNULL(callfunc)) {callfunc = OT_GET_CALL_PROC;}
879 MkBufferListLogSSS (hdl, varname, fmtobj, callfunc);
881 end: MK_UNUSED /* LONG JUMP on error */
884}
#define LogSSS_doc
#define MkBufferListLogSSS(...)