MkBufferListC - define the class … More...
Functions | |
static MkBufferListC * | ccmkkernel::MkBufferListC::HandleResolve (MK_HDL netHdl) |
C++: → C-API Handle-Resolve-Slot - return a MkBufferListC from netHdl or MK_NULL if invalid… | |
MkBufferListC * | ccmkkernel::MkBufferListC::Next () |
C++: → C-API get next instance from linked-list of MkBufferListS type | |
MkBufferListC * | ccmkkernel::MkBufferListC::Prev () |
C++: → C-API get previous instance from linked-list of MkBufferListS type | |
static MkBufferListC * | ccmkkernel::MkBufferListC::Instances () |
C++: → C-API get head-instance from linked-list of MkBufferListS type … | |
static MkBufferListC * | ccmkkernel::MkBufferListC::GetNull () |
C++: → C-API Null-Slot - return a MkBufferListC typed NULL instance … | |
MkBufferListC - define the class …
|
inlinestatic |
C++:
→ C-API [static] MkBufferListC* MkBufferListC::GetNull()
Null-Slot - return a MkBufferListC typed NULL
instance …
Definition at line 560 of file MkBufferListC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkBufferListC* MkBufferListC::HandleResolve(MK_HDL netHdl)
Handle-Resolve-Slot - return a MkBufferListC from netHdl or MK_NULL
if invalid…
Definition at line 508 of file MkBufferListC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkBufferListC* MkBufferListC::Instances()
get head-instance from linked-list of MkBufferListS type …
Definition at line 544 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferListC* bfl.Next()
get next instance from linked-list of MkBufferListS type
Definition at line 528 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferListC* bfl.Prev()
get previous instance from linked-list of MkBufferListS type
Definition at line 535 of file MkBufferListC_inline_cc.hh.