theKernel 10.0
Loading...
Searching...
No Matches
MkErrorC_cc.hh File Reference

tag: nhi1-release-250425 More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ccmkkernel::MkErrorC_A
 The data-type to store and handle the error-condition … → C-API: libmkkernel::MkErrorS More...
 
class  ccmkkernel::MkErrorC
 The data-type to store and handle the error-condition … → C-API: libmkkernel::MkErrorS More...
 

Namespaces

namespace  ccmkkernel
 namespace for the CcMkKernel "C++"-API
 

Macros

#define MkErrorC_Check(errObj, errVal)
 

Detailed Description

tag: nhi1-release-250425

Definition in file MkErrorC_cc.hh.

Macro Definition Documentation

◆ MkErrorC_Check

#define MkErrorC_Check ( errObj,
errVal )
Value:
if (errVal > MK_CONTINUE) MkErrorC::Check(errObj, errVal)

Definition at line 491 of file MkErrorC_cc.hh.

491#define MkErrorC_Check(errObj, errVal) \
492 if (errVal > MK_CONTINUE) MkErrorC::Check(errObj, errVal)