src/clipsrules/core/insfile.c File Reference
#include <stdlib.h>
#include "setup.h"
#include "argacces.h"
#include "classcom.h"
#include "classfun.h"
#include "memalloc.h"
#include "extnfunc.h"
#include "inscom.h"
#include "insfun.h"
#include "insmngr.h"
#include "inspsr.h"
#include "object.h"
#include "router.h"
#include "strngrtr.h"
#include "symblbin.h"
#include "sysdep.h"
#include "envrnmnt.h"
#include "factmngr.h"
#include "insfile.h"
Go to the source code of this file.
|
Classes |
| struct | bsaveSlotValue |
| struct | bsaveSlotValueAtom |
Defines |
| #define | _INSFILE_SOURCE_ |
| #define | MAX_BLOCK_SIZE 10240 |
Functions |
| globle void | SetupInstanceFileCommands (void *theEnv) |
| globle long | SaveInstancesCommand (void *theEnv) |
| globle long | LoadInstancesCommand (void *theEnv) |
| globle long | EnvLoadInstances (void *theEnv, char *file) |
| globle long | EnvLoadInstancesFromString (void *theEnv, char *theString, int theMax) |
| globle long | RestoreInstancesCommand (void *theEnv) |
| globle long | EnvRestoreInstances (void *theEnv, char *file) |
| globle long | EnvRestoreInstancesFromString (void *theEnv, char *theString, int theMax) |
| globle long | BinaryLoadInstancesCommand (void *theEnv) |
| globle long | EnvBinaryLoadInstances (void *theEnv, char *theFile) |
| globle long | EnvSaveInstances (void *theEnv, char *file, int saveCode, EXPRESSION *classExpressionList, intBool inheritFlag) |
| globle long | BinarySaveInstancesCommand (void *theEnv) |
| globle long | EnvBinarySaveInstances (void *theEnv, char *file, int saveCode, EXPRESSION *classExpressionList, intBool inheritFlag) |
Define Documentation
| #define MAX_BLOCK_SIZE 10240 |
Function Documentation
| globle long BinaryLoadInstancesCommand |
( |
void * |
theEnv |
) |
|
| globle long BinarySaveInstancesCommand |
( |
void * |
theEnv |
) |
|
| globle long EnvBinaryLoadInstances |
( |
void * |
theEnv, |
|
|
char * |
theFile | |
|
) |
| | |
| globle long EnvBinarySaveInstances |
( |
void * |
theEnv, |
|
|
char * |
file, |
|
|
int |
saveCode, |
|
|
EXPRESSION * |
classExpressionList, |
|
|
intBool |
inheritFlag | |
|
) |
| | |
| globle long EnvLoadInstances |
( |
void * |
theEnv, |
|
|
char * |
file | |
|
) |
| | |
| globle long EnvLoadInstancesFromString |
( |
void * |
theEnv, |
|
|
char * |
theString, |
|
|
int |
theMax | |
|
) |
| | |
| globle long EnvRestoreInstances |
( |
void * |
theEnv, |
|
|
char * |
file | |
|
) |
| | |
| globle long EnvRestoreInstancesFromString |
( |
void * |
theEnv, |
|
|
char * |
theString, |
|
|
int |
theMax | |
|
) |
| | |
| globle long EnvSaveInstances |
( |
void * |
theEnv, |
|
|
char * |
file, |
|
|
int |
saveCode, |
|
|
EXPRESSION * |
classExpressionList, |
|
|
intBool |
inheritFlag | |
|
) |
| | |
| globle long LoadInstancesCommand |
( |
void * |
theEnv |
) |
|
| globle long RestoreInstancesCommand |
( |
void * |
theEnv |
) |
|
| globle long SaveInstancesCommand |
( |
void * |
theEnv |
) |
|
| globle void SetupInstanceFileCommands |
( |
void * |
theEnv |
) |
|