MkErrorC - various functions to 'create' and 'delete' a MkErrorS … More...
Functions | |
static OT_ProcRet | rbmkkernel_MkErrorC_Dup (MkErrorC_ARGS) |
Ruby: → C-API Dup-Constructor - create a new MkErrorC instance as copy from an existing MkErrorC instance … | |
static OT_ProcRet | rbmkkernel_MkErrorC_Copy (MkErrorC_ARGS) |
Ruby: → 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 |
Ruby:
→ C-API dest.Copy(srce:MkErrorC)
Copy-Constructor - sync an existing MkErrorC instance with the values from an existing MkErrorC instance …
Definition at line 755 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API (constructor) MkErrorC srce.Dup()
Dup-Constructor - create a new MkErrorC instance as copy from an existing MkErrorC instance …
Definition at line 739 of file MkErrorC_rb.c.