MkLogFileC - define the class … More...
Functions | |
static OT_ProcRet | pymkkernel_MkLogFileC_HandleResolve (OtClass_ARGS) |
Python: → C-API Handle-Resolve-Slot - return a MkLogFileC from netHdl or None if invalid… | |
MK_DEPRECATED static MK_UNUSED OT_ProcRet | pymkkernel_MkLogFileC_HandleGet (MkLogFileC_ARGS) |
static OT_ProcRet | pymkkernel_MkLogFileC_Next (MkLogFileC_ARGS) |
Python: → C-API get next instance from linked-list of MkLogFileS type | |
static OT_ProcRet | pymkkernel_MkLogFileC_Prev (MkLogFileC_ARGS) |
Python: → C-API get previous instance from linked-list of MkLogFileS type | |
static OT_ProcRet | pymkkernel_MkLogFileC_Instances (OtClass_ARGS) |
Python: → C-API get head-instance from linked-list of MkLogFileS type … | |
static OT_ProcRet | pymkkernel_MkLogFileC_GetNull (OtClass_ARGS) |
Python: → C-API Null-Slot - return a MkLogFileC typed NULL instance … | |
MkLogFileC - define the class …
|
static |
Python:
→ C-API [static] MkLogFileC MkLogFileC.GetNull()
Null-Slot - return a MkLogFileC typed NULL
instance …
Definition at line 223 of file MkLogFileC_py.c.
|
static |
Definition at line 158 of file MkLogFileC_py.c.
|
static |
Python:
→ C-API [static] MkLogFileC MkLogFileC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkLogFileC from netHdl or None
if invalid…
Definition at line 139 of file MkLogFileC_py.c.
|
static |
Python:
→ C-API [static] MkLogFileC MkLogFileC.Instances()
get head-instance from linked-list of MkLogFileS type …
Definition at line 200 of file MkLogFileC_py.c.
|
static |
Python:
→ C-API MkLogFileC lfl.Next()
get next instance from linked-list of MkLogFileS type
Definition at line 170 of file MkLogFileC_py.c.
|
static |
Python:
→ C-API MkLogFileC lfl.Prev()
get previous instance from linked-list of MkLogFileS type
Definition at line 184 of file MkLogFileC_py.c.