MkErrorC - various functions to 'get' data out of a MkErrorS … More...
Functions | |
MkErrorE | ccmkkernel::MkErrorC::GetCode () const |
C++: → C-API get the value of MkErrorS::code … | |
MK_I32 | ccmkkernel::MkErrorC::GetNum () const |
C++: → C-API get the MkErrorS::num. The number can be used as exit-code … | |
MK_SIZE | ccmkkernel::MkErrorC::GetSize () const |
C++: → C-API get the error-message-size from the exception-object … | |
MK_STRN | ccmkkernel::MkErrorC::GetText () const |
C++: → C-API get the MkErrorS::text … | |
MkErrorC - various functions to 'get' data out of a MkErrorS …
|
inline |
C++:
→ C-API MkErrorE err.GetCode()
get the value of MkErrorS::code …
Definition at line 113 of file MkErrorC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_I32 err.GetNum()
get the MkErrorS::num. The number can be used as exit-code …
Definition at line 120 of file MkErrorC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_SIZE err.GetSize()
get the error-message-size from the exception-object …
Definition at line 127 of file MkErrorC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN err.GetText()
get the MkErrorS::text …
Definition at line 134 of file MkErrorC_inline_cc.hh.