interface for the constructor More...
#include <LibMqMsgque_mq.h>
Public Attributes | |
MqFactoryCTorF | fCall |
create a new object | |
MK_PTR | data |
additional data pointer for the fCall | |
MqFactoryDataFreeF | fFree |
free additional data pointer | |
MqFactoryDataCopyF | fCopy |
copy additional data pointer | |
interface for the constructor
Definition at line 3106 of file LibMqMsgque_mq.h.
MK_PTR MqFactoryCTorS::data |
additional data pointer for the fCall
Definition at line 3108 of file LibMqMsgque_mq.h.
MqFactoryCTorF MqFactoryCTorS::fCall |
create a new object
Definition at line 3107 of file LibMqMsgque_mq.h.
MqFactoryDataCopyF MqFactoryCTorS::fCopy |
copy additional data pointer
Definition at line 3110 of file LibMqMsgque_mq.h.
MqFactoryDataFreeF MqFactoryCTorS::fFree |
free additional data pointer
Definition at line 3109 of file LibMqMsgque_mq.h.