MkErrorC - various functions to 'create' and 'delete' a MkErrorS … More...
Functions | |
static OT_ProcRet | tclmkkernel_MkErrorC_Dup (MkErrorC_ARGS) |
Tcl: → C-API Dup-Constructor - create a new MkErrorC instance as copy from an existing MkErrorC instance … | |
static OT_ProcRet | tclmkkernel_MkErrorC_Copy (MkErrorC_ARGS) |
Tcl: → 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 |
Tcl:
→ C-API $dest Copy srce:MkErrorC
Copy-Constructor - sync an existing MkErrorC instance with the values from an existing MkErrorC instance …
Definition at line 875 of file MkErrorC_tcl.c.
|
static |
Tcl:
→ C-API (constructor) MkErrorC [$srce Dup]
Dup-Constructor - create a new MkErrorC instance as copy from an existing MkErrorC instance …
Definition at line 855 of file MkErrorC_tcl.c.