MkObjectC - various functions related to the MkObjectS … More...
Collaboration diagram for MkObjectC_Misc_ATL_API:MkObjectC - various functions related to the MkObjectS …
|
static |
Atl: → C-API MkErrorC [MkObjectC::ErrorCatch $obj ?exception:errorCode=NULL? ?callfunc:string="MK_NULL"?]
convert a programming-language-error into an atlmkkernel error …
Definition at line 706 of file MkObjectC_atl.c.
|
static |
Atl: → C-API bool [MkObjectC::IsNull $obj]
ckeck if the object is "MK_NULL"
Definition at line 742 of file MkObjectC_atl.c.
|
static |
Atl: → C-API MkErrorC [MkObjectC::ToError $obj]
Error-Slot - return an error-object pre initialized with obj data.
Definition at line 726 of file MkObjectC_atl.c.
|
static |
Atl: → C-API string [MkObjectC::ToName $obj]
Info-Slot - returns brief information about the obj as a string
Definition at line 755 of file MkObjectC_atl.c.
|
static |
Atl: → C-API string [MkObjectC::ToNameOfClass $obj]
Class-Slot - returns the Atl-Class-Name of the obj as string
Definition at line 768 of file MkObjectC_atl.c.
|
static |
Atl: → C-API string [MkObjectC::ToNameOfType $obj]
Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string
Definition at line 781 of file MkObjectC_atl.c.
|
static |
Atl: → C-API string [MkObjectC::ToString $inst]
String-Slot - returns the string representation of the inst …
Definition at line 794 of file MkObjectC_atl.c.