MkErrorC - define the class … More...
Functions | |
static MkErrorC * | ccmkkernel::MkErrorC::HandleResolve (MK_HDL netHdl) |
C++: → C-API Handle-Resolve-Slot - return a MkErrorC from netHdl or MK_NULL if invalid… | |
MkErrorC * | ccmkkernel::MkErrorC::Next () |
C++: → C-API get next instance from linked-list of MkErrorS type | |
MkErrorC * | ccmkkernel::MkErrorC::Prev () |
C++: → C-API get previous instance from linked-list of MkErrorS type | |
static MkErrorC * | ccmkkernel::MkErrorC::Instances () |
C++: → C-API get head-instance from linked-list of MkErrorS type … | |
static MkErrorC * | ccmkkernel::MkErrorC::GetNull () |
C++: → C-API Null-Slot - return a MkErrorC typed NULL instance … | |
MkErrorC - define the class …
|
inlinestatic |
C++:
→ C-API [static] MkErrorC* MkErrorC::GetNull()
Null-Slot - return a MkErrorC typed NULL
instance …
Definition at line 97 of file MkErrorC_inline_cc.hh.
C++:
→ C-API [static] MkErrorC* MkErrorC::HandleResolve(MK_HDL netHdl)
Handle-Resolve-Slot - return a MkErrorC from netHdl or MK_NULL
if invalid…
Definition at line 45 of file MkErrorC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkErrorC* MkErrorC::Instances()
get head-instance from linked-list of MkErrorS type …
Definition at line 81 of file MkErrorC_inline_cc.hh.
|
inline |
C++:
→ C-API MkErrorC* err.Next()
get next instance from linked-list of MkErrorS type
Definition at line 65 of file MkErrorC_inline_cc.hh.
|
inline |
C++:
→ C-API MkErrorC* err.Prev()
get previous instance from linked-list of MkErrorS type
Definition at line 72 of file MkErrorC_inline_cc.hh.