theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3StmtC_Class_ATL_API

Sq3StmtC - define the class … More...

+ Collaboration diagram for Sq3StmtC_Class_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3StmtC_HandleResolve (OtClass_ARGS)
  Atl: (static) Sq3StmtC [Sq3StmtC::HandleResolve netHdl:MK_HDL] C-API
Handle-Resolve-Slot - return a Sq3StmtC from netHdl or "MK_NULL" if invalid…
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet atlsq3lite_Sq3StmtC_HandleGet (Sq3StmtC_ARGS)
 
static OT_ProcRet atlsq3lite_Sq3StmtC_Next (Sq3StmtC_ARGS)
  Atl: Sq3StmtC [Sq3StmtC::Next $stmt] C-API
get next instance from linked-list of Sq3StmtS type
 
static OT_ProcRet atlsq3lite_Sq3StmtC_Prev (Sq3StmtC_ARGS)
  Atl: Sq3StmtC [Sq3StmtC::Prev $stmt] C-API
get previous instance from linked-list of Sq3StmtS type
 
static OT_ProcRet atlsq3lite_Sq3StmtC_Instances (OtClass_ARGS)
  Atl: (static) Sq3StmtC [Sq3StmtC::Instances] C-API
get head-instance from linked-list of Sq3StmtS type …
 
static OT_ProcRet atlsq3lite_Sq3StmtC_GetNull (OtClass_ARGS)
  Atl: (static) Sq3StmtC [Sq3StmtC::GetNull] C-API
Null-Slot - return a Sq3StmtC typed NULL instance …
 

Detailed Description

Sq3StmtC - define the class …

Function Documentation

◆ atlsq3lite_Sq3StmtC_GetNull()

static OT_ProcRet atlsq3lite_Sq3StmtC_GetNull ( OtClass_ARGS )
static

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

Definition at line 465 of file Sq3StmtC_atl.c.

465 {
469 SQ3_STMT retVal = Sq3StmtGetNull ();
470 OT_retObj_SET_STMT(retVal);
471 goto end;
472 error:
474 end:
476}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_retObj_SET_STMT(nat)
#define GetNull_doc
#define OT_SETUP_hdl_static
static SQ3_STMT Sq3StmtGetNull(void)
Null-Slot - return a Sq3StmtC typed NULL instance …
Struct to represent the data of the Sq3StmtC …

◆ atlsq3lite_Sq3StmtC_HandleGet()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlsq3lite_Sq3StmtC_HandleGet ( Sq3StmtC_ARGS )
static

Definition at line 400 of file Sq3StmtC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atlsq3lite_Sq3StmtC_HandleResolve()

static OT_ProcRet atlsq3lite_Sq3StmtC_HandleResolve ( OtClass_ARGS )
static

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

Definition at line 381 of file Sq3StmtC_atl.c.

381 {
384 MK_HDL netHdl = 0;
387 SQ3_STMT retVal = Sq3StmtHandleResolve (netHdl);
388 OT_retObj_SET_STMT(retVal);
389 goto end;
390 error:
392 end:
394}
#define OT_CHECK_NIH(val)
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define HandleResolve_doc
int32_t MK_HDL
#define Sq3StmtHandleResolve(...)

◆ atlsq3lite_Sq3StmtC_Instances()

static OT_ProcRet atlsq3lite_Sq3StmtC_Instances ( OtClass_ARGS )
static

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

Definition at line 442 of file Sq3StmtC_atl.c.

442 {
446 SQ3_STMT retVal = Sq3StmtInstances ();
447 OT_retObj_SET_STMT(retVal);
448 goto end;
449 error:
451 end:
453}
#define Instances_doc
#define Sq3StmtInstances()

◆ atlsq3lite_Sq3StmtC_Next()

static OT_ProcRet atlsq3lite_Sq3StmtC_Next ( Sq3StmtC_ARGS )
static

Atl: Sq3StmtC [Sq3StmtC::Next $stmt] C-API
get next instance from linked-list of Sq3StmtS type

Definition at line 412 of file Sq3StmtC_atl.c.

412 {
416 SQ3_STMT retVal = Sq3StmtNext (hdl);
417 OT_retObj_SET_STMT(retVal);
418 goto end;
419 error:
421 end:
423}
#define OT_SETUP_hdl
#define Next_doc
static SQ3_STMT Sq3StmtNext(SQ3_STMT const stmt)
get next instance from linked-list of Sq3StmtS type

◆ atlsq3lite_Sq3StmtC_Prev()

static OT_ProcRet atlsq3lite_Sq3StmtC_Prev ( Sq3StmtC_ARGS )
static

Atl: Sq3StmtC [Sq3StmtC::Prev $stmt] C-API
get previous instance from linked-list of Sq3StmtS type

Definition at line 426 of file Sq3StmtC_atl.c.

426 {
430 SQ3_STMT retVal = Sq3StmtPrev (hdl);
431 OT_retObj_SET_STMT(retVal);
432 goto end;
433 error:
435 end:
437}
#define Prev_doc
static SQ3_STMT Sq3StmtPrev(SQ3_STMT const stmt)
get previous instance from linked-list of Sq3StmtS type