MkErrorC - various functions to 'create' and 'delete' a MkErrorS … More...
Functions | |
static OT_ProcRet | pymkkernel_MkErrorC_Dup (MkErrorC_ARGS) |
Python: → C-API Dup-Constructor - create a new MkErrorC instance as copy from an existing MkErrorC instance … | |
static OT_ProcRet | pymkkernel_MkErrorC_Copy (MkErrorC_ARGS) |
Python: → C-API Copy-Constructor - sync an existing MkErrorC instance with the values from an existing MkErrorC instance … | |
MkErrorC - various functions to 'create' and 'delete' a MkErrorS …
|
static |
Python:
→ C-API dest.Copy(srce:MkErrorC)
Copy-Constructor - sync an existing MkErrorC instance with the values from an existing MkErrorC instance …
Definition at line 901 of file MkErrorC_py.c.
|
static |
Python:
→ C-API [constructor] MkErrorC srce.Dup()
Dup-Constructor - create a new MkErrorC instance as copy from an existing MkErrorC instance …
Definition at line 881 of file MkErrorC_py.c.