MkObjectC - various functions related to the MkObjectS … More...
Functions | |
MkErrorC * | ccmkkernel::MkObjectC::ErrorCatch (std::exception *exception=NULL, MK_STRN callfunc=__builtin_FUNCTION()) const |
C++: → C-API convert a programming-language-error into an ccmkkernel error … | |
MkErrorC * | ccmkkernel::MkObjectC::ErrorCatch (const std::exception &exception, MK_STRN callfunc=__builtin_FUNCTION()) const |
C++: → C-API convert a programming-language-error into an ccmkkernel error … | |
MkErrorC * | ccmkkernel::MkObjectC::ToError () |
C++: → C-API Error-Slot - return an error-object pre initialized with obj data. | |
MK_I32 | ccmkkernel::MkObjectC::HandleGetOfType () |
C++: → C-API Export-Slot - returns typeHdl of the obj . | |
MK_BOOL | ccmkkernel::MkObjectC::IsNull () |
C++: → C-API ckeck if the object is MK_NULL | |
MK_STRN | ccmkkernel::MkObjectC::ToName () const |
C++: → C-API Info-Slot - returns brief information about the obj as a string | |
MK_STRN | ccmkkernel::MkObjectC::ToNameOfClass () |
C++: → C-API Class-Slot - returns the C++-Class-Name of the obj as string | |
MK_STRN | ccmkkernel::MkObjectC::ToNameOfType () const |
C++: → C-API Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string | |
MK_STRN | ccmkkernel::MkObjectC::ToString () const |
C++: → C-API String-Slot - returns the string representation of the inst … | |
MkObjectC - various functions related to the MkObjectS …
|
inline |
C++:
→ C-API MkErrorC* obj.ErrorCatch(std::exception* exception = NULL, MK_STRN callfunc = __builtin_FUNCTION())
convert a programming-language-error into an ccmkkernel error …
Definition at line 359 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MkErrorC* obj.ErrorCatch(std::exception* exception = NULL, MK_STRN callfunc = __builtin_FUNCTION())
convert a programming-language-error into an ccmkkernel error …
Definition at line 350 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_I32 obj.HandleGetOfType()
Export-Slot - returns typeHdl of the obj .
Definition at line 379 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_BOOL obj.IsNull()
ckeck if the object is MK_NULL
Definition at line 614 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MkErrorC* obj.ToError()
Error-Slot - return an error-object pre initialized with obj data.
Definition at line 369 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN obj.ToName()
Info-Slot - returns brief information about the obj as a string
Definition at line 390 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN obj.ToNameOfClass()
Class-Slot - returns the C++-Class-Name of the obj as string
Definition at line 398 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN obj.ToNameOfType()
Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string
Definition at line 406 of file MkObjectC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN inst.ToString()
String-Slot - returns the string representation of the inst …
Definition at line 414 of file MkObjectC_inline_cc.hh.