theConfig 10.0
Loading...
Searching...
No Matches
LcSettingC_Class_ATL_API

LcSettingC - define the class … More...

+ Collaboration diagram for LcSettingC_Class_ATL_API:

Functions

static OT_ProcRet atllcconfig_LcSettingC_HandleResolve (OtClass_ARGS)
  Atl: (static) LcSettingC [LcSettingC::HandleResolve netHdl:MK_HDL] C-API
Handle-Resolve-Slot - return a LcSettingC from netHdl or "MK_NULL" if invalid…
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet atllcconfig_LcSettingC_HandleGet (LcSettingC_ARGS)
 
static OT_ProcRet atllcconfig_LcSettingC_Next (LcSettingC_ARGS)
  Atl: LcSettingC [LcSettingC::Next $cfs] C-API
get next instance from linked-list of LcSettingS type
 
static OT_ProcRet atllcconfig_LcSettingC_Prev (LcSettingC_ARGS)
  Atl: LcSettingC [LcSettingC::Prev $cfs] C-API
get previous instance from linked-list of LcSettingS type
 
static OT_ProcRet atllcconfig_LcSettingC_Instances (OtClass_ARGS)
  Atl: (static) LcSettingC [LcSettingC::Instances] C-API
get head-instance from linked-list of LcSettingS type …
 
static OT_ProcRet atllcconfig_LcSettingC_GetNull (OtClass_ARGS)
  Atl: (static) LcSettingC [LcSettingC::GetNull] C-API
Null-Slot - return a LcSettingC typed NULL instance …
 

Detailed Description

LcSettingC - define the class …

Function Documentation

◆ atllcconfig_LcSettingC_GetNull()

static OT_ProcRet atllcconfig_LcSettingC_GetNull ( OtClass_ARGS )
static

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

Definition at line 268 of file LcSettingC_atl.c.

268 {
272 LC_CFS retVal = LcSettingGetNull ();
273 OT_retObj_SET_CFS(retVal);
274 goto end;
275 error:
277 end:
279}
#define GetNull_doc
#define OT_SETUP_hdl_static
#define OT_retObj_SET_CFS(nat)
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
static LC_CFS LcSettingGetNull(void)
Null-Slot - return a LcSettingC typed NULL instance …
Struct to represent the data from the LcSettingC …

◆ atllcconfig_LcSettingC_HandleGet()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atllcconfig_LcSettingC_HandleGet ( LcSettingC_ARGS )
static

Definition at line 203 of file LcSettingC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atllcconfig_LcSettingC_HandleResolve()

static OT_ProcRet atllcconfig_LcSettingC_HandleResolve ( OtClass_ARGS )
static

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

Definition at line 184 of file LcSettingC_atl.c.

184 {
187 MK_HDL netHdl = 0;
190 LC_CFS retVal = LcSettingHandleResolve (netHdl);
191 OT_retObj_SET_CFS(retVal);
192 goto end;
193 error:
195 end:
197}
#define HandleResolve_doc
#define OT_CHECK_NIH(val)
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define LcSettingHandleResolve(...)
int32_t MK_HDL

◆ atllcconfig_LcSettingC_Instances()

static OT_ProcRet atllcconfig_LcSettingC_Instances ( OtClass_ARGS )
static

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

Definition at line 245 of file LcSettingC_atl.c.

245 {
249 LC_CFS retVal = LcSettingInstances ();
250 OT_retObj_SET_CFS(retVal);
251 goto end;
252 error:
254 end:
256}
#define Instances_doc
#define LcSettingInstances()

◆ atllcconfig_LcSettingC_Next()

static OT_ProcRet atllcconfig_LcSettingC_Next ( LcSettingC_ARGS )
static

Atl: LcSettingC [LcSettingC::Next $cfs] C-API
get next instance from linked-list of LcSettingS type

Definition at line 215 of file LcSettingC_atl.c.

215 {
219 LC_CFS retVal = LcSettingNext (hdl);
220 OT_retObj_SET_CFS(retVal);
221 goto end;
222 error:
224 end:
226}
#define OT_SETUP_hdl
#define Next_doc
static LC_CFS LcSettingNext(LC_CFS const cfs)
get next instance from linked-list of LcSettingS type

◆ atllcconfig_LcSettingC_Prev()

static OT_ProcRet atllcconfig_LcSettingC_Prev ( LcSettingC_ARGS )
static

Atl: LcSettingC [LcSettingC::Prev $cfs] C-API
get previous instance from linked-list of LcSettingS type

Definition at line 229 of file LcSettingC_atl.c.

229 {
233 LC_CFS retVal = LcSettingPrev (hdl);
234 OT_retObj_SET_CFS(retVal);
235 goto end;
236 error:
238 end:
240}
#define Prev_doc
static LC_CFS LcSettingPrev(LC_CFS const cfs)
get previous instance from linked-list of LcSettingS type