FLAMCLE/P-API
Command Line Executor/Parser Application Programming Interface
CLP Property Method

Method for property printing (see siClpProperties()). More...

Macros

#define CLPPRO_MTD_ALL   0
 All properties are printed (manual pages added as comment). More...
 
#define CLPPRO_MTD_SET   1
 Only defined properties are printed (no manual pages used). More...
 
#define CLPPRO_MTD_CMT   2
 All properties are printed, but not defined properties are line comments . More...
 
#define CLPPRO_MTD_DOC   3
 All property only parameter are printed as documentation. More...
 

Detailed Description

Method for property printing (see siClpProperties()).

Macro Definition Documentation

◆ CLPPRO_MTD_ALL

#define CLPPRO_MTD_ALL   0

All properties are printed (manual pages added as comment).

◆ CLPPRO_MTD_SET

#define CLPPRO_MTD_SET   1

Only defined properties are printed (no manual pages used).

◆ CLPPRO_MTD_CMT

#define CLPPRO_MTD_CMT   2

All properties are printed, but not defined properties are line comments .

◆ CLPPRO_MTD_DOC

#define CLPPRO_MTD_DOC   3

All property only parameter are printed as documentation.