FORM  4.2.1
Public Member Functions | Data Fields
InDeXeNtRy Struct Reference

#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]
 

Detailed Description

Defines the structure of an entry in a file index (see struct FiLeInDeX).

It represents one expression in the file.

Definition at line 99 of file structs.h.

Field Documentation

POSITION position

Position of the expression itself

Definition at line 100 of file structs.h.

POSITION length

Length of the expression itself

Definition at line 101 of file structs.h.

POSITION variables

Position of the list with variables

Definition at line 102 of file structs.h.

LONG CompressSize

Size of buffer before compress

Definition at line 103 of file structs.h.

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().

WORD size

Size of variables field

Definition at line 108 of file structs.h.

SBYTE name[MAXENAME+1]

Name of expression

Definition at line 109 of file structs.h.


The documentation for this struct was generated from the following file: