FORM 4.3
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

Position of the expression itself

Definition at line 100 of file structs.h.

◆ length

POSITION length

Length of the expression itself

Definition at line 101 of file structs.h.

◆ variables

POSITION variables

Position of the list with variables

Definition at line 102 of file structs.h.

◆ CompressSize

LONG CompressSize

Size of buffer before compress

Definition at line 103 of file structs.h.

◆ nsymbols

WORD nsymbols

Number of symbols in the list

Definition at line 104 of file structs.h.

Referenced by ReadSaveVariables().

◆ nindices

WORD nindices

Number of indices in the list

Definition at line 105 of file structs.h.

Referenced by ReadSaveVariables().

◆ nvectors

WORD nvectors

Number of vectors in the list

Definition at line 106 of file structs.h.

Referenced by ReadSaveVariables().

◆ nfunctions

WORD nfunctions

Number of functions in the list

Definition at line 107 of file structs.h.

Referenced by ReadSaveVariables().

◆ size

WORD size

Size of variables field

Definition at line 108 of file structs.h.

◆ name

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: