theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3FileC_Class_ATL_API

Sq3FileC - define the class … More...

+ Collaboration diagram for Sq3FileC_Class_ATL_API:

Functions

static OT_ProcRet atlsq3lite_Sq3FileC_HandleResolve (OtClass_ARGS)
  Atl: (static) Sq3FileC [Sq3FileC::HandleResolve netHdl:MK_HDL] C-API
Handle-Resolve-Slot - return a Sq3FileC from netHdl or "MK_NULL" if invalid…
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet atlsq3lite_Sq3FileC_HandleGet (Sq3FileC_ARGS)
 
static OT_ProcRet atlsq3lite_Sq3FileC_Next (Sq3FileC_ARGS)
  Atl: Sq3FileC [Sq3FileC::Next $file] C-API
get next instance from linked-list of Sq3FileS type
 
static OT_ProcRet atlsq3lite_Sq3FileC_Prev (Sq3FileC_ARGS)
  Atl: Sq3FileC [Sq3FileC::Prev $file] C-API
get previous instance from linked-list of Sq3FileS type
 
static OT_ProcRet atlsq3lite_Sq3FileC_Instances (OtClass_ARGS)
  Atl: (static) Sq3FileC [Sq3FileC::Instances] C-API
get head-instance from linked-list of Sq3FileS type …
 
static OT_ProcRet atlsq3lite_Sq3FileC_GetNull (OtClass_ARGS)
  Atl: (static) Sq3FileC [Sq3FileC::GetNull] C-API
Null-Slot - return a Sq3FileC typed NULL instance …
 

Detailed Description

Sq3FileC - define the class …

Function Documentation

◆ atlsq3lite_Sq3FileC_GetNull()

static OT_ProcRet atlsq3lite_Sq3FileC_GetNull ( OtClass_ARGS )
static

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

Definition at line 209 of file Sq3FileC_atl.c.

209 {
213 SQ3_FILE retVal = Sq3FileGetNull ();
214 OT_retObj_SET_FILE(retVal);
215 goto end;
216 error:
218 end:
220}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_retObj_SET_FILE(nat)
#define GetNull_doc
#define OT_SETUP_hdl_static
static SQ3_FILE Sq3FileGetNull(void)
Null-Slot - return a Sq3FileC typed NULL instance …
Struct to represent the data of the Sq3FileC …

◆ atlsq3lite_Sq3FileC_HandleGet()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlsq3lite_Sq3FileC_HandleGet ( Sq3FileC_ARGS )
static

Definition at line 144 of file Sq3FileC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atlsq3lite_Sq3FileC_HandleResolve()

static OT_ProcRet atlsq3lite_Sq3FileC_HandleResolve ( OtClass_ARGS )
static

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

Definition at line 125 of file Sq3FileC_atl.c.

125 {
128 MK_HDL netHdl = 0;
131 SQ3_FILE retVal = Sq3FileHandleResolve (netHdl);
132 OT_retObj_SET_FILE(retVal);
133 goto end;
134 error:
136 end:
138}
#define OT_CHECK_NIH(val)
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define HandleResolve_doc
int32_t MK_HDL
#define Sq3FileHandleResolve(...)

◆ atlsq3lite_Sq3FileC_Instances()

static OT_ProcRet atlsq3lite_Sq3FileC_Instances ( OtClass_ARGS )
static

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

Definition at line 186 of file Sq3FileC_atl.c.

186 {
190 SQ3_FILE retVal = Sq3FileInstances ();
191 OT_retObj_SET_FILE(retVal);
192 goto end;
193 error:
195 end:
197}
#define Instances_doc
#define Sq3FileInstances()

◆ atlsq3lite_Sq3FileC_Next()

static OT_ProcRet atlsq3lite_Sq3FileC_Next ( Sq3FileC_ARGS )
static

Atl: Sq3FileC [Sq3FileC::Next $file] C-API
get next instance from linked-list of Sq3FileS type

Definition at line 156 of file Sq3FileC_atl.c.

156 {
160 SQ3_FILE retVal = Sq3FileNext (hdl);
161 OT_retObj_SET_FILE(retVal);
162 goto end;
163 error:
165 end:
167}
#define OT_SETUP_hdl
#define Next_doc
static SQ3_FILE Sq3FileNext(SQ3_FILE const file)
get next instance from linked-list of Sq3FileS type

◆ atlsq3lite_Sq3FileC_Prev()

static OT_ProcRet atlsq3lite_Sq3FileC_Prev ( Sq3FileC_ARGS )
static

Atl: Sq3FileC [Sq3FileC::Prev $file] C-API
get previous instance from linked-list of Sq3FileS type

Definition at line 170 of file Sq3FileC_atl.c.

170 {
174 SQ3_FILE retVal = Sq3FilePrev (hdl);
175 OT_retObj_SET_FILE(retVal);
176 goto end;
177 error:
179 end:
181}
#define Prev_doc
static SQ3_FILE Sq3FilePrev(SQ3_FILE const file)
get previous instance from linked-list of Sq3FileS type