interface for the destructor More...
#include <LibMqMsgque_mq.h>
Data Fields | |
MqFactoryDTorF | fCall |
delete the object created with MqFactoryCTorS | |
MK_PTR | data |
additional data pointer for the fCall | |
MqFactoryDataFreeF | fFree |
free additional data pointer | |
MqFactoryDataCopyF | fCopy |
copy additional data pointer | |
interface for the destructor
Definition at line 3157 of file LibMqMsgque_mq.h.
MK_PTR MqFactoryDTorS::data |
additional data pointer for the fCall
Definition at line 3159 of file LibMqMsgque_mq.h.
MqFactoryDTorF MqFactoryDTorS::fCall |
delete the object created with MqFactoryCTorS
Definition at line 3158 of file LibMqMsgque_mq.h.
MqFactoryDataCopyF MqFactoryDTorS::fCopy |
copy additional data pointer
Definition at line 3161 of file LibMqMsgque_mq.h.
MqFactoryDataFreeF MqFactoryDTorS::fFree |
free additional data pointer
Definition at line 3160 of file LibMqMsgque_mq.h.