MkObjectC - various functions related to the MkObjectS … More...
MkObjectC - various functions related to the MkObjectS …
|
static |
Tcl:
→ C-API MkErrorC [$obj ErrorCatch ?exception:errorCode="MK_NULL"? ?callfunc:string="MK_NULL"?]
convert a programming-language-error into an tclmkkernel error …
Definition at line 729 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API bool [$obj IsNull]
ckeck if the object is "MK_NULL"
Definition at line 765 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API MkErrorC [$obj ToError]
Error-Slot - return an error-object pre initialized with obj data.
Definition at line 749 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API string [$obj ToName]
Info-Slot - returns brief information about the obj as a string
Definition at line 778 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API string [$obj ToNameOfClass]
Class-Slot - returns the Tcl-Class-Name of the obj as string
Definition at line 791 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API string [$obj ToNameOfType]
Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string
Definition at line 804 of file MkObjectC_tcl.c.
|
static |
Tcl:
→ C-API string [$inst ToString]
String-Slot - returns the string representation of the inst …
Definition at line 817 of file MkObjectC_tcl.c.