FORM  4.3
Data Fields
CbUf Struct Reference

#include <structs.h>

Data Fields

WORD * Buffer
 
WORD * Top
 
WORD * Pointer
 
WORD ** lhs
 
WORD ** rhs
 
LONG * CanCommu
 
LONG * NumTerms
 
WORD * numdum
 
WORD * dimension
 
COMPTREEboomlijst
 
LONG BufferSize
 
int numlhs
 
int numrhs
 
int maxlhs
 
int maxrhs
 
int mnumlhs
 
int mnumrhs
 
int numtree
 
int rootnum
 
int MaxTreeSize
 

Detailed Description

The CBUF struct is used by the compiler. It is a compiler buffer of which since version 3.0 there can be many.

Definition at line 938 of file structs.h.

Field Documentation

◆ Buffer

WORD* Buffer

[D] Size in BufferSize

Definition at line 939 of file structs.h.

◆ Top

WORD* Top

pointer to the end of the Buffer memory

Definition at line 940 of file structs.h.

◆ Pointer

WORD* Pointer

pointer into the Buffer memory

Definition at line 941 of file structs.h.

◆ lhs

WORD** lhs

[D] Size in maxlhs. list of pointers into Buffer.

Definition at line 942 of file structs.h.

◆ rhs

WORD** rhs

[D] Size in maxrhs. list of pointers into Buffer.

Definition at line 943 of file structs.h.

◆ CanCommu

LONG* CanCommu

points into rhs memory behind WORD* area.

Definition at line 944 of file structs.h.

◆ NumTerms

LONG* NumTerms

points into rhs memory behind CanCommu area

Definition at line 945 of file structs.h.

◆ numdum

WORD* numdum

points into rhs memory behind NumTerms

Definition at line 946 of file structs.h.

◆ dimension

WORD* dimension

points into rhs memory behind numdum

Definition at line 947 of file structs.h.

◆ boomlijst

COMPTREE* boomlijst

[D] Number elements in MaxTreeSize

Definition at line 948 of file structs.h.

◆ BufferSize

LONG BufferSize

Number of allocated WORD's in Buffer

Definition at line 949 of file structs.h.


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