src/clipsrules/core/facthsh.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "setup.h"
#include "constant.h"
#include "memalloc.h"
#include "router.h"
#include "sysdep.h"
#include "envrnmnt.h"
#include "lgcldpnd.h"
#include "facthsh.h"
Go to the source code of this file.
Define Documentation
Function Documentation
| globle void AddHashedFact |
( |
void * |
theEnv, |
|
|
struct fact * |
theFact, |
|
|
unsigned long |
hashValue | |
|
) |
| | |
| globle intBool EnvGetFactDuplication |
( |
void * |
theEnv |
) |
|
| globle intBool EnvSetFactDuplication |
( |
void * |
theEnv, |
|
|
int |
value | |
|
) |
| | |
| globle unsigned long HandleFactDuplication |
( |
void * |
theEnv, |
|
|
void * |
theFact, |
|
|
intBool * |
duplicate | |
|
) |
| | |
| unsigned long HashFact |
( |
struct fact * |
theFact |
) |
|
| globle void InitializeFactHashTable |
( |
void * |
theEnv |
) |
|
| globle intBool RemoveHashedFact |
( |
void * |
theEnv, |
|
|
struct fact * |
theFact | |
|
) |
| | |