theSq3Lite 10.0
Loading...
Searching...
No Matches
Sq3Lite_Error_CC_API

Sq3Lite PACKAGE - work with an errorMore...

+ Collaboration diagram for Sq3Lite_Error_CC_API:

Functions

static MK_BOOL ccsq3lite::Sq3Lite::ErrorCheckI (Sq3ErrorE ret)
  C++: [static] MK_BOOL Sq3Lite::ErrorCheckI(Sq3ErrorE ret) C-API
check if ret signal an error
 

Detailed Description

Sq3Lite PACKAGE - work with an error

Error handling in ccsq3lite.

The error signals the end of an operation with an undesirable result or state.

Error handling in ccsq3lite.

The error signals the end of an operation with an undesirable result or state.

Function Documentation

◆ ErrorCheckI()

MK_BOOL ccsq3lite::Sq3Lite::ErrorCheckI ( Sq3ErrorE ret)
inlinestatic

C++: [static] MK_BOOL Sq3Lite::ErrorCheckI(Sq3ErrorE ret) C-API
check if ret signal an error

Definition at line 895 of file LibSq3Lite_inline_cc.hh.

895 {
897 MK_BOOL __retVal__L = Sq3ErrorCheckI(ret);
898 return __retVal__L;
899 }
#define MkRtSetup_NULL
static bool Sq3ErrorCheckI(enum Sq3ErrorE ret)
check if ret signal an error …