theLink 10.0
Loading...
Searching...
No Matches
MqContextC_TOR_ATL_API

MqContextC - various functions to create, initialize and destroy a contextMore...

+ Collaboration diagram for MqContextC_TOR_ATL_API:

Functions

static OT_ProcRet atlmqmsgque_MqContextC_CTOR (CONSTR_ARGS)
  Atl: (constructor,static) MqContextC [MqContextC::CTOR ?tmpl:MqContextC=NULL?] C-API
create and initialize the MqContextC ...
 
static OT_ProcRet atlmqmsgque_MqContextC_Create (OtClass_ARGS)
  Atl: (constructor,static) MqContextC [MqContextC::Create ?tmpl:MqContextC=NULL?] C-API
create and initialize the MqContextC ...
 

Detailed Description

MqContextC - various functions to create, initialize and destroy a context

Function Documentation

◆ atlmqmsgque_MqContextC_Create()

static OT_ProcRet atlmqmsgque_MqContextC_Create ( OtClass_ARGS )
static

Atl: (constructor,static) MqContextC [MqContextC::Create ?tmpl:MqContextC=NULL?] C-API
create and initialize the MqContextC ...

Definition at line 3598 of file MqContextC_atl.c.

3598 {
3601 MQ_CTX tmpl = NULL;
3604 MQ_CTX retVal = MqContextCreate (MqContextCTT, tmpl);
3605 if (retVal == NULL) {
3606 OT_ERROR_CONSTRUCTOR(MqContextC);
3607 goto error;
3608 }
3609 OT_CONSTRUCTOR_POST(retVal)
3610 OT_retObj_SET_CTX(retVal);
3611 goto end;
3612 error:
3614 end:
3616}
#define OT_SETUP_VARARGS(min, max, d)
#define OT_retObj_SET_Error
#define OT_ERROR_CONSTRUCTOR(class)
#define OT_retObj_RETURN
#define OT_CHECK_OPTIONAL(val)
#define OT_CHECK_NOARGS
#define MqContextCTT
#define OT_retObj_SET_CTX(nat)
#define OT_SETUP_hdl_static_constr
#define OT_CONSTRUCTOR_POST(x)
#define Create_doc
#define error
Definition high_lng.h:339
#define MK_NULL_YES
#define MqContextCreate(...)
#define OT_CHECK_CTX(val, nullB)
PUBLIC data structure for the atlmqmsgque-specific-data

◆ atlmqmsgque_MqContextC_CTOR()

static OT_ProcRet atlmqmsgque_MqContextC_CTOR ( CONSTR_ARGS )
static

Atl: (constructor,static) MqContextC [MqContextC::CTOR ?tmpl:MqContextC=NULL?] C-API
create and initialize the MqContextC ...

Definition at line 3578 of file MqContextC_atl.c.

3578 {
3581 MQ_CTX tmpl = NULL;
3583 MQ_CTX retVal = MqContextCreate (MqContextCTT, tmpl);
3584 if (retVal == NULL) {
3585 OT_ERROR_CONSTRUCTOR(MqContextC);
3586 goto error;
3587 }
3588 OT_CONSTRUCTOR_POST(retVal)
3589 OT_retObj_CONSTR(retVal);
3590 goto end;
3591 error:
3593 end:
3595}
#define OT_SETUP_CONSTRUCTOR_ARGS(...)
#define OT_SETUP_hdl_constr
#define OT_retObj_CONSTR(x)
#define CTOR_doc