theConfig 10.0
Loading...
Searching...
No Matches
LcConfigC_Error_CC_API

LcConfigC - dealing with a native-errorMore...

+ Collaboration diagram for LcConfigC_Error_CC_API:

Functions

LcErrorTypeE cclcconfig::LcConfigC::ErrorType () const
  C++: LcErrorTypeE config.ErrorType() C-API
This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions …
 

Detailed Description

LcConfigC - dealing with a native-error

Function Documentation

◆ ErrorType()

LcErrorTypeE cclcconfig::LcConfigC::ErrorType ( ) const
inline

C++: LcErrorTypeE config.ErrorType() C-API
This function, which is implemented as a macro, returns the type of error that occurred during the last call to one of the read or write functions …

Definition at line 109 of file LcConfigC_inline_cc.hh.

109 {
110 MK_UNUSED auto config = getCFGN();
111 enum LcErrorTypeE __retVal__L = LcConfigErrorType(config);
112 return __retVal__L;
113 }
LC_CFGN getCFGN() const
(const) return the LibMsgqueObject from current LcConfigC instance
static enum LcErrorTypeE LcConfigErrorType(LC_CFGN config)
This function, which is implemented as a macro, returns the type of error that occurred during the la...
LcErrorTypeE
error types
Definition LcEnum_lc.h:228
#define MK_UNUSED