theLink 10.0
Loading...
Searching...
No Matches
MqDumpC_Class_ATL_API

MqDumpC - define the class … More...

+ Collaboration diagram for MqDumpC_Class_ATL_API:

Functions

static OT_ProcRet atlmqmsgque_MqDumpC_HandleResolve (OtClass_ARGS)
  Atl: (static) MqDumpC [MqDumpC::HandleResolve netHdl:MK_HDL] C-API
Handle-Resolve-Slot - return a MqDumpC from netHdl or "MK_NULL" if invalid…
 
MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmqmsgque_MqDumpC_HandleGet (MqDumpC_ARGS)
 
static OT_ProcRet atlmqmsgque_MqDumpC_Next (MqDumpC_ARGS)
  Atl: MqDumpC [MqDumpC::Next $dmp] C-API
get next instance from linked-list of MqDumpS type
 
static OT_ProcRet atlmqmsgque_MqDumpC_Prev (MqDumpC_ARGS)
  Atl: MqDumpC [MqDumpC::Prev $dmp] C-API
get previous instance from linked-list of MqDumpS type
 
static OT_ProcRet atlmqmsgque_MqDumpC_Instances (OtClass_ARGS)
  Atl: (static) MqDumpC [MqDumpC::Instances] C-API
get head-instance from linked-list of MqDumpS type …
 
static OT_ProcRet atlmqmsgque_MqDumpC_GetNull (OtClass_ARGS)
  Atl: (static) MqDumpC [MqDumpC::GetNull] C-API
Null-Slot - return a MqDumpC typed NULL instance …
 

Detailed Description

MqDumpC - define the class …

Function Documentation

◆ atlmqmsgque_MqDumpC_GetNull()

static OT_ProcRet atlmqmsgque_MqDumpC_GetNull ( OtClass_ARGS )
static

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

Definition at line 219 of file MqDumpC_atl.c.

219 {
223 MQ_DMP retVal = MqDumpGetNull ();
224 OT_retObj_SET_DMP(retVal);
225 goto end;
226 error:
228 end:
230}
#define OT_SETUP_NOARG(d)
#define OT_retObj_SET_Error
#define OT_retObj_RETURN
#define OT_CHECK_NOARGS
#define OT_retObj_SET_DMP(nat)
#define GetNull_doc
#define OT_SETUP_hdl_static
Definition MqDumpC_atl.c:52
#define error
Definition high_lng.h:339
static MQ_DMP MqDumpGetNull(void)
Null-Slot - return a MqDumpC typed NULL instance …
MqDumpC - the class known as dmp or dump is used to export a atlmqmsgque data package as binary …

◆ atlmqmsgque_MqDumpC_HandleGet()

MK_DEPRECATED static MK_UNUSED OT_ProcRet atlmqmsgque_MqDumpC_HandleGet ( MqDumpC_ARGS )
static

Definition at line 154 of file MqDumpC_atl.c.

#define OT_ERROR_LNG_RETURN

◆ atlmqmsgque_MqDumpC_HandleResolve()

static OT_ProcRet atlmqmsgque_MqDumpC_HandleResolve ( OtClass_ARGS )
static

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

Definition at line 135 of file MqDumpC_atl.c.

135 {
138 MK_HDL netHdl = 0;
141 MQ_DMP retVal = MqDumpHandleResolve (netHdl);
142 OT_retObj_SET_DMP(retVal);
143 goto end;
144 error:
146 end:
148}
#define OT_CHECK_NIH(val)
#define OT_SETUP_ONEARG(d)
#define OT_CHECK_REQUIRED(val)
#define HandleResolve_doc
int32_t MK_HDL
#define MqDumpHandleResolve(...)

◆ atlmqmsgque_MqDumpC_Instances()

static OT_ProcRet atlmqmsgque_MqDumpC_Instances ( OtClass_ARGS )
static

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

Definition at line 196 of file MqDumpC_atl.c.

196 {
200 MQ_DMP retVal = MqDumpInstances ();
201 OT_retObj_SET_DMP(retVal);
202 goto end;
203 error:
205 end:
207}
#define Instances_doc
#define MqDumpInstances()

◆ atlmqmsgque_MqDumpC_Next()

static OT_ProcRet atlmqmsgque_MqDumpC_Next ( MqDumpC_ARGS )
static

Atl: MqDumpC [MqDumpC::Next $dmp] C-API
get next instance from linked-list of MqDumpS type

Definition at line 166 of file MqDumpC_atl.c.

166 {
170 MQ_DMP retVal = MqDumpNext (hdl);
171 OT_retObj_SET_DMP(retVal);
172 goto end;
173 error:
175 end:
177}
#define OT_SETUP_hdl
Definition MqDumpC_atl.c:47
#define Next_doc
static MQ_DMP MqDumpNext(MQ_DMP const dmp)
get next instance from linked-list of MqDumpS type

◆ atlmqmsgque_MqDumpC_Prev()

static OT_ProcRet atlmqmsgque_MqDumpC_Prev ( MqDumpC_ARGS )
static

Atl: MqDumpC [MqDumpC::Prev $dmp] C-API
get previous instance from linked-list of MqDumpS type

Definition at line 180 of file MqDumpC_atl.c.

180 {
184 MQ_DMP retVal = MqDumpPrev (hdl);
185 OT_retObj_SET_DMP(retVal);
186 goto end;
187 error:
189 end:
191}
#define Prev_doc
static MQ_DMP MqDumpPrev(MQ_DMP const dmp)
get previous instance from linked-list of MqDumpS type