#include <stdio.h>#include "expressn.h"


Go to the source code of this file.
Classes | |
| struct | BinaryItem |
| struct | bsave_expr |
| struct | bsaveData |
Defines | |
| #define | LOCALE extern |
| #define | CONSTRUCT_HEADER_SIZE 20 |
| #define | BSAVE_DATA 39 |
| #define | BsaveData(theEnv) ((struct bsaveData *) GetEnvironmentData(theEnv,BSAVE_DATA)) |
| #define | Bsave(a) EnvBsave(GetCurrentEnvironment(),a) |
Typedefs | |
| typedef struct bsave_expr | BSAVE_EXPRESSION |
Functions | |
| LOCALE void | InitializeBsaveData (void *) |
| LOCALE int | BsaveCommand (void *) |
| LOCALE intBool | AddBinaryItem (void *, char *, int, void(*)(void *), void(*)(void *, FILE *), void(*)(void *, FILE *), void(*)(void *, FILE *), void(*)(void *), void(*)(void *), void(*)(void *)) |
Variables | |
| struct BinaryItem * | ListOfBinaryItems |
| #define BsaveData | ( | theEnv | ) | ((struct bsaveData *) GetEnvironmentData(theEnv,BSAVE_DATA)) |
| typedef struct bsave_expr BSAVE_EXPRESSION |
| LOCALE intBool AddBinaryItem | ( | void * | , | |
| char * | , | |||
| int | , | |||
| void(*)(void *) | , | |||
| void(*)(void *, FILE *) | , | |||
| void(*)(void *, FILE *) | , | |||
| void(*)(void *, FILE *) | , | |||
| void(*)(void *) | , | |||
| void(*)(void *) | , | |||
| void(*)(void *) | ||||
| ) |
| struct BinaryItem* ListOfBinaryItems |
1.5.6