MkBufferC - define the class … More...
Functions | |
static MkBufferC * | ccmkkernel::MkBufferC::HandleResolve (MK_HDL netHdl) |
C++: → C-API Handle-Resolve-Slot - return a MkBufferC from netHdl or MK_NULL if invalid… | |
MkBufferC * | ccmkkernel::MkBufferC::Next () |
C++: → C-API get next instance from linked-list of MkBufferS type | |
MkBufferC * | ccmkkernel::MkBufferC::Prev () |
C++: → C-API get previous instance from linked-list of MkBufferS type | |
static MkBufferC * | ccmkkernel::MkBufferC::Instances () |
C++: → C-API get head-instance from linked-list of MkBufferS type … | |
static MkBufferC * | ccmkkernel::MkBufferC::GetNull () |
C++: → C-API Null-Slot - return a MkBufferC typed NULL instance … | |
MkBufferC - define the class …
|
inlinestatic |
C++:
→ C-API [static] MkBufferC* MkBufferC::GetNull()
Null-Slot - return a MkBufferC typed NULL
instance …
Definition at line 201 of file MkBufferC_inline_cc.hh.
C++:
→ C-API [static] MkBufferC* MkBufferC::HandleResolve(MK_HDL netHdl)
Handle-Resolve-Slot - return a MkBufferC from netHdl or MK_NULL
if invalid…
Definition at line 149 of file MkBufferC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkBufferC* MkBufferC::Instances()
get head-instance from linked-list of MkBufferS type …
Definition at line 185 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* buf.Next()
get next instance from linked-list of MkBufferS type
Definition at line 169 of file MkBufferC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* buf.Prev()
get previous instance from linked-list of MkBufferS type
Definition at line 176 of file MkBufferC_inline_cc.hh.