src/clipsrules/core/drive.h File Reference
#include "expressn.h"
#include "match.h"
Go to the source code of this file.
|
Defines |
| #define | LOCALE extern |
Functions |
| void | NetworkAssert (void *, struct partialMatch *, struct joinNode *) |
| intBool | EvaluateJoinExpression (void *, struct expr *, struct joinNode *) |
| void | NetworkAssertLeft (void *, struct partialMatch *, struct joinNode *) |
| void | NetworkAssertRight (void *, struct partialMatch *, struct joinNode *) |
| void | PPDrive (void *, struct partialMatch *, struct partialMatch *, struct joinNode *) |
| unsigned long | BetaMemoryHashValue (void *, struct expr *, struct partialMatch *, struct partialMatch *, struct joinNode *) |
| intBool | EvaluateSecondaryNetworkTest (void *, struct partialMatch *, struct joinNode *) |
| void | EPMDrive (void *, struct partialMatch *, struct joinNode *) |
Define Documentation
Function Documentation
| intBool EvaluateJoinExpression |
( |
void * |
, |
|
|
struct expr * |
, |
|
|
struct joinNode * |
| |
|
) |
| | |