theKernel 10.0
Loading...
Searching...
No Matches
MkLogFileC_TOR_ATL_API

MkLogFileC - various functions to 'create and delete' a MkLogFileSMore...

+ Collaboration diagram for MkLogFileC_TOR_ATL_API:

Functions

static OT_ProcRet atlmkkernel_MkLogFileC_CTOR (CONSTR_ARGS)
  Atl: (constructor,static) MkLogFileC [MkLogFileC::CTOR fmtobj:MkObjectC file:string] C-API
open the log-file in append mode …
 
static OT_ProcRet atlmkkernel_MkLogFileC_Open (OtClass_ARGS)
  Atl: (constructor,static) MkLogFileC [MkLogFileC::Open fmtobj:MkObjectC file:string] C-API
open the log-file in append mode …
 

Detailed Description

MkLogFileC - various functions to 'create and delete' a MkLogFileS

Function Documentation

◆ atlmkkernel_MkLogFileC_CTOR()

static OT_ProcRet atlmkkernel_MkLogFileC_CTOR ( CONSTR_ARGS )
static

Atl: (constructor,static) MkLogFileC [MkLogFileC::CTOR fmtobj:MkObjectC file:string] C-API
open the log-file in append mode …

Definition at line 237 of file MkLogFileC_atl.c.

237 {
240 MK_OBJN fmtobj = NULL;
242 MK_STRN file = 0;
244 MK_LFL lfh_out;
245 MkErrorC_Check(fmtobj,MkLogFileOpen (fmtobj, file, &lfh_out));
246 OT_CONSTRUCTOR_POST(lfh_out)
247 OT_retObj_CONSTR(lfh_out);
248 goto end;
249 error:
251 end:
253}
#define OT_retObj_SET_Error
#define OT_CONSTRUCTOR_POST(x)
#define OT_CHECK_REQUIRED(val)
#define OT_SETUP_CONSTRUCTOR_ARGS(...)
#define OT_retObj_RETURN
#define OT_CHECK_OPTIONAL(val)
#define MkErrorC_Check(mng, PROC)
#define OT_CHECK_STRN(val)
#define OT_SETUP_hdl_constr
#define OT_retObj_CONSTR(x)
#define CTOR_doc
#define MK_NULL_YES
flag, allow NULL
const MK_STRB * MK_STRN
constant string pointer data-type
#define MkLogFileOpen(...)
#define OT_CHECK_OBJN(val, nullB)
define a MkLogFileC object …
object header …

◆ atlmkkernel_MkLogFileC_Open()

static OT_ProcRet atlmkkernel_MkLogFileC_Open ( OtClass_ARGS )
static

Atl: (constructor,static) MkLogFileC [MkLogFileC::Open fmtobj:MkObjectC file:string] C-API
open the log-file in append mode …

Definition at line 256 of file MkLogFileC_atl.c.

256 {
259 MK_OBJN fmtobj = NULL;
261 MK_STRN file = 0;
264 MK_LFL lfh_out;
265 MkErrorC_Check(fmtobj,MkLogFileOpen (fmtobj, file, &lfh_out));
266 OT_CONSTRUCTOR_POST(lfh_out)
267 OT_retObj_SET_LFL(lfh_out);
268 goto end;
269 error:
271 end:
273}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_retObj_SET_LFL(nat)
#define OT_CHECK_NOARGS
#define OT_SETUP_hdl_static_constr
#define Open_doc