FLAMCLE/P-API
Command Line Executor/Parser Application Programming Interface
|
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... | |
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.
const char** ClpError::ppMsg |
Points to the pointer of a zero-terminated string containing the current error message.
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:
const int* ClpError::piRow |
Points to an integer containing the current row for the error in *pcSrc*e.
const int* ClpError::piCol |
Points to an integer containing the current column for the error in pcSrc.