|
Defines |
| #define | _INSCOM_SOURCE_ |
| #define | ALL_QUALIFIER "inherit" |
Functions |
| globle void | SetupInstances (void *theEnv) |
| globle intBool | EnvDeleteInstance (void *theEnv, void *iptr) |
| globle intBool | EnvUnmakeInstance (void *theEnv, void *iptr) |
| globle void | InstancesCommand (void *theEnv) |
| globle void | PPInstanceCommand (void *theEnv) |
| globle void | EnvInstances (void *theEnv, char *logicalName, void *theVModule, char *className, int inheritFlag) |
| globle void * | EnvMakeInstance (void *theEnv, char *mkstr) |
| globle void * | EnvCreateRawInstance (void *theEnv, void *cptr, char *iname) |
| globle void * | EnvFindInstance (void *theEnv, void *theModule, char *iname, unsigned searchImports) |
| globle int | EnvValidInstanceAddress (void *theEnv, void *iptr) |
| globle void | EnvDirectGetSlot (void *theEnv, void *ins, char *sname, DATA_OBJECT *result) |
| globle int | EnvDirectPutSlot (void *theEnv, void *ins, char *sname, DATA_OBJECT *val) |
| globle char * | EnvGetInstanceName (void *theEnv, void *iptr) |
| globle char * | GetInstanceName (void *iptr) |
| globle void * | EnvGetInstanceClass (void *theEnv, void *iptr) |
| globle unsigned long | GetGlobalNumberOfInstances (void *theEnv) |
| globle void * | EnvGetNextInstance (void *theEnv, void *iptr) |
| globle void * | GetNextInstanceInScope (void *theEnv, void *iptr) |
| globle void * | EnvGetNextInstanceInClass (void *theEnv, void *cptr, void *iptr) |
| globle void * | EnvGetNextInstanceInClassAndSubclasses (void *theEnv, void **cptr, void *iptr, DATA_OBJECT *iterationInfo) |
| globle void | EnvGetInstancePPForm (void *theEnv, char *buf, unsigned buflen, void *iptr) |
| globle void | ClassCommand (void *theEnv, DATA_OBJECT *result) |
| globle intBool | CreateInstanceHandler (void *theEnv) |
| globle intBool | DeleteInstanceCommand (void *theEnv) |
| globle intBool | UnmakeInstanceCommand (void *theEnv) |
| globle void | SymbolToInstanceName (void *theEnv, DATA_OBJECT *result) |
| globle void * | InstanceNameToSymbol (void *theEnv) |
| globle void | InstanceAddressCommand (void *theEnv, DATA_OBJECT *result) |
| globle void | InstanceNameCommand (void *theEnv, DATA_OBJECT *result) |
| globle intBool | InstanceAddressPCommand (void *theEnv) |
| globle intBool | InstanceNamePCommand (void *theEnv) |
| globle intBool | InstancePCommand (void *theEnv) |
| globle intBool | InstanceExistPCommand (void *theEnv) |