MkBufferStreamC - define the class … More...
MkBufferStreamC - define the class …
Method definition
|
static |
Python:
→ C-API [static] MkBufferStreamC MkBufferStreamC.GetNull()
Null-Slot - return a MkBufferStreamC typed NULL
instance …
Definition at line 277 of file MkBufferStreamC_py.c.
|
static |
Definition at line 212 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API [static] MkBufferStreamC MkBufferStreamC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkBufferStreamC from netHdl or None
if invalid…
Definition at line 193 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API [static] MkBufferStreamC MkBufferStreamC.Instances()
get head-instance from linked-list of MkBufferStreamS type …
Definition at line 254 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API MkBufferStreamC bus.Next()
get next instance from linked-list of MkBufferStreamS type
Definition at line 224 of file MkBufferStreamC_py.c.
|
static |
Python:
→ C-API MkBufferStreamC bus.Prev()
get previous instance from linked-list of MkBufferStreamS type
Definition at line 238 of file MkBufferStreamC_py.c.