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