#include "setup.h"#include <stdio.h>#include <string.h>#include "classcom.h"#include "classfun.h"#include "bload.h"#include "constant.h"#include "drive.h"#include "engine.h"#include "envrnmnt.h"#include "memalloc.h"#include "multifld.h"#include "objrtmch.h"#include "reteutil.h"#include "router.h"#include "objrtfnx.h"

Go to the source code of this file.
Defines | |
| #define | _STDIO_INCLUDED_ |
| #define | _OBJRTFNX_SOURCE_ |
| #define | GetInsSlot(ins, si) ins->slotAddresses[ins->cls->slotNameMap[si]-1] |
Functions | |
| globle void | InstallObjectPrimitives (void *theEnv) |
| globle intBool | ObjectCmpConstantFunction (void *theEnv, void *theValue, DATA_OBJECT *theResult) |
| #define _OBJRTFNX_SOURCE_ |
Definition at line 60 of file objrtfnx.c.
| #define _STDIO_INCLUDED_ |
Definition at line 38 of file objrtfnx.c.
| #define GetInsSlot | ( | ins, | |||
| si | ) | ins->slotAddresses[ins->cls->slotNameMap[si]-1] |
Definition at line 69 of file objrtfnx.c.
| globle void InstallObjectPrimitives | ( | void * | theEnv | ) |
Definition at line 126 of file objrtfnx.c.
| globle intBool ObjectCmpConstantFunction | ( | void * | theEnv, | |
| void * | theValue, | |||
| DATA_OBJECT * | theResult | |||
| ) |
Definition at line 312 of file objrtfnx.c.
1.5.6