src/clipsrules/core/factgen.h File Reference
#include "reorder.h"
Go to the source code of this file.
|
Classes |
| struct | factGetVarPN1Call |
| struct | factGetVarPN2Call |
| struct | factGetVarPN3Call |
| struct | factConstantPN1Call |
| struct | factConstantPN2Call |
| struct | factGetVarJN1Call |
| struct | factGetVarJN2Call |
| struct | factGetVarJN3Call |
| struct | factCompVarsPN1Call |
| struct | factCompVarsJN1Call |
| struct | factCompVarsJN2Call |
| struct | factCheckLengthPNCall |
Defines |
| #define | LOCALE extern |
Functions |
| LOCALE void | InitializeFactReteFunctions (void *) |
| LOCALE struct expr * | FactPNVariableComparison (void *, struct lhsParseNode *, struct lhsParseNode *) |
| LOCALE struct expr * | FactJNVariableComparison (void *, struct lhsParseNode *, struct lhsParseNode *, int) |
| LOCALE void | FactReplaceGetvar (void *, struct expr *, struct lhsParseNode *, int) |
| LOCALE void | FactReplaceGetfield (void *, struct expr *, struct lhsParseNode *) |
| LOCALE struct expr * | FactGenPNConstant (void *, struct lhsParseNode *) |
| LOCALE struct expr * | FactGenGetfield (void *, struct lhsParseNode *) |
| LOCALE struct expr * | FactGenGetvar (void *, struct lhsParseNode *, int) |
| LOCALE struct expr * | FactGenCheckLength (void *, struct lhsParseNode *) |
| LOCALE struct expr * | FactGenCheckZeroLength (void *, unsigned) |
Define Documentation
Function Documentation
| LOCALE struct expr* FactGenCheckLength |
( |
void * |
, |
|
|
struct lhsParseNode * |
| |
|
) |
| | [read] |
| LOCALE struct expr* FactGenCheckZeroLength |
( |
void * |
, |
|
|
unsigned |
| |
|
) |
| | [read] |
| LOCALE struct expr* FactGenGetvar |
( |
void * |
, |
|
|
struct lhsParseNode * |
, |
|
|
int |
| |
|
) |
| | [read] |
| LOCALE void FactReplaceGetfield |
( |
void * |
, |
|
|
struct expr * |
, |
|
|
struct lhsParseNode * |
| |
|
) |
| | |
| LOCALE void FactReplaceGetvar |
( |
void * |
, |
|
|
struct expr * |
, |
|
|
struct lhsParseNode * |
, |
|
|
int |
| |
|
) |
| | |
| LOCALE void InitializeFactReteFunctions |
( |
void * |
|
) |
|