#include "setup.h"#include "argacces.h"#include "envrnmnt.h"#include "memalloc.h"#include "exprnpsr.h"#include "modulutl.h"#include "tmpltutl.h"#include "insfun.h"#include "factqpsr.h"#include "prcdrfun.h"#include "router.h"#include "utility.h"#include "factqury.h"

Go to the source code of this file.
Defines | |
| #define | _FACTQURY_SOURCE_ |
Functions | |
| globle void | SetupFactQuery (void *theEnv) |
| globle void | GetQueryFact (void *theEnv, DATA_OBJECT *result) |
| globle void | GetQueryFactSlot (void *theEnv, DATA_OBJECT *result) |
| globle intBool | AnyFacts (void *theEnv) |
| globle void | QueryFindFact (void *theEnv, DATA_OBJECT *result) |
| globle void | QueryFindAllFacts (void *theEnv, DATA_OBJECT *result) |
| globle void | QueryDoForFact (void *theEnv, DATA_OBJECT *result) |
| globle void | QueryDoForAllFacts (void *theEnv, DATA_OBJECT *result) |
| globle void | DelayedQueryDoForAllFacts (void *theEnv, DATA_OBJECT *result) |
| #define _FACTQURY_SOURCE_ |
Definition at line 50 of file factqury.c.
| globle intBool AnyFacts | ( | void * | theEnv | ) |
Definition at line 268 of file factqury.c.
| globle void DelayedQueryDoForAllFacts | ( | void * | theEnv, | |
| DATA_OBJECT * | result | |||
| ) |
Definition at line 511 of file factqury.c.
| globle void GetQueryFact | ( | void * | theEnv, | |
| DATA_OBJECT * | result | |||
| ) |
Definition at line 135 of file factqury.c.
| globle void GetQueryFactSlot | ( | void * | theEnv, | |
| DATA_OBJECT * | result | |||
| ) |
Definition at line 156 of file factqury.c.
| globle void QueryDoForAllFacts | ( | void * | theEnv, | |
| DATA_OBJECT * | result | |||
| ) |
Definition at line 463 of file factqury.c.
| globle void QueryDoForFact | ( | void * | theEnv, | |
| DATA_OBJECT * | result | |||
| ) |
Definition at line 422 of file factqury.c.
| globle void QueryFindAllFacts | ( | void * | theEnv, | |
| DATA_OBJECT * | result | |||
| ) |
Definition at line 363 of file factqury.c.
| globle void QueryFindFact | ( | void * | theEnv, | |
| DATA_OBJECT * | result | |||
| ) |
Definition at line 304 of file factqury.c.
| globle void SetupFactQuery | ( | void * | theEnv | ) |
Definition at line 81 of file factqury.c.
1.5.6