src/clipsrules/core/bload.c File Reference
#include "setup.h"
#include "argacces.h"
#include "bsave.h"
#include "constrct.h"
#include "cstrnbin.h"
#include "envrnmnt.h"
#include "exprnpsr.h"
#include "memalloc.h"
#include "router.h"
#include "utility.h"
#include "bload.h"
Go to the source code of this file.
|
Defines |
| #define | _BLOAD_SOURCE_ |
Functions |
| globle void | InitializeBloadData (void *theEnv) |
| globle int | EnvBload (void *theEnv, char *fileName) |
| globle void | BloadandRefresh (void *theEnv, long objcnt, size_t objsz, void(*objupdate)(void *, void *, long)) |
| globle intBool | Bloaded (void *theEnv) |
| globle void | AddBeforeBloadFunction (void *theEnv, char *name, void(*func)(void *), int priority) |
| globle void | AddAfterBloadFunction (void *theEnv, char *name, void(*func)(void *), int priority) |
| globle void | AddClearBloadReadyFunction (void *theEnv, char *name, int(*func)(void *), int priority) |
| globle void | AddAbortBloadFunction (void *theEnv, char *name, void(*func)(void *), int priority) |
| globle void | CannotLoadWithBloadMessage (void *theEnv, char *constructName) |
| globle int | BloadCommand (void *theEnv) |
Define Documentation
Function Documentation
| globle void AddAbortBloadFunction |
( |
void * |
theEnv, |
|
|
char * |
name, |
|
|
void(*)(void *) |
func, |
|
|
int |
priority | |
|
) |
| | |
| globle void AddAfterBloadFunction |
( |
void * |
theEnv, |
|
|
char * |
name, |
|
|
void(*)(void *) |
func, |
|
|
int |
priority | |
|
) |
| | |
| globle void AddBeforeBloadFunction |
( |
void * |
theEnv, |
|
|
char * |
name, |
|
|
void(*)(void *) |
func, |
|
|
int |
priority | |
|
) |
| | |
| globle void AddClearBloadReadyFunction |
( |
void * |
theEnv, |
|
|
char * |
name, |
|
|
int(*)(void *) |
func, |
|
|
int |
priority | |
|
) |
| | |
| globle void BloadandRefresh |
( |
void * |
theEnv, |
|
|
long |
objcnt, |
|
|
size_t |
objsz, |
|
|
void(*)(void *, void *, long) |
objupdate | |
|
) |
| | |
| globle int BloadCommand |
( |
void * |
theEnv |
) |
|
| globle intBool Bloaded |
( |
void * |
theEnv |
) |
|
| globle void CannotLoadWithBloadMessage |
( |
void * |
theEnv, |
|
|
char * |
constructName | |
|
) |
| | |
| globle int EnvBload |
( |
void * |
theEnv, |
|
|
char * |
fileName | |
|
) |
| | |
| globle void InitializeBloadData |
( |
void * |
theEnv |
) |
|