src/clipsrules/core/rulecom.h File Reference
#include "evaluatn.h"
Go to the source code of this file.
|
Defines |
| #define | LOCALE extern |
| #define | Matches(a) EnvMatches(GetCurrentEnvironment(),a) |
| #define | JoinActivity(a, b) EnvJoinActivity(GetCurrentEnvironment(),a,b) |
| #define | MatchesCount(a) EnvMatchesCount(GetCurrentEnvironment(),a) |
| #define | GetBetaMemoryResizing() EnvGetBetaMemoryResizing(GetCurrentEnvironment()) |
| #define | SetBetaMemoryResizing(a) EnvSetBetaMemoryResizing(GetCurrentEnvironment(),a) |
Functions |
| LOCALE intBool | EnvGetBetaMemoryResizing (void *) |
| LOCALE intBool | EnvSetBetaMemoryResizing (void *, intBool) |
| LOCALE int | GetBetaMemoryResizingCommand (void *) |
| LOCALE int | SetBetaMemoryResizingCommand (void *) |
| LOCALE intBool | EnvMatches (void *, void *) |
| LOCALE long long | EnvJoinActivity (void *, void *, int) |
| LOCALE intBool | EnvMatchesCount (void *, void *) |
| LOCALE void | DefruleCommands (void *) |
| LOCALE void | MatchesCommand (void *) |
| LOCALE long long | JoinActivityCommand (void *) |
| LOCALE void | MatchesCountCommand (void *) |
| LOCALE long long | TimetagFunction (void *) |
Define Documentation
| #define GetBetaMemoryResizing |
( |
|
) |
EnvGetBetaMemoryResizing(GetCurrentEnvironment()) |
| #define JoinActivity |
( |
a, |
|
|
b |
|
) |
EnvJoinActivity(GetCurrentEnvironment(),a,b) |
| #define Matches |
( |
a |
|
) |
EnvMatches(GetCurrentEnvironment(),a) |
| #define MatchesCount |
( |
a |
|
) |
EnvMatchesCount(GetCurrentEnvironment(),a) |
| #define SetBetaMemoryResizing |
( |
a |
|
) |
EnvSetBetaMemoryResizing(GetCurrentEnvironment(),a) |
Function Documentation
| LOCALE void DefruleCommands |
( |
void * |
|
) |
|
| LOCALE intBool EnvGetBetaMemoryResizing |
( |
void * |
|
) |
|
| LOCALE long long EnvJoinActivity |
( |
void * |
, |
|
|
void * |
, |
|
|
int |
| |
|
) |
| | |
| LOCALE intBool EnvMatches |
( |
void * |
, |
|
|
void * |
| |
|
) |
| | |
| LOCALE intBool EnvMatchesCount |
( |
void * |
, |
|
|
void * |
| |
|
) |
| | |
| LOCALE intBool EnvSetBetaMemoryResizing |
( |
void * |
, |
|
|
intBool |
| |
|
) |
| | |
| LOCALE int GetBetaMemoryResizingCommand |
( |
void * |
|
) |
|
| LOCALE long long JoinActivityCommand |
( |
void * |
|
) |
|
| LOCALE void MatchesCommand |
( |
void * |
|
) |
|
| LOCALE void MatchesCountCommand |
( |
void * |
|
) |
|
| LOCALE int SetBetaMemoryResizingCommand |
( |
void * |
|
) |
|
| LOCALE long long TimetagFunction |
( |
void * |
|
) |
|