MkObjectC - various functions related to the MkObjectS … More...
MkObjectC - various functions related to the MkObjectS …
|
static |
Ruby:
→ C-API MkErrorC obj.ErrorCatch(?exception:errorCode=nil?, ?callfunc:string="MK_NULL"?)
convert a programming-language-error into an rbmkkernel error …
Definition at line 644 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API bool obj.IsNull()
ckeck if the object is nil
Definition at line 674 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API MkErrorC obj.ToError()
Error-Slot - return an error-object pre initialized with obj data.
Definition at line 661 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API string obj.ToName()
Info-Slot - returns brief information about the obj as a string
Definition at line 684 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API string obj.ToNameOfClass()
Class-Slot - returns the Ruby-Class-Name of the obj as string
Definition at line 694 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API string obj.ToNameOfType()
Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string
Definition at line 704 of file MkObjectC_rb.c.
|
static |
Ruby:
→ C-API string inst.ToString()
String-Slot - returns the string representation of the inst …
Definition at line 714 of file MkObjectC_rb.c.