theLink 10.0
Loading...
Searching...
No Matches
MqFactoryC_Class_ATL_API

MqFactoryC - define the class … More...

+ Collaboration diagram for MqFactoryC_Class_ATL_API:

Functions

static OT_ProcRet atlmqmsgque_MqFactoryC_HandleResolve (OtClass_ARGS)
  Atl: (static) MqFactoryC [MqFactoryC::HandleResolve netHdl:MK_HDL] C-API
Handle-Resolve-Slot - return a MqFactoryC from netHdl or "MK_NULL" if invalid…
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmqmsgque_MqFactoryC_HandleGet (MqFactoryC_ARGS)
 
static OT_ProcRet atlmqmsgque_MqFactoryC_Next (MqFactoryC_ARGS)
  Atl: MqFactoryC [MqFactoryC::Next $fct] C-API
get next instance from linked-list of MqFactoryS type
 
static OT_ProcRet atlmqmsgque_MqFactoryC_Prev (MqFactoryC_ARGS)
  Atl: MqFactoryC [MqFactoryC::Prev $fct] C-API
get previous instance from linked-list of MqFactoryS type
 
static OT_ProcRet atlmqmsgque_MqFactoryC_Instances (OtClass_ARGS)
  Atl: (static) MqFactoryC [MqFactoryC::Instances] C-API
get head-instance from linked-list of MqFactoryS type …
 
static OT_ProcRet atlmqmsgque_MqFactoryC_GetNull (OtClass_ARGS)
  Atl: (static) MqFactoryC [MqFactoryC::GetNull] C-API
Null-Slot - return a MqFactoryC typed NULL instance …
 

Detailed Description

MqFactoryC - define the class …

Method definition

Function Documentation

◆ atlmqmsgque_MqFactoryC_GetNull()

static OT_ProcRet atlmqmsgque_MqFactoryC_GetNull ( OtClass_ARGS )
static

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

Definition at line 468 of file MqFactoryC_atl.c.

468 {
472 MQ_FCT retVal = MqFactoryGetNull ();
473 OT_retObj_SET_FCT(retVal);
474 goto end;
475 error:
477 end:
479}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_retObj_SET_FCT(nat)
#define GetNull_doc
#define OT_SETUP_hdl_static
#define error
Definition high_lng.h:339
static MQ_FCT MqFactoryGetNull(void)
Null-Slot - return a MqFactoryC typed NULL instance …
data used to define a factory

◆ atlmqmsgque_MqFactoryC_HandleGet()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmqmsgque_MqFactoryC_HandleGet ( MqFactoryC_ARGS )
static

Definition at line 403 of file MqFactoryC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atlmqmsgque_MqFactoryC_HandleResolve()

static OT_ProcRet atlmqmsgque_MqFactoryC_HandleResolve ( OtClass_ARGS )
static

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

Definition at line 384 of file MqFactoryC_atl.c.

384 {
387 MK_HDL netHdl = 0;
390 MQ_FCT retVal = MqFactoryHandleResolve (netHdl);
391 OT_retObj_SET_FCT(retVal);
392 goto end;
393 error:
395 end:
397}
#define OT_CHECK_NIH(val)
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define HandleResolve_doc
int32_t MK_HDL
#define MqFactoryHandleResolve(...)

◆ atlmqmsgque_MqFactoryC_Instances()

static OT_ProcRet atlmqmsgque_MqFactoryC_Instances ( OtClass_ARGS )
static

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

Definition at line 445 of file MqFactoryC_atl.c.

445 {
449 MQ_FCT retVal = MqFactoryInstances ();
450 OT_retObj_SET_FCT(retVal);
451 goto end;
452 error:
454 end:
456}
#define Instances_doc
#define MqFactoryInstances()

◆ atlmqmsgque_MqFactoryC_Next()

static OT_ProcRet atlmqmsgque_MqFactoryC_Next ( MqFactoryC_ARGS )
static

Atl: MqFactoryC [MqFactoryC::Next $fct] C-API
get next instance from linked-list of MqFactoryS type

Definition at line 415 of file MqFactoryC_atl.c.

415 {
419 MQ_FCT retVal = MqFactoryNext (hdl);
420 OT_retObj_SET_FCT(retVal);
421 goto end;
422 error:
424 end:
426}
#define OT_SETUP_hdl
#define Next_doc
static MQ_FCT MqFactoryNext(MQ_FCT const fct)
get next instance from linked-list of MqFactoryS type

◆ atlmqmsgque_MqFactoryC_Prev()

static OT_ProcRet atlmqmsgque_MqFactoryC_Prev ( MqFactoryC_ARGS )
static

Atl: MqFactoryC [MqFactoryC::Prev $fct] C-API
get previous instance from linked-list of MqFactoryS type

Definition at line 429 of file MqFactoryC_atl.c.

429 {
433 MQ_FCT retVal = MqFactoryPrev (hdl);
434 OT_retObj_SET_FCT(retVal);
435 goto end;
436 error:
438 end:
440}
#define Prev_doc
static MQ_FCT MqFactoryPrev(MQ_FCT const fct)
get previous instance from linked-list of MqFactoryS type