theLink 10.0 NHI1 - theKernel - theLink - theConfig - theSq3Lite - theCompiler - theBrain - theGuard
c - tcl - cs - py - rb - jv - cc
Loading...
Searching...
No Matches
MqCallbackS Struct Reference

used for callback function pointer management More...

#include <LibMqMsgque_mq.h>

+ Collaboration diagram for 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 972 of file LibMqMsgque_mq.h.

Member Data Documentation

◆ data

MK_PTR MqCallbackS::data

additional data for the callback function

Definition at line 974 of file LibMqMsgque_mq.h.

◆ fCall

MqTokenF MqCallbackS::fCall

callback method

Definition at line 973 of file LibMqMsgque_mq.h.

◆ fCopy

MqDataCopyF MqCallbackS::fCopy

copy additional data pointer, used in a MqSetupDup

Definition at line 976 of file LibMqMsgque_mq.h.

◆ fFree

MqDataFreeF MqCallbackS::fFree

free additional data pointer

Definition at line 975 of file LibMqMsgque_mq.h.

◆ fMark

MkMarkF MqCallbackS::fMark

garbage-collector marker for data

Definition at line 977 of file LibMqMsgque_mq.h.


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