theLink 10.0
Loading...
Searching...
No Matches
MqContextC_Class_ATL_API

MqContextC - define the class … More...

+ Collaboration diagram for MqContextC_Class_ATL_API:

Functions

static OT_ProcRet atlmqmsgque_MqContextC_HandleResolve (OtClass_ARGS)
  Atl: (static) MqContextC [MqContextC::HandleResolve netHdl:MK_HDL] C-API
Handle-Resolve-Slot - return a MqContextC from netHdl or "MK_NULL" if invalid…
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmqmsgque_MqContextC_HandleGet (MqContextC_ARGS)
 
static OT_ProcRet atlmqmsgque_MqContextC_Next (MqContextC_ARGS)
  Atl: MqContextC [MqContextC::Next $ctx] C-API
get next instance from linked-list of MqContextS type
 
static OT_ProcRet atlmqmsgque_MqContextC_Prev (MqContextC_ARGS)
  Atl: MqContextC [MqContextC::Prev $ctx] C-API
get previous instance from linked-list of MqContextS type
 
static OT_ProcRet atlmqmsgque_MqContextC_Instances (OtClass_ARGS)
  Atl: (static) MqContextC [MqContextC::Instances] C-API
get head-instance from linked-list of MqContextS type …
 
static OT_ProcRet atlmqmsgque_MqContextC_GetNull (OtClass_ARGS)
  Atl: (static) MqContextC [MqContextC::GetNull] C-API
Null-Slot - return a MqContextC typed NULL instance …
 

Detailed Description

MqContextC - define the class …

Function Documentation

◆ atlmqmsgque_MqContextC_GetNull()

static OT_ProcRet atlmqmsgque_MqContextC_GetNull ( OtClass_ARGS )
static

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

Definition at line 551 of file MqContextC_atl.c.

551 {
555 MQ_CTX retVal = MqContextGetNull ();
556 OT_retObj_SET_CTX(retVal);
557 goto end;
558 error:
560 end:
562}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_retObj_SET_CTX(nat)
#define GetNull_doc
#define OT_SETUP_hdl_static
#define error
Definition high_lng.h:339
static MQ_CTX MqContextGetNull(void)
Null-Slot - return a MqContextC typed NULL instance …
PUBLIC data structure for the atlmqmsgque-specific-data

◆ atlmqmsgque_MqContextC_HandleGet()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmqmsgque_MqContextC_HandleGet ( MqContextC_ARGS )
static

Definition at line 486 of file MqContextC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atlmqmsgque_MqContextC_HandleResolve()

static OT_ProcRet atlmqmsgque_MqContextC_HandleResolve ( OtClass_ARGS )
static

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

Definition at line 467 of file MqContextC_atl.c.

467 {
470 MK_HDL netHdl = 0;
473 MQ_CTX retVal = MqContextHandleResolve (netHdl);
474 OT_retObj_SET_CTX(retVal);
475 goto end;
476 error:
478 end:
480}
#define OT_CHECK_NIH(val)
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define HandleResolve_doc
int32_t MK_HDL
#define MqContextHandleResolve(...)

◆ atlmqmsgque_MqContextC_Instances()

static OT_ProcRet atlmqmsgque_MqContextC_Instances ( OtClass_ARGS )
static

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

Definition at line 528 of file MqContextC_atl.c.

528 {
532 MQ_CTX retVal = MqContextInstances ();
533 OT_retObj_SET_CTX(retVal);
534 goto end;
535 error:
537 end:
539}
#define Instances_doc
#define MqContextInstances()

◆ atlmqmsgque_MqContextC_Next()

static OT_ProcRet atlmqmsgque_MqContextC_Next ( MqContextC_ARGS )
static

Atl: MqContextC [MqContextC::Next $ctx] C-API
get next instance from linked-list of MqContextS type

Definition at line 498 of file MqContextC_atl.c.

498 {
502 MQ_CTX retVal = MqContextNext (hdl);
503 OT_retObj_SET_CTX(retVal);
504 goto end;
505 error:
507 end:
509}
#define OT_SETUP_hdl
#define Next_doc
static MQ_CTX MqContextNext(MQ_CTX const ctx)
get next instance from linked-list of MqContextS type

◆ atlmqmsgque_MqContextC_Prev()

static OT_ProcRet atlmqmsgque_MqContextC_Prev ( MqContextC_ARGS )
static

Atl: MqContextC [MqContextC::Prev $ctx] C-API
get previous instance from linked-list of MqContextS type

Definition at line 512 of file MqContextC_atl.c.

512 {
516 MQ_CTX retVal = MqContextPrev (hdl);
517 OT_retObj_SET_CTX(retVal);
518 goto end;
519 error:
521 end:
523}
#define Prev_doc
static MQ_CTX MqContextPrev(MQ_CTX const ctx)
get previous instance from linked-list of MqContextS type