FreeBASIC  0.91.0
REG_REGCTX Class Reference
Collaboration diagram for REG_REGCTX:

Data Fields

REG_REG_ptr freetail
 
REG_REG_ptr usedtail
 
REG_FREETB freeTB
 
REG_REG regTB [toREG_MAXREGS+1]
 
REG_SIZEMASK sizeTB [toREG_MAXREGS+1]
 
uinteger nextTB [toREG_MAXREGS+1]
 

Detailed Description

Definition at line 195 of file reg.bi.

Field Documentation

REG_REG_ptr REG_REGCTX::freetail

Definition at line 196 of file reg.bi.

REG_FREETB REG_REGCTX::freeTB

Definition at line 199 of file reg.bi.

uinteger REG_REGCTX::nextTB[toREG_MAXREGS+1]

Definition at line 209 of file reg.bi.

REG_REG REG_REGCTX::regTB[toREG_MAXREGS+1]

Definition at line 201 of file reg.bi.

REG_SIZEMASK REG_REGCTX::sizeTB[toREG_MAXREGS+1]

Definition at line 205 of file reg.bi.

REG_REG_ptr REG_REGCTX::usedtail

Definition at line 197 of file reg.bi.


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