#include <engine.h>

Public Attributes | |
| struct defrule * | ExecutingRule |
| intBool | HaltRules |
| struct joinNode * | TheLogicalJoin |
| struct partialMatch * | TheLogicalBind |
| struct dependency * | UnsupportedDataEntities |
| int | alreadyEntered |
| struct callFunctionItem * | ListOfRunFunctions |
| struct focus * | CurrentFocus |
| int | FocusChanged |
| intBool | IncrementalResetInProgress |
| intBool | IncrementalResetFlag |
| intBool | JoinOperationInProgress |
| struct partialMatch * | GlobalLHSBinds |
| struct partialMatch * | GlobalRHSBinds |
| struct joinNode * | GlobalJoin |
| struct partialMatch * | GarbagePartialMatches |
| struct alphaMatch * | GarbageAlphaMatches |
| int | AlreadyRunning |
Definition at line 68 of file engine.h.
struct defrule* engineData::ExecutingRule [read] |
| intBool engineData::HaltRules |
struct joinNode* engineData::TheLogicalJoin [read] |
struct partialMatch* engineData::TheLogicalBind [read] |
struct dependency* engineData::UnsupportedDataEntities [read] |
struct callFunctionItem* engineData::ListOfRunFunctions [read] |
struct focus* engineData::CurrentFocus [read] |
| intBool engineData::IncrementalResetFlag |
struct partialMatch* engineData::GlobalLHSBinds [read] |
struct partialMatch* engineData::GlobalRHSBinds [read] |
struct joinNode* engineData::GlobalJoin [read] |
struct partialMatch* engineData::GarbagePartialMatches [read] |
struct alphaMatch* engineData::GarbageAlphaMatches [read] |
1.5.6