#include <bsave.h>

Public Attributes | |
| char * | name |
| void(* | findFunction )(void *) |
| void(* | bloadStorageFunction )(void *) |
| void(* | bloadFunction )(void *) |
| void(* | clearFunction )(void *) |
| void(* | expressionFunction )(void *, FILE *) |
| void(* | bsaveStorageFunction )(void *, FILE *) |
| void(* | bsaveFunction )(void *, FILE *) |
| int | priority |
| struct BinaryItem * | next |
Definition at line 48 of file bsave.h.
| char* BinaryItem::name |
| void(* BinaryItem::findFunction)(void *) |
| void(* BinaryItem::bloadStorageFunction)(void *) |
| void(* BinaryItem::bloadFunction)(void *) |
| void(* BinaryItem::clearFunction)(void *) |
| void(* BinaryItem::expressionFunction)(void *, FILE *) |
| void(* BinaryItem::bsaveStorageFunction)(void *, FILE *) |
| void(* BinaryItem::bsaveFunction)(void *, FILE *) |
struct BinaryItem* BinaryItem::next [read] |
1.5.6