theLink 10.0
|
data used to define a factory More...
#include <LibMqMsgque_mq.h>
Data Fields | ||
union { | ||
struct MkObjectS obj | ||
} | super | |
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 3169 of file LibMqMsgque_mq.h.
bool MqFactoryS::factoryCalled |
was the factory called?
Definition at line 3182 of file LibMqMsgque_mq.h.
struct MqFactoryCTorS MqFactoryS::fct_ctor |
instance constructor interface
Definition at line 3183 of file LibMqMsgque_mq.h.
struct MqFactoryDTorS MqFactoryS::fct_dtor |
instance destructor interface
Definition at line 3184 of file LibMqMsgque_mq.h.
bool MqFactoryS::isDeleted |
mark a factory as deleted -> MqFactoryGet will ignore this factory
Definition at line 3179 of file LibMqMsgque_mq.h.
struct MkObjectS MqFactoryS::obj |
Definition at line 3173 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 3181 of file LibMqMsgque_mq.h.
union { ... } MqFactoryS::super |