MkErrorC - various functions to raise a 'System' messagen on MkErrorS … More...
Functions | |
static OT_ProcRet | rbmkkernel_MkErrorC_DEFAULT (OtClass_ARGS) |
Ruby: → C-API default-system-error - default-error … | |
static OT_ProcRet | rbmkkernel_MkErrorC_FORMAT (OtClass_ARGS) |
Ruby: → C-API system-error-format - format and return the default-error … | |
static OT_ProcRet | rbmkkernel_MkErrorC_IGNORE (OtClass_ARGS) |
Ruby: → C-API ignore-system-error - ignore the next error … | |
static OT_ProcRet | rbmkkernel_MkErrorC_PRINT (OtClass_ARGS) |
Ruby: → C-API ignore-system-error - print the next error into MkLogFileC … | |
MkErrorC - various functions to raise a 'System' messagen on MkErrorS …
|
static |
Ruby:
→ C-API (static) MkErrorC MkErrorC.DEFAULT()
default-system-error - default-error …
Definition at line 684 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API (static) MkErrorC MkErrorC.FORMAT(?fmtobj:MkObjectC=nil?)
system-error-format - format and return the default-error …
Definition at line 695 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API (static) MkErrorC MkErrorC.IGNORE()
ignore-system-error - ignore the next error …
Definition at line 708 of file MkErrorC_rb.c.
|
static |
Ruby:
→ C-API (static) MkErrorC MkErrorC.PRINT()
ignore-system-error - print the next error into MkLogFileC …
Definition at line 719 of file MkErrorC_rb.c.