MkBufferC - define the class … More...
Functions | |
static OT_ProcRet | pymkkernel_MkBufferC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a MkBufferC from netHdl or None if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | pymkkernel_MkBufferC_HandleGet (MkBufferC_ARGS) |
static OT_ProcRet | pymkkernel_MkBufferC_Next (MkBufferC_ARGS) |
Python: → C-API get next instance from linked-list of MkBufferS type | |
static OT_ProcRet | pymkkernel_MkBufferC_Prev (MkBufferC_ARGS) |
Python: → C-API get previous instance from linked-list of MkBufferS type | |
static OT_ProcRet | pymkkernel_MkBufferC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of MkBufferS type … | |
static OT_ProcRet | pymkkernel_MkBufferC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a MkBufferC typed NULL instance … | |
MkBufferC - define the class …
|
static |
Python:
→ C-API [static] MkBufferC MkBufferC.GetNull()
Null-Slot - return a MkBufferC typed NULL
instance …
Definition at line 371 of file MkBufferC_py.c.
|
static |
Definition at line 306 of file MkBufferC_py.c.
|
static |
Python:
→ C-API [static] MkBufferC MkBufferC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkBufferC from netHdl or None
if invalid…
Definition at line 287 of file MkBufferC_py.c.
|
static |
Python:
→ C-API [static] MkBufferC MkBufferC.Instances()
get head-instance from linked-list of MkBufferS type …
Definition at line 348 of file MkBufferC_py.c.
|
static |
Python:
→ C-API MkBufferC buf.Next()
get next instance from linked-list of MkBufferS type
Definition at line 318 of file MkBufferC_py.c.
|
static |
Python:
→ C-API MkBufferC buf.Prev()
get previous instance from linked-list of MkBufferS type
Definition at line 332 of file MkBufferC_py.c.