src/clipsrules/core/factcom.c File Reference
#include <stdio.h>
#include <string.h>
#include "setup.h"
#include "memalloc.h"
#include "envrnmnt.h"
#include "exprnpsr.h"
#include "factmngr.h"
#include "argacces.h"
#include "match.h"
#include "router.h"
#include "scanner.h"
#include "constant.h"
#include "factrhs.h"
#include "factmch.h"
#include "extnfunc.h"
#include "tmpltpsr.h"
#include "tmpltutl.h"
#include "facthsh.h"
#include "modulutl.h"
#include "strngrtr.h"
#include "tmpltdef.h"
#include "tmpltfun.h"
#include "sysdep.h"
#include "bload.h"
#include "factcom.h"
Go to the source code of this file.
|
Defines |
| #define | _STDIO_INCLUDED_ |
| #define | _FACTCOM_SOURCE_ |
| #define | INVALID -2L |
| #define | UNSPECIFIED -1L |
Functions |
| globle void | FactCommandDefinitions (void *theEnv) |
| globle void | AssertCommand (void *theEnv, DATA_OBJECT_PTR rv) |
| globle void | RetractCommand (void *theEnv) |
| globle int | SetFactDuplicationCommand (void *theEnv) |
| globle int | GetFactDuplicationCommand (void *theEnv) |
| globle long long | FactIndexFunction (void *theEnv) |
| globle void | FactsCommand (void *theEnv) |
| globle void | EnvFacts (void *theEnv, char *logicalName, void *vTheModule, long long start, long long end, long long max) |
| globle void | AssertStringFunction (void *theEnv, DATA_OBJECT_PTR returnValue) |
| globle int | SaveFactsCommand (void *theEnv) |
| globle int | LoadFactsCommand (void *theEnv) |
| globle intBool | EnvSaveFacts (void *theEnv, char *fileName, int saveCode, struct expr *theList) |
| globle intBool | EnvLoadFacts (void *theEnv, char *fileName) |
| globle intBool | EnvLoadFactsFromString (void *theEnv, char *theString, int theMax) |
Define Documentation
Function Documentation
| globle void AssertStringFunction |
( |
void * |
theEnv, |
|
|
DATA_OBJECT_PTR |
returnValue | |
|
) |
| | |
| globle void EnvFacts |
( |
void * |
theEnv, |
|
|
char * |
logicalName, |
|
|
void * |
vTheModule, |
|
|
long long |
start, |
|
|
long long |
end, |
|
|
long long |
max | |
|
) |
| | |
| globle intBool EnvLoadFacts |
( |
void * |
theEnv, |
|
|
char * |
fileName | |
|
) |
| | |
| globle intBool EnvLoadFactsFromString |
( |
void * |
theEnv, |
|
|
char * |
theString, |
|
|
int |
theMax | |
|
) |
| | |
| globle intBool EnvSaveFacts |
( |
void * |
theEnv, |
|
|
char * |
fileName, |
|
|
int |
saveCode, |
|
|
struct expr * |
theList | |
|
) |
| | |
| globle void FactCommandDefinitions |
( |
void * |
theEnv |
) |
|
| globle long long FactIndexFunction |
( |
void * |
theEnv |
) |
|
| globle void FactsCommand |
( |
void * |
theEnv |
) |
|
| globle int GetFactDuplicationCommand |
( |
void * |
theEnv |
) |
|
| globle int LoadFactsCommand |
( |
void * |
theEnv |
) |
|
| globle void RetractCommand |
( |
void * |
theEnv |
) |
|
| globle int SaveFactsCommand |
( |
void * |
theEnv |
) |
|
| globle int SetFactDuplicationCommand |
( |
void * |
theEnv |
) |
|