theKernel 10.0
Loading...
Searching...
No Matches
MkErrorC_System_CC_API

MkErrorC - various functions to raise a 'System' messagen on MkErrorSMore...

+ Collaboration diagram for MkErrorC_System_CC_API:

Functions

static MkErrorCccmkkernel::MkErrorC::DEFAULT ()
  C++: [static] MkErrorC* MkErrorC::DEFAULT() C-API
default-system-error - default-error
 
static MkErrorCccmkkernel::MkErrorC::FORMAT (const MkObjectC *fmtobj=NULL)
  C++: [static] MkErrorC* MkErrorC::FORMAT(const MkObjectC* fmtobj = NULL) C-API
system-error-format - format and return the default-error
 
static MkErrorCccmkkernel::MkErrorC::FORMAT (const MkObjectC &fmtobj)
  C++: [static] MkErrorC* MkErrorC::FORMAT(const MkObjectC* fmtobj = NULL) C-API
system-error-format - format and return the default-error
 
static MkErrorCccmkkernel::MkErrorC::IGNORE ()
  C++: [static] MkErrorC* MkErrorC::IGNORE() C-API
ignore-system-error - ignore the next error …
 
static MkErrorCccmkkernel::MkErrorC::PRINT ()
  C++: [static] MkErrorC* MkErrorC::PRINT() C-API
ignore-system-error - print the next error into MkLogFileC
 

Detailed Description

MkErrorC - various functions to raise a 'System' messagen on MkErrorS

Function Documentation

◆ DEFAULT()

MkErrorC * ccmkkernel::MkErrorC::DEFAULT ( )
inlinestatic

C++: [static] MkErrorC* MkErrorC::DEFAULT() C-API
default-system-error - default-error

Definition at line 529 of file MkErrorC_inline_cc.hh.

529 {
531 MK_ERR __retVal__L = MkErrorDEFAULT();
532 return MkErrorC::MkErrorC_ObjNew(MK_RT_CALL __retVal__L);
533 }
static MkErrorC * MkErrorC_ObjNew(MK_RT_ARGS MK_ERR hdl)
return MkErrorC from LibMsgqueObject
struct MkErrorS * MK_ERR
class-shortcut for struct MkErrorS *, all shortcut using the XX_YYY syntax (only for public API) …
#define MkErrorDEFAULT()
#define MK_RT_CALL
#define MkRtSetup_NULL

◆ FORMAT() [1/2]

MkErrorC * ccmkkernel::MkErrorC::FORMAT ( const MkObjectC & fmtobj)
inlinestatic

C++: [static] MkErrorC* MkErrorC::FORMAT(const MkObjectC* fmtobj = NULL) C-API
system-error-format - format and return the default-error

Definition at line 544 of file MkErrorC_inline_cc.hh.

544 {
546 const MK_OBJN fmtobj_hdl = MkObjectC::getOBJN(fmtobj);
547 MK_ERR __retVal__L = MkErrorFORMAT(fmtobj_hdl);
548 return MkErrorC::MkErrorC_ObjNew(MK_RT_CALL __retVal__L);
549 }
MK_ERR MkErrorFORMAT(MK_OBJN fmtobj)
system-error-format - format and return the default-error …
MK_OBJN getOBJN() const
(const) return the LibMsgqueObject from current MkObjectC instance
const struct MkObjectS * MK_OBJN
class-shortcut for const struct MkObjectS *, all const shortcut using the XX_YYYC syntax (only for pu...

◆ FORMAT() [2/2]

MkErrorC * ccmkkernel::MkErrorC::FORMAT ( const MkObjectC * fmtobj = NULL)
inlinestatic

C++: [static] MkErrorC* MkErrorC::FORMAT(const MkObjectC* fmtobj = NULL) C-API
system-error-format - format and return the default-error

Definition at line 536 of file MkErrorC_inline_cc.hh.

536 {
538 MK_OBJN fmtobj_hdl = MkObjectC::getOBJN__null_allow(fmtobj);
539 MK_ERR __retVal__L = MkErrorFORMAT(fmtobj_hdl);
540 return MkErrorC::MkErrorC_ObjNew(MK_RT_CALL __retVal__L);
541 }
MK_OBJN getOBJN__null_allow() const
(const) return the LibMsgqueObject from current MkObjectC instance

◆ IGNORE()

MkErrorC * ccmkkernel::MkErrorC::IGNORE ( )
inlinestatic

C++: [static] MkErrorC* MkErrorC::IGNORE() C-API
ignore-system-error - ignore the next error …

Definition at line 552 of file MkErrorC_inline_cc.hh.

552 {
554 MK_ERR __retVal__L = MkErrorIGNORE();
555 return MkErrorC::MkErrorC_ObjNew(MK_RT_CALL __retVal__L);
556 }
#define MkErrorIGNORE()

◆ PRINT()

MkErrorC * ccmkkernel::MkErrorC::PRINT ( )
inlinestatic

C++: [static] MkErrorC* MkErrorC::PRINT() C-API
ignore-system-error - print the next error into MkLogFileC

Definition at line 559 of file MkErrorC_inline_cc.hh.

559 {
561 MK_ERR __retVal__L = MkErrorPRINT();
562 return MkErrorC::MkErrorC_ObjNew(MK_RT_CALL __retVal__L);
563 }
#define MkErrorPRINT()