FLAMCLE/P-API
Command Line Executor/Parser Application Programming Interface
ClpError Struct Reference

Defines a structure with error information. More...

#include <CLPDEF.h>

Data Fields

const char ** ppMsg
 Points to the pointer of a zero-terminated string containing the current error message. More...
 
const char ** ppSrc
 If a parameter file assigned and cause of the error pcSrc points to this file name. More...
 
const int * piRow
 Points to an integer containing the current row for the error in *pcSrc*e. More...
 
const int * piCol
 Points to an integer containing the current column for the error in pcSrc. More...
 

Detailed Description

Defines a structure with error information.

A pointer to this structure can be provided at siClpOpen() to have access to the error information managed in the CLP handle.

The pointers are set by CLP and valid until CLP is closed.

Field Documentation

◆ ppMsg

const char** ClpError::ppMsg

Points to the pointer of a zero-terminated string containing the current error message.

◆ ppSrc

const char** ClpError::ppSrc

If a parameter file assigned and cause of the error pcSrc points to this file name.

Points to the pointer of a zero-terminated string containing the current source. The initial source can be defined for command line or property file parsing. If the initial source is not defined the constant definitions below are used:

  • for command line parsing ":command line:" see CLPSRC_CMD
  • for property string parsing ":property list:" see CLPSRC_PRO

◆ piRow

const int* ClpError::piRow

Points to an integer containing the current row for the error in *pcSrc*e.

◆ piCol

const int* ClpError::piCol

Points to an integer containing the current column for the error in pcSrc.


The documentation for this struct was generated from the following file: