src/clipsrules/core/rulecom.c File Reference
#include <stdio.h>
#include <string.h>
#include "setup.h"
#include "argacces.h"
#include "constant.h"
#include "constrct.h"
#include "crstrtgy.h"
#include "engine.h"
#include "envrnmnt.h"
#include "evaluatn.h"
#include "extnfunc.h"
#include "incrrset.h"
#include "lgcldpnd.h"
#include "memalloc.h"
#include "pattern.h"
#include "reteutil.h"
#include "router.h"
#include "ruledlt.h"
#include "sysdep.h"
#include "watch.h"
#include "rulebin.h"
#include "rulecom.h"
Go to the source code of this file.
Define Documentation
Function Documentation
| globle void DefruleCommands |
( |
void * |
theEnv |
) |
|
| globle intBool EnvGetBetaMemoryResizing |
( |
void * |
theEnv |
) |
|
| globle long long EnvJoinActivity |
( |
void * |
theEnv, |
|
|
void * |
theRule, |
|
|
int |
verbosity | |
|
) |
| | |
| globle intBool EnvMatches |
( |
void * |
theEnv, |
|
|
void * |
theRule | |
|
) |
| | |
| globle intBool EnvMatchesCount |
( |
void * |
theEnv, |
|
|
void * |
theRule | |
|
) |
| | |
| globle intBool EnvSetBetaMemoryResizing |
( |
void * |
theEnv, |
|
|
int |
value | |
|
) |
| | |
| globle int GetBetaMemoryResizingCommand |
( |
void * |
theEnv |
) |
|
| globle long long JoinActivityCommand |
( |
void * |
theEnv |
) |
|
| globle void MatchesCommand |
( |
void * |
theEnv |
) |
|
| globle void MatchesCountCommand |
( |
void * |
theEnv |
) |
|
| globle int SetBetaMemoryResizingCommand |
( |
void * |
theEnv |
) |
|
| globle long long TimetagFunction |
( |
void * |
theEnv |
) |
|