164 MkErrorC_Check(fct, errVal);
193 if (callfunc == NULL) {callfunc = __builtin_FUNCTION();}
210 if (__retVal__L == NULL) {
219 const MK_STRN ident_hdl = ident.c_str();
221 if (__retVal__L == NULL) {
PUBLIC data structure for the ccmqmsgque-specific-data → C-API: libmqmsgque::MqContextS
data used to define a factory → C-API: libmqmsgque::MqFactoryS
static MqContextC * MqContextC_ObjNew(MK_RT_ARGS MQ_CTX hdl)
return MqContextC from LibMsgqueObject
MQ_FCTN getFCTN() const
(const) return the LibMsgqueObject from current MqFactoryC instance
MQ_FCT getFCT() const
return the LibMsgqueObject from current MqFactoryC instance
static MqFactoryC * MqFactoryC_ObjNew(MK_RT_ARGS MQ_FCT hdl)
return MqFactoryC from LibMsgqueObject
static MqFactoryC * MqFactoryC_ObjCreate(MK_RT_ARGS MQ_FCT hdl)
MqFactoryC * Next()
C++: MqFactoryC* fct.Next() → C-API get next instance from linked-list of MqFactoryS type
static MqFactoryC * Instances()
C++: [static] MqFactoryC* MqFactoryC::Instances() → C-API get head-instance from linked-list of ...
static MqFactoryC * HandleResolve(MK_HDL netHdl)
C++: [static] MqFactoryC* MqFactoryC::HandleResolve(MK_HDL netHdl) → C-API Handle-Resolve-Slot -...
static MqFactoryC * GetNull()
C++: [static] MqFactoryC* MqFactoryC::GetNull() → C-API Null-Slot - return a MqFactoryC typed NU...
MqFactoryC * Prev()
C++: MqFactoryC* fct.Prev() → C-API get previous instance from linked-list of MqFactoryS type
#define MqFactoryInstances()
static MQ_FCT MqFactoryPrev(MQ_FCT const fct)
get previous instance from linked-list of MqFactoryS type
static MQ_FCT MqFactoryGetNull(void)
Null-Slot - return a MqFactoryC typed NULL instance …
#define MqFactoryHandleResolve(...)
static MQ_FCT MqFactoryNext(MQ_FCT const fct)
get next instance from linked-list of MqFactoryS type
MK_STRN GetOriginalIdent() const
C++: MK_STRN fct.GetOriginalIdent() → C-API helper function to return MqFactoryS::originalIdent
static MqFactoryC * Get(MK_STRN ident="")
C++: [static] MqFactoryC* MqFactoryC::Get(MK_STRN ident = "") → C-API return the MqFactoryC
static MqFactoryC * GetCalled(MK_STRN ident="")
C++: [static] MqFactoryC* MqFactoryC::GetCalled(MK_STRN ident = "") → C-API returns the MqFactor...
#define MqFactoryGetCalledL(...)
#define MqFactoryGet(...)
MK_STRN MqFactoryGetOriginalIdent(MQ_FCTN const fct)
helper function to return MqFactoryS::originalIdent
#define MqFactoryGetCalled(...)
static void LogAll(MK_STRN callfunc=__builtin_FUNCTION())
C++: [static] MqFactoryC::LogAll(MK_STRN callfunc = __builtin_FUNCTION()) → C-API log all "facto...
virtual MqContextC * New()
C++: MqContextC* fct.New() → C-API create a new MqContextC from a MqFactoryC …
static MK_STRN DefaultIdent()
C++: [static] MK_STRN MqFactoryC::DefaultIdent() → C-API return the factory-identifier of the de...
MqFactoryC * Default()
C++: MqFactoryC* fct.Default() → C-API set the default-attribute to the factory …
static MK_STRN InitialIdent()
C++: [static] MK_STRN MqFactoryC::InitialIdent() → C-API return the factory-identifier of the in...
MqFactoryC * Initial()
C++: MqFactoryC* fct.Initial() → C-API set the initial-attribut to fct …
#define MqFactoryLogAll(...)
#define MqFactoryInitial(...)
#define MqFactoryDefaultIdent()
#define MqFactoryNew(...)
#define MqFactoryInitialIdent()
#define MqFactoryDefault(...)
MqFactoryC * Dup2(MK_STRN ident) const
C++: [constructor] MqFactoryC* fct.Dup2(MK_STRN ident) → C-API create a duplicate of the singlet...
#define MqFactoryDup2(...)
namespace for the CcMqMsgque "C++"-API
PUBLIC data structure for the ccmqmsgque-specific-data
data used to define a factory