MkErrorC - define the class … More...
Collaboration diagram for MkErrorC_Class_PY_API:Functions | |
| static OT_ProcRet | pymkkernel_MkErrorC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a MkErrorC from netHdl or None if invalid… | |
| MK_DEPRECATED static MK_UNUSED OT_ProcRet | pymkkernel_MkErrorC_HandleGet (MkErrorC_ARGS) |
| static OT_ProcRet | pymkkernel_MkErrorC_Next (MkErrorC_ARGS) |
Python: → C-API get next instance from linked-list of MkErrorS type | |
| static OT_ProcRet | pymkkernel_MkErrorC_Prev (MkErrorC_ARGS) |
Python: → C-API get previous instance from linked-list of MkErrorS type | |
| static OT_ProcRet | pymkkernel_MkErrorC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of MkErrorS type … | |
| static OT_ProcRet | pymkkernel_MkErrorC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a MkErrorC typed NULL instance … | |
MkErrorC - define the class …
Method definition
|
static |
Python: → C-API [static] MkErrorC MkErrorC.GetNull()
Null-Slot - return a MkErrorC typed NULL instance …
Definition at line 305 of file MkErrorC_py.c.
|
static |
Definition at line 240 of file MkErrorC_py.c.
|
static |
Python: → C-API [static] MkErrorC MkErrorC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkErrorC from netHdl or None if invalid…
Definition at line 221 of file MkErrorC_py.c.
|
static |
Python: → C-API [static] MkErrorC MkErrorC.Instances()
get head-instance from linked-list of MkErrorS type …
Definition at line 282 of file MkErrorC_py.c.
|
static |
Python: → C-API MkErrorC err.Next()
get next instance from linked-list of MkErrorS type
Definition at line 252 of file MkErrorC_py.c.
|
static |
Python: → C-API MkErrorC err.Prev()
get previous instance from linked-list of MkErrorS type
Definition at line 266 of file MkErrorC_py.c.