FLAMCLE/P-API
Command Line Executor/Parser Application Programming Interface
|
Documentation types used in columns of table below. More...
Macros | |
#define | CLE_DOCTYP_COVER 1U |
Cover page (level must be 1). More... | |
#define | CLE_DOCTYP_CHAPTER 2U |
A chapter (level must > 1 and < 6). More... | |
#define | CLE_DOCTYP_PROGRAM 10U |
The main program chapter (like chapter but level must < 5). More... | |
#define | CLE_DOCTYP_PGMSYNOPSIS 11U |
The program synopsis. More... | |
#define | CLE_DOCTYP_PGMSYNTAX 12U |
The program syntax. More... | |
#define | CLE_DOCTYP_PGMHELP 13U |
The program help. More... | |
#define | CLE_DOCTYP_COMMANDS 20U |
The commands part. More... | |
#define | CLE_DOCTYP_OTHERCLP 21U |
Other CLP strings. More... | |
#define | CLE_DOCTYP_BUILTIN 22U |
The built-in function section. More... | |
#define | CLE_DOCTYP_LEXEMES 30U |
The appendix which prints the lexemes. More... | |
#define | CLE_DOCTYP_GRAMMAR 31U |
The appendix which prints the grammar. More... | |
#define | CLE_DOCTYP_VERSION 32U |
The appendix which prints the version (pcVsn must be given). More... | |
#define | CLE_DOCTYP_ABOUT 33U |
The appendix which prints the about (pcAbo must be given). More... | |
#define | CLE_DOCTYP_PROPREMAIN 41U |
The appendix which prints the remaining parameter documentation. More... | |
#define | CLE_DOCTYP_PROPDEFAULTS 42U |
The appendix which prints the default parameter documentation. More... | |
#define | CLE_DOCTYP_SPECIALCODES 51U |
The appendix which prints the special condition codes. More... | |
#define | CLE_DOCTYP_REASONCODES 52U |
The appendix which prints the reason codes (pfMsg must be provided). More... | |
Documentation types used in columns of table below.
#define CLE_DOCTYP_COVER 1U |
Cover page (level must be 1).
#define CLE_DOCTYP_CHAPTER 2U |
A chapter (level must > 1 and < 6).
#define CLE_DOCTYP_PROGRAM 10U |
The main program chapter (like chapter but level must < 5).
#define CLE_DOCTYP_PGMSYNOPSIS 11U |
The program synopsis.
#define CLE_DOCTYP_PGMSYNTAX 12U |
The program syntax.
#define CLE_DOCTYP_PGMHELP 13U |
The program help.
#define CLE_DOCTYP_COMMANDS 20U |
The commands part.
#define CLE_DOCTYP_OTHERCLP 21U |
Other CLP strings.
#define CLE_DOCTYP_BUILTIN 22U |
The built-in function section.
#define CLE_DOCTYP_LEXEMES 30U |
The appendix which prints the lexemes.
#define CLE_DOCTYP_GRAMMAR 31U |
The appendix which prints the grammar.
#define CLE_DOCTYP_VERSION 32U |
The appendix which prints the version (pcVsn must be given).
#define CLE_DOCTYP_ABOUT 33U |
The appendix which prints the about (pcAbo must be given).
#define CLE_DOCTYP_PROPREMAIN 41U |
The appendix which prints the remaining parameter documentation.
#define CLE_DOCTYP_PROPDEFAULTS 42U |
The appendix which prints the default parameter documentation.
#define CLE_DOCTYP_SPECIALCODES 51U |
The appendix which prints the special condition codes.
#define CLE_DOCTYP_REASONCODES 52U |
The appendix which prints the reason codes (pfMsg must be provided).