theKernel 10.0
Loading...
Searching...
No Matches
MkLogFileC_Class_ATL_API

MkLogFileC - define the class … More...

+ Collaboration diagram for MkLogFileC_Class_ATL_API:

Functions

static OT_ProcRet atlmkkernel_MkLogFileC_HandleResolve (OtClass_ARGS)
  Atl: (static) MkLogFileC [MkLogFileC::HandleResolve netHdl:MK_HDL] C-API
Handle-Resolve-Slot - return a MkLogFileC from netHdl or "MK_NULL" if invalid…
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmkkernel_MkLogFileC_HandleGet (MkLogFileC_ARGS)
 
static OT_ProcRet atlmkkernel_MkLogFileC_Next (MkLogFileC_ARGS)
  Atl: MkLogFileC [MkLogFileC::Next $lfl] C-API
get next instance from linked-list of MkLogFileS type
 
static OT_ProcRet atlmkkernel_MkLogFileC_Prev (MkLogFileC_ARGS)
  Atl: MkLogFileC [MkLogFileC::Prev $lfl] C-API
get previous instance from linked-list of MkLogFileS type
 
static OT_ProcRet atlmkkernel_MkLogFileC_Instances (OtClass_ARGS)
  Atl: (static) MkLogFileC [MkLogFileC::Instances] C-API
get head-instance from linked-list of MkLogFileS type …
 
static OT_ProcRet atlmkkernel_MkLogFileC_GetNull (OtClass_ARGS)
  Atl: (static) MkLogFileC [MkLogFileC::GetNull] C-API
Null-Slot - return a MkLogFileC typed NULL instance …
 

Detailed Description

MkLogFileC - define the class …

Function Documentation

◆ atlmkkernel_MkLogFileC_GetNull()

static OT_ProcRet atlmkkernel_MkLogFileC_GetNull ( OtClass_ARGS )
static

Atl: (static) MkLogFileC [MkLogFileC::GetNull] C-API
Null-Slot - return a MkLogFileC typed NULL instance …

Definition at line 214 of file MkLogFileC_atl.c.

214 {
218 MK_LFL retVal = MkLogFileGetNull ();
219 OT_retObj_SET_LFL(retVal);
220 goto end;
221 error:
223 end:
225}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_LFL(nat)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define GetNull_doc
#define OT_SETUP_hdl_static
static MK_LFL MkLogFileGetNull(void)
Null-Slot - return a MkLogFileC typed NULL instance …
define a MkLogFileC object …

◆ atlmkkernel_MkLogFileC_HandleGet()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmkkernel_MkLogFileC_HandleGet ( MkLogFileC_ARGS )
static

Definition at line 149 of file MkLogFileC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atlmkkernel_MkLogFileC_HandleResolve()

static OT_ProcRet atlmkkernel_MkLogFileC_HandleResolve ( OtClass_ARGS )
static

Atl: (static) MkLogFileC [MkLogFileC::HandleResolve netHdl:MK_HDL] C-API
Handle-Resolve-Slot - return a MkLogFileC from netHdl or "MK_NULL" if invalid…

Definition at line 130 of file MkLogFileC_atl.c.

130 {
133 MK_HDL netHdl = 0;
136 MK_LFL retVal = MkLogFileHandleResolve (netHdl);
137 OT_retObj_SET_LFL(retVal);
138 goto end;
139 error:
141 end:
143}
#define OT_CHECK_NIH(val)
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define HandleResolve_doc
int32_t MK_HDL
4 byte int handle data-type
#define MkLogFileHandleResolve(...)

◆ atlmkkernel_MkLogFileC_Instances()

static OT_ProcRet atlmkkernel_MkLogFileC_Instances ( OtClass_ARGS )
static

Atl: (static) MkLogFileC [MkLogFileC::Instances] C-API
get head-instance from linked-list of MkLogFileS type …

Definition at line 191 of file MkLogFileC_atl.c.

191 {
195 MK_LFL retVal = MkLogFileInstances ();
196 OT_retObj_SET_LFL(retVal);
197 goto end;
198 error:
200 end:
202}
#define Instances_doc
#define MkLogFileInstances()

◆ atlmkkernel_MkLogFileC_Next()

static OT_ProcRet atlmkkernel_MkLogFileC_Next ( MkLogFileC_ARGS )
static

Atl: MkLogFileC [MkLogFileC::Next $lfl] C-API
get next instance from linked-list of MkLogFileS type

Definition at line 161 of file MkLogFileC_atl.c.

161 {
165 MK_LFL retVal = MkLogFileNext (hdl);
166 OT_retObj_SET_LFL(retVal);
167 goto end;
168 error:
170 end:
172}
#define OT_SETUP_hdl
#define Next_doc
static MK_LFL MkLogFileNext(MK_LFL const lfl)
get next instance from linked-list of MkLogFileS type

◆ atlmkkernel_MkLogFileC_Prev()

static OT_ProcRet atlmkkernel_MkLogFileC_Prev ( MkLogFileC_ARGS )
static

Atl: MkLogFileC [MkLogFileC::Prev $lfl] C-API
get previous instance from linked-list of MkLogFileS type

Definition at line 175 of file MkLogFileC_atl.c.

175 {
179 MK_LFL retVal = MkLogFilePrev (hdl);
180 OT_retObj_SET_LFL(retVal);
181 goto end;
182 error:
184 end:
186}
#define Prev_doc
static MK_LFL MkLogFilePrev(MK_LFL const lfl)
get previous instance from linked-list of MkLogFileS type