#include <evaluatn.h>
Public Attributes | |
| char * | name |
| void(* | shortPrintFunction )(void *, char *, void *) |
| void(* | longPrintFunction )(void *, char *, void *) |
| intBool(* | discardFunction )(void *, void *) |
| void(* | newFunction )(void *, DATA_OBJECT *) |
| intBool(* | callFunction )(void *, DATA_OBJECT *, DATA_OBJECT *) |
Definition at line 82 of file evaluatn.h.
Definition at line 84 of file evaluatn.h.
| void(* externalAddressType::shortPrintFunction)(void *, char *, void *) |
| void(* externalAddressType::longPrintFunction)(void *, char *, void *) |
| intBool(* externalAddressType::discardFunction)(void *, void *) |
| void(* externalAddressType::newFunction)(void *, DATA_OBJECT *) |
| intBool(* externalAddressType::callFunction)(void *, DATA_OBJECT *, DATA_OBJECT *) |
1.5.6