MkBufferListC - define the class … More...
MkBufferListC - define the class …
|
static |
Python:
→ C-API [static] MkBufferListC MkBufferListC.GetNull()
Null-Slot - return a MkBufferListC typed NULL
instance …
Definition at line 758 of file MkBufferListC_py.c.
|
static |
Definition at line 693 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API [static] MkBufferListC MkBufferListC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkBufferListC from netHdl or None
if invalid…
Definition at line 674 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API [static] MkBufferListC MkBufferListC.Instances()
get head-instance from linked-list of MkBufferListS type …
Definition at line 735 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API MkBufferListC bfl.Next()
get next instance from linked-list of MkBufferListS type
Definition at line 705 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API MkBufferListC bfl.Prev()
get previous instance from linked-list of MkBufferListS type
Definition at line 719 of file MkBufferListC_py.c.