theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3BlobC_Class_ATL_API

Sq3BlobC - define the class … More...

+ Collaboration diagram for Sq3BlobC_Class_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3BlobC_HandleResolve (OtClass_ARGS)
  Atl: (static) Sq3BlobC [Sq3BlobC::HandleResolve netHdl:MK_HDL] C-API
Handle-Resolve-Slot - return a Sq3BlobC from netHdl or "MK_NULL" if invalid…
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet atlsq3lite_Sq3BlobC_HandleGet (Sq3BlobC_ARGS)
 
static OT_ProcRet atlsq3lite_Sq3BlobC_Next (Sq3BlobC_ARGS)
  Atl: Sq3BlobC [Sq3BlobC::Next $blob] C-API
get next instance from linked-list of Sq3BlobS type
 
static OT_ProcRet atlsq3lite_Sq3BlobC_Prev (Sq3BlobC_ARGS)
  Atl: Sq3BlobC [Sq3BlobC::Prev $blob] C-API
get previous instance from linked-list of Sq3BlobS type
 
static OT_ProcRet atlsq3lite_Sq3BlobC_Instances (OtClass_ARGS)
  Atl: (static) Sq3BlobC [Sq3BlobC::Instances] C-API
get head-instance from linked-list of Sq3BlobS type …
 
static OT_ProcRet atlsq3lite_Sq3BlobC_GetNull (OtClass_ARGS)
  Atl: (static) Sq3BlobC [Sq3BlobC::GetNull] C-API
Null-Slot - return a Sq3BlobC typed NULL instance …
 

Detailed Description

Sq3BlobC - define the class …

Function Documentation

◆ atlsq3lite_Sq3BlobC_GetNull()

static OT_ProcRet atlsq3lite_Sq3BlobC_GetNull ( OtClass_ARGS )
static

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

Definition at line 226 of file Sq3BlobC_atl.c.

226 {
230 SQ3_BLOB retVal = Sq3BlobGetNull ();
231 OT_retObj_SET_BLOB(retVal);
232 goto end;
233 error:
235 end:
237}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_retObj_SET_BLOB(nat)
#define GetNull_doc
#define OT_SETUP_hdl_static
static SQ3_BLOB Sq3BlobGetNull(void)
Null-Slot - return a Sq3BlobC typed NULL instance …
Struct to represent the data of the Sq3BlobC …

◆ atlsq3lite_Sq3BlobC_HandleGet()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlsq3lite_Sq3BlobC_HandleGet ( Sq3BlobC_ARGS )
static

Definition at line 161 of file Sq3BlobC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atlsq3lite_Sq3BlobC_HandleResolve()

static OT_ProcRet atlsq3lite_Sq3BlobC_HandleResolve ( OtClass_ARGS )
static

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

Definition at line 142 of file Sq3BlobC_atl.c.

142 {
145 MK_HDL netHdl = 0;
148 SQ3_BLOB retVal = Sq3BlobHandleResolve (netHdl);
149 OT_retObj_SET_BLOB(retVal);
150 goto end;
151 error:
153 end:
155}
#define OT_CHECK_NIH(val)
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define HandleResolve_doc
int32_t MK_HDL
#define Sq3BlobHandleResolve(...)

◆ atlsq3lite_Sq3BlobC_Instances()

static OT_ProcRet atlsq3lite_Sq3BlobC_Instances ( OtClass_ARGS )
static

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

Definition at line 203 of file Sq3BlobC_atl.c.

203 {
207 SQ3_BLOB retVal = Sq3BlobInstances ();
208 OT_retObj_SET_BLOB(retVal);
209 goto end;
210 error:
212 end:
214}
#define Instances_doc
#define Sq3BlobInstances()

◆ atlsq3lite_Sq3BlobC_Next()

static OT_ProcRet atlsq3lite_Sq3BlobC_Next ( Sq3BlobC_ARGS )
static

Atl: Sq3BlobC [Sq3BlobC::Next $blob] C-API
get next instance from linked-list of Sq3BlobS type

Definition at line 173 of file Sq3BlobC_atl.c.

173 {
177 SQ3_BLOB retVal = Sq3BlobNext (hdl);
178 OT_retObj_SET_BLOB(retVal);
179 goto end;
180 error:
182 end:
184}
#define OT_SETUP_hdl
#define Next_doc
static SQ3_BLOB Sq3BlobNext(SQ3_BLOB const blob)
get next instance from linked-list of Sq3BlobS type

◆ atlsq3lite_Sq3BlobC_Prev()

static OT_ProcRet atlsq3lite_Sq3BlobC_Prev ( Sq3BlobC_ARGS )
static

Atl: Sq3BlobC [Sq3BlobC::Prev $blob] C-API
get previous instance from linked-list of Sq3BlobS type

Definition at line 187 of file Sq3BlobC_atl.c.

187 {
191 SQ3_BLOB retVal = Sq3BlobPrev (hdl);
192 OT_retObj_SET_BLOB(retVal);
193 goto end;
194 error:
196 end:
198}
#define Prev_doc
static SQ3_BLOB Sq3BlobPrev(SQ3_BLOB const blob)
get previous instance from linked-list of Sq3BlobS type