FORM 4.3
|
#include <structs.h>
Public Member Functions | |
PADPOSITION (0, 1, 0, 5, MAXENAME+1) | |
Data Fields | |
POSITION | position |
POSITION | length |
POSITION | variables |
LONG | CompressSize |
WORD | nsymbols |
WORD | nindices |
WORD | nvectors |
WORD | nfunctions |
WORD | size |
SBYTE | name [MAXENAME+1] |
Defines the structure of an entry in a file index (see struct FiLeInDeX).
It represents one expression in the file.
WORD nsymbols |
Number of symbols in the list
Definition at line 104 of file structs.h.
Referenced by ReadSaveVariables().
WORD nindices |
Number of indices in the list
Definition at line 105 of file structs.h.
Referenced by ReadSaveVariables().
WORD nvectors |
Number of vectors in the list
Definition at line 106 of file structs.h.
Referenced by ReadSaveVariables().
WORD nfunctions |
Number of functions in the list
Definition at line 107 of file structs.h.
Referenced by ReadSaveVariables().