#include <factmngr.h>

Public Attributes | |
| struct patternEntity | factHeader |
| struct deftemplate * | whichDeftemplate |
| void * | list |
| long long | factIndex |
| unsigned long | hashValue |
| unsigned int | depth: 15 |
| unsigned int | garbage: 1 |
| struct fact * | previousFact |
| struct fact * | nextFact |
| struct fact * | previousTemplateFact |
| struct fact * | nextTemplateFact |
| struct multifield | theProposition |
Definition at line 48 of file factmngr.h.
struct patternEntity fact::factHeader [read] |
Definition at line 50 of file factmngr.h.
struct deftemplate* fact::whichDeftemplate [read] |
Definition at line 51 of file factmngr.h.
| void* fact::list |
Definition at line 52 of file factmngr.h.
| long long fact::factIndex |
Definition at line 53 of file factmngr.h.
| unsigned long fact::hashValue |
Definition at line 54 of file factmngr.h.
| unsigned int fact::depth |
Definition at line 55 of file factmngr.h.
| unsigned int fact::garbage |
Definition at line 56 of file factmngr.h.
struct fact* fact::previousFact [read] |
Definition at line 57 of file factmngr.h.
struct fact* fact::nextFact [read] |
Definition at line 58 of file factmngr.h.
struct fact* fact::previousTemplateFact [read] |
Definition at line 59 of file factmngr.h.
struct fact* fact::nextTemplateFact [read] |
Definition at line 60 of file factmngr.h.
struct multifield fact::theProposition [read] |
Definition at line 61 of file factmngr.h.
1.5.6