MkLogFileC - define the class … More...
Functions | |
static MkLogFileC * | ccmkkernel::MkLogFileC::HandleResolve (MK_HDL netHdl) |
C++: → C-API Handle-Resolve-Slot - return a MkLogFileC from netHdl or MK_NULL if invalid… | |
MkLogFileC * | ccmkkernel::MkLogFileC::Next () |
C++: → C-API get next instance from linked-list of MkLogFileS type | |
MkLogFileC * | ccmkkernel::MkLogFileC::Prev () |
C++: → C-API get previous instance from linked-list of MkLogFileS type | |
static MkLogFileC * | ccmkkernel::MkLogFileC::Instances () |
C++: → C-API get head-instance from linked-list of MkLogFileS type … | |
static MkLogFileC * | ccmkkernel::MkLogFileC::GetNull () |
C++: → C-API Null-Slot - return a MkLogFileC typed NULL instance … | |
MkLogFileC - define the class …
|
inlinestatic |
C++:
→ C-API [static] MkLogFileC* MkLogFileC::GetNull()
Null-Slot - return a MkLogFileC typed NULL
instance …
Definition at line 86 of file MkLogFileC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkLogFileC* MkLogFileC::HandleResolve(MK_HDL netHdl)
Handle-Resolve-Slot - return a MkLogFileC from netHdl or MK_NULL
if invalid…
Definition at line 34 of file MkLogFileC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkLogFileC* MkLogFileC::Instances()
get head-instance from linked-list of MkLogFileS type …
Definition at line 70 of file MkLogFileC_inline_cc.hh.
|
inline |
C++:
→ C-API MkLogFileC* lfl.Next()
get next instance from linked-list of MkLogFileS type
Definition at line 54 of file MkLogFileC_inline_cc.hh.
|
inline |
C++:
→ C-API MkLogFileC* lfl.Prev()
get previous instance from linked-list of MkLogFileS type
Definition at line 61 of file MkLogFileC_inline_cc.hh.