MkErrorC - various functions to raise a 'System' messagen on MkErrorS … More...
Functions | |
static MkErrorC * | ccmkkernel::MkErrorC::DEFAULT () |
C++: → C-API default-system-error - default-error … | |
static MkErrorC * | ccmkkernel::MkErrorC::FORMAT (const MkObjectC *fmtobj=NULL) |
C++: → C-API system-error-format - format and return the default-error … | |
static MkErrorC * | ccmkkernel::MkErrorC::FORMAT (const MkObjectC &fmtobj) |
C++: → C-API system-error-format - format and return the default-error … | |
static MkErrorC * | ccmkkernel::MkErrorC::IGNORE () |
C++: → C-API ignore-system-error - ignore the next error … | |
static MkErrorC * | ccmkkernel::MkErrorC::PRINT () |
C++: → C-API ignore-system-error - print the next error into MkLogFileC … | |
MkErrorC - various functions to raise a 'System' messagen on MkErrorS …
|
inlinestatic |
C++:
→ C-API [static] MkErrorC* MkErrorC::DEFAULT()
default-system-error - default-error …
Definition at line 529 of file MkErrorC_inline_cc.hh.
C++:
→ C-API [static] MkErrorC* MkErrorC::FORMAT(const MkObjectC* fmtobj = NULL)
system-error-format - format and return the default-error …
Definition at line 544 of file MkErrorC_inline_cc.hh.
C++:
→ C-API [static] MkErrorC* MkErrorC::FORMAT(const MkObjectC* fmtobj = NULL)
system-error-format - format and return the default-error …
Definition at line 536 of file MkErrorC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkErrorC* MkErrorC::IGNORE()
ignore-system-error - ignore the next error …
Definition at line 552 of file MkErrorC_inline_cc.hh.
|
inlinestatic |
C++:
→ C-API [static] MkErrorC* MkErrorC::PRINT()
ignore-system-error - print the next error into MkLogFileC …
Definition at line 559 of file MkErrorC_inline_cc.hh.