MqFactoryC - define the class … More...
Functions | |
static MqFactoryC * | ccmqmsgque::MqFactoryC::HandleResolve (MK_HDL netHdl) |
C++: → C-API Handle-Resolve-Slot - return a MqFactoryC from netHdl or MK_NULL if invalid… | |
MqFactoryC * | ccmqmsgque::MqFactoryC::Next () |
C++: → C-API get next instance from linked-list of MqFactoryS type | |
MqFactoryC * | ccmqmsgque::MqFactoryC::Prev () |
C++: → C-API get previous instance from linked-list of MqFactoryS type | |
static MqFactoryC * | ccmqmsgque::MqFactoryC::Instances () |
C++: → C-API get head-instance from linked-list of MqFactoryS type … | |
static MqFactoryC * | ccmqmsgque::MqFactoryC::GetNull () |
C++: → C-API Null-Slot - return a MqFactoryC typed NULL instance … | |
MqFactoryC - define the class …
|
inlinestatic |
C++:
→ C-API [static] MqFactoryC* MqFactoryC::GetNull()
Null-Slot - return a MqFactoryC typed NULL
instance …
Definition at line 80 of file MqFactoryC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MqFactoryC* MqFactoryC::HandleResolve(MK_HDL netHdl)
Handle-Resolve-Slot - return a MqFactoryC from netHdl or MK_NULL
if invalid…
Definition at line 28 of file MqFactoryC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MqFactoryC* MqFactoryC::Instances()
get head-instance from linked-list of MqFactoryS type …
Definition at line 64 of file MqFactoryC_inline_cc.hh.
|
inline |
C++:
→ C-API MqFactoryC* fct.Next()
get next instance from linked-list of MqFactoryS type
Definition at line 48 of file MqFactoryC_inline_cc.hh.
|
inline |
C++:
→ C-API MqFactoryC* fct.Prev()
get previous instance from linked-list of MqFactoryS type
Definition at line 55 of file MqFactoryC_inline_cc.hh.