src/clipsrules/core/insfile.h File Reference
#include "expressn.h"
Go to the source code of this file.
|
Defines |
| #define | INSTANCE_FILE_DATA 30 |
| #define | LOCALE extern |
| #define | BinaryLoadInstances(a) EnvBinaryLoadInstances(GetCurrentEnvironment(),a) |
| #define | BinarySaveInstances(a, b, c, d) EnvBinarySaveInstances(GetCurrentEnvironment(),a,b,c,d) |
| #define | LoadInstances(a) EnvLoadInstances(GetCurrentEnvironment(),a) |
| #define | LoadInstancesFromString(a, b) EnvLoadInstancesFromString(GetCurrentEnvironment(),a,b) |
| #define | RestoreInstances(a) EnvRestoreInstances(GetCurrentEnvironment(),a) |
| #define | RestoreInstancesFromString(a, b) EnvRestoreInstancesFromString(GetCurrentEnvironment(),a,b) |
| #define | SaveInstances(a, b, c, d) EnvSaveInstances(GetCurrentEnvironment(),a,b,c,d) |
Functions |
| LOCALE void | SetupInstanceFileCommands (void *) |
| LOCALE long | SaveInstancesCommand (void *) |
| LOCALE long | LoadInstancesCommand (void *) |
| LOCALE long | RestoreInstancesCommand (void *) |
| LOCALE long | EnvSaveInstances (void *, char *, int, EXPRESSION *, intBool) |
| LOCALE long | EnvLoadInstances (void *, char *) |
| LOCALE long | EnvLoadInstancesFromString (void *, char *, int) |
| LOCALE long | EnvRestoreInstances (void *, char *) |
| LOCALE long | EnvRestoreInstancesFromString (void *, char *, int) |
Define Documentation
| #define BinaryLoadInstances |
( |
a |
|
) |
EnvBinaryLoadInstances(GetCurrentEnvironment(),a) |
| #define BinarySaveInstances |
( |
a, |
|
|
b, |
|
|
c, |
|
|
d |
|
) |
EnvBinarySaveInstances(GetCurrentEnvironment(),a,b,c,d) |
| #define INSTANCE_FILE_DATA 30 |
| #define LoadInstances |
( |
a |
|
) |
EnvLoadInstances(GetCurrentEnvironment(),a) |
| #define LoadInstancesFromString |
( |
a, |
|
|
b |
|
) |
EnvLoadInstancesFromString(GetCurrentEnvironment(),a,b) |
| #define RestoreInstances |
( |
a |
|
) |
EnvRestoreInstances(GetCurrentEnvironment(),a) |
| #define RestoreInstancesFromString |
( |
a, |
|
|
b |
|
) |
EnvRestoreInstancesFromString(GetCurrentEnvironment(),a,b) |
| #define SaveInstances |
( |
a, |
|
|
b, |
|
|
c, |
|
|
d |
|
) |
EnvSaveInstances(GetCurrentEnvironment(),a,b,c,d) |
Function Documentation
| LOCALE long EnvLoadInstances |
( |
void * |
, |
|
|
char * |
| |
|
) |
| | |
| LOCALE long EnvLoadInstancesFromString |
( |
void * |
, |
|
|
char * |
, |
|
|
int |
| |
|
) |
| | |
| LOCALE long EnvRestoreInstances |
( |
void * |
, |
|
|
char * |
| |
|
) |
| | |
| LOCALE long EnvRestoreInstancesFromString |
( |
void * |
, |
|
|
char * |
, |
|
|
int |
| |
|
) |
| | |
| LOCALE long EnvSaveInstances |
( |
void * |
, |
|
|
char * |
, |
|
|
int |
, |
|
|
EXPRESSION * |
, |
|
|
intBool |
| |
|
) |
| | |
| LOCALE long LoadInstancesCommand |
( |
void * |
|
) |
|
| LOCALE long RestoreInstancesCommand |
( |
void * |
|
) |
|
| LOCALE long SaveInstancesCommand |
( |
void * |
|
) |
|
| LOCALE void SetupInstanceFileCommands |
( |
void * |
|
) |
|