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_STRN | originalIdent | |
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 3075 of file LibMqMsgque_mq.h.
bool MqFactoryS::factoryCalled |
was the factory called?
Definition at line 3088 of file LibMqMsgque_mq.h.
struct MqFactoryCTorS MqFactoryS::fct_ctor |
instance constructor interface
Definition at line 3089 of file LibMqMsgque_mq.h.
struct MqFactoryDTorS MqFactoryS::fct_dtor |
instance destructor interface
Definition at line 3090 of file LibMqMsgque_mq.h.
bool MqFactoryS::isDeleted |
mark a factory as deleted -> MqFactoryGet will ignore this factory
Definition at line 3086 of file LibMqMsgque_mq.h.
MK_NUM MqFactoryS::itemsId |
entry-id in global "space.itemsP"
Definition at line 3085 of file LibMqMsgque_mq.h.
struct MkObjectS MqFactoryS::obj |
Definition at line 3079 of file LibMqMsgque_mq.h.
MK_STRN MqFactoryS::originalIdent |
the original factory name used at MqFactoryAdd 2'n parameter
Definition at line 3087 of file LibMqMsgque_mq.h.
union { ... } MqFactoryS::super |