data used to define a factory More...
#include <LibMqMsgque_mq.h>
Data Fields | ||
union { | ||
struct MkObjectS obj | ||
} | super | |
MK_NUM | itemsId | |
entry-id in global "space.itemsP" | ||
bool | isDeleted | |
mark a factory as deleted -> MqFactoryGet will ignore this factory | ||
MK_STRB | originalIdent [MqFactoryS_originalIdent_size+1] | |
the original factory name used at MqFactoryAdd 2'n parameter | ||
bool | factoryCalled | |
was the factory called? | ||
struct MqFactoryCTorS | fct_ctor | |
instance constructor interface | ||
struct MqFactoryDTorS | fct_dtor | |
instance destructor interface | ||
data used to define a factory
Definition at line 3125 of file LibMqMsgque_mq.h.
bool MqFactoryS::factoryCalled |
was the factory called?
Definition at line 3139 of file LibMqMsgque_mq.h.
struct MqFactoryCTorS MqFactoryS::fct_ctor |
instance constructor interface
Definition at line 3140 of file LibMqMsgque_mq.h.
struct MqFactoryDTorS MqFactoryS::fct_dtor |
instance destructor interface
Definition at line 3141 of file LibMqMsgque_mq.h.
bool MqFactoryS::isDeleted |
mark a factory as deleted -> MqFactoryGet will ignore this factory
Definition at line 3136 of file LibMqMsgque_mq.h.
MK_NUM MqFactoryS::itemsId |
entry-id in global "space.itemsP"
Definition at line 3135 of file LibMqMsgque_mq.h.
struct MkObjectS MqFactoryS::obj |
Definition at line 3129 of file LibMqMsgque_mq.h.
MK_STRB MqFactoryS::originalIdent[MqFactoryS_originalIdent_size+1] |
the original factory name used at MqFactoryAdd 2'n parameter
Definition at line 3138 of file LibMqMsgque_mq.h.
union { ... } MqFactoryS::super |