src/clipsrules/core/insmngr.c File Reference
#include "setup.h"
#include "network.h"
#include "drive.h"
#include "objrtmch.h"
#include "lgcldpnd.h"
#include "classcom.h"
#include "classfun.h"
#include "engine.h"
#include "envrnmnt.h"
#include "memalloc.h"
#include "extnfunc.h"
#include "insfun.h"
#include "modulutl.h"
#include "msgcom.h"
#include "msgfun.h"
#include "prccode.h"
#include "router.h"
#include "sysdep.h"
#include "utility.h"
#include "insmngr.h"
#include "inscom.h"
#include "watch.h"
Go to the source code of this file.
|
Defines |
| #define | _INSMNGR_SOURCE_ |
| #define | MAKE_TRACE "==>" |
| #define | UNMAKE_TRACE "<==" |
Functions |
| globle void | InitializeInstanceCommand (void *theEnv, DATA_OBJECT *result) |
| globle void | MakeInstanceCommand (void *theEnv, DATA_OBJECT *result) |
| globle SYMBOL_HN * | GetFullInstanceName (void *theEnv, INSTANCE_TYPE *ins) |
| globle INSTANCE_TYPE * | BuildInstance (void *theEnv, SYMBOL_HN *iname, DEFCLASS *cls, intBool initMessage) |
| globle void | InitSlotsCommand (void *theEnv, DATA_OBJECT *result) |
| globle intBool | QuashInstance (void *theEnv, INSTANCE_TYPE *ins) |
| globle void | InactiveInitializeInstance (void *theEnv, DATA_OBJECT *result) |
| globle void | InactiveMakeInstance (void *theEnv, DATA_OBJECT *result) |
Define Documentation
| #define UNMAKE_TRACE "<==" |
Function Documentation
| globle void InactiveInitializeInstance |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
result | |
|
) |
| | |
| globle void InactiveMakeInstance |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
result | |
|
) |
| | |
| globle void InitializeInstanceCommand |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
result | |
|
) |
| | |
| globle void InitSlotsCommand |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
result | |
|
) |
| | |
| globle void MakeInstanceCommand |
( |
void * |
theEnv, |
|
|
DATA_OBJECT * |
result | |
|
) |
| | |
| globle intBool QuashInstance |
( |
void * |
theEnv, |
|
|
INSTANCE_TYPE * |
ins | |
|
) |
| | |