theLink 10.0
Loading...
Searching...
No Matches
libmqmsgque::MqCallbackS Struct Reference

used for callback function pointer management More...

#include <LibMqMsgque_mq.h>

+ Collaboration diagram for libmqmsgque::MqCallbackS:

Public Attributes

MqTokenF fCall
 callback method
 
MK_PTR data
 additional data for the callback function
 
MqDataFreeF fFree
 free additional data pointer
 
MqDataCopyF fCopy
 copy additional data pointer, used in a MqSetupDup
 
MkMarkF fMark
 garbage-collector marker for data
 

Detailed Description

used for callback function pointer management

Definition at line 981 of file LibMqMsgque_mq.h.

Member Data Documentation

◆ data

MK_PTR libmqmsgque::MqCallbackS::data

additional data for the callback function

Definition at line 983 of file LibMqMsgque_mq.h.

◆ fCall

MqTokenF libmqmsgque::MqCallbackS::fCall

callback method

Definition at line 982 of file LibMqMsgque_mq.h.

◆ fCopy

MqDataCopyF libmqmsgque::MqCallbackS::fCopy

copy additional data pointer, used in a MqSetupDup

Definition at line 985 of file LibMqMsgque_mq.h.

◆ fFree

MqDataFreeF libmqmsgque::MqCallbackS::fFree

free additional data pointer

Definition at line 984 of file LibMqMsgque_mq.h.

◆ fMark

MkMarkF libmqmsgque::MqCallbackS::fMark

garbage-collector marker for data

Definition at line 986 of file LibMqMsgque_mq.h.


The documentation for this struct was generated from the following file: