src/clipsrules/core/facthsh.h File Reference
#include "factmngr.h"
Go to the source code of this file.
Define Documentation
| #define GetFactDuplication |
( |
|
) |
EnvGetFactDuplication(GetCurrentEnvironment()) |
| #define SetFactDuplication |
( |
a |
|
) |
EnvSetFactDuplication(GetCurrentEnvironment(),a) |
| #define SIZE_FACT_HASH 16231 |
Function Documentation
| LOCALE void AddHashedFact |
( |
void * |
, |
|
|
struct fact * |
, |
|
|
unsigned |
long | |
|
) |
| | |
| LOCALE intBool EnvGetFactDuplication |
( |
void * |
|
) |
|
| LOCALE intBool EnvSetFactDuplication |
( |
void * |
, |
|
|
int |
| |
|
) |
| | |
| LOCALE unsigned long HandleFactDuplication |
( |
void * |
, |
|
|
void * |
, |
|
|
intBool * |
| |
|
) |
| | |
| LOCALE unsigned long HashFact |
( |
struct fact * |
|
) |
|
| LOCALE void InitializeFactHashTable |
( |
void * |
|
) |
|
| LOCALE intBool RemoveHashedFact |
( |
void * |
, |
|
|
struct fact * |
| |
|
) |
| | |
| LOCALE void ShowFactHashTable |
( |
void * |
|
) |
|