src/clipsrules/core/factcom.h File Reference
#include "evaluatn.h"
Go to the source code of this file.
|
Defines |
| #define | LOCALE extern |
| #define | Facts(a, b, c, d, e) EnvFacts(GetCurrentEnvironment(),a,b,c,d,e) |
| #define | LoadFacts(a) EnvLoadFacts(GetCurrentEnvironment(),a) |
| #define | SaveFacts(a, b, c) EnvSaveFacts(GetCurrentEnvironment(),a,b,c) |
| #define | LoadFactsFromString(a, b) EnvLoadFactsFromString(GetCurrentEnvironment(),a,b) |
Functions |
| LOCALE void | FactCommandDefinitions (void *) |
| LOCALE void | AssertCommand (void *, DATA_OBJECT_PTR) |
| LOCALE void | RetractCommand (void *) |
| LOCALE void | AssertStringFunction (void *, DATA_OBJECT_PTR) |
| LOCALE void | FactsCommand (void *) |
| LOCALE void | EnvFacts (void *, char *, void *, long long, long long, long long) |
| LOCALE int | SetFactDuplicationCommand (void *) |
| LOCALE int | GetFactDuplicationCommand (void *) |
| LOCALE int | SaveFactsCommand (void *) |
| LOCALE int | LoadFactsCommand (void *) |
| LOCALE int | EnvSaveFacts (void *, char *, int, struct expr *) |
| LOCALE int | EnvLoadFacts (void *, char *) |
| LOCALE int | EnvLoadFactsFromString (void *, char *, int) |
| LOCALE long long | FactIndexFunction (void *) |
Define Documentation
| #define Facts |
( |
a, |
|
|
b, |
|
|
c, |
|
|
d, |
|
|
e |
|
) |
EnvFacts(GetCurrentEnvironment(),a,b,c,d,e) |
| #define LoadFacts |
( |
a |
|
) |
EnvLoadFacts(GetCurrentEnvironment(),a) |
| #define LoadFactsFromString |
( |
a, |
|
|
b |
|
) |
EnvLoadFactsFromString(GetCurrentEnvironment(),a,b) |
| #define SaveFacts |
( |
a, |
|
|
b, |
|
|
c |
|
) |
EnvSaveFacts(GetCurrentEnvironment(),a,b,c) |
Function Documentation
| LOCALE void EnvFacts |
( |
void * |
, |
|
|
char * |
, |
|
|
void * |
, |
|
|
long |
long, |
|
|
long |
long, |
|
|
long |
long | |
|
) |
| | |
| LOCALE int EnvLoadFacts |
( |
void * |
, |
|
|
char * |
| |
|
) |
| | |
| LOCALE int EnvLoadFactsFromString |
( |
void * |
, |
|
|
char * |
, |
|
|
int |
| |
|
) |
| | |
| LOCALE int EnvSaveFacts |
( |
void * |
, |
|
|
char * |
, |
|
|
int |
, |
|
|
struct expr * |
| |
|
) |
| | |
| LOCALE void FactCommandDefinitions |
( |
void * |
|
) |
|
| LOCALE long long FactIndexFunction |
( |
void * |
|
) |
|
| LOCALE void FactsCommand |
( |
void * |
|
) |
|
| LOCALE int GetFactDuplicationCommand |
( |
void * |
|
) |
|
| LOCALE int LoadFactsCommand |
( |
void * |
|
) |
|
| LOCALE void RetractCommand |
( |
void * |
|
) |
|
| LOCALE int SaveFactsCommand |
( |
void * |
|
) |
|
| LOCALE int SetFactDuplicationCommand |
( |
void * |
|
) |
|