FreeBASIC  0.91.0
EMITCTX Class Reference
Collaboration diagram for EMITCTX:

Data Fields

integer inited
 
integer pos
 
REGCLASS_ptr regTB [toEMIT_REGCLASSES+1]
 
TFLIST nodeTB
 
TFLIST vregTB
 
EMIT_NODE_ptr curnode
 
REG_FREETB regUsedTB [EMIT_REGCLASSES+1]
 
integer lastsection
 
integer lastpriority
 
integer keyinited
 
THASH keyhash
 
EMIT_VTBL vtbl
 
any_ptr_ptr opFnTb
 

Detailed Description

Definition at line 1283 of file emit.bi.

Field Documentation

EMIT_NODE_ptr EMITCTX::curnode

Definition at line 1293 of file emit.bi.

integer EMITCTX::inited

Definition at line 1284 of file emit.bi.

THASH EMITCTX::keyhash

Definition at line 1302 of file emit.bi.

integer EMITCTX::keyinited

Definition at line 1301 of file emit.bi.

integer EMITCTX::lastpriority

Definition at line 1299 of file emit.bi.

integer EMITCTX::lastsection

Definition at line 1298 of file emit.bi.

TFLIST EMITCTX::nodeTB

Definition at line 1291 of file emit.bi.

any_ptr_ptr EMITCTX::opFnTb

Definition at line 1306 of file emit.bi.

integer EMITCTX::pos

Definition at line 1286 of file emit.bi.

REGCLASS_ptr EMITCTX::regTB[toEMIT_REGCLASSES+1]

Definition at line 1288 of file emit.bi.

REG_FREETB EMITCTX::regUsedTB[EMIT_REGCLASSES+1]

Definition at line 1295 of file emit.bi.

TFLIST EMITCTX::vregTB

Definition at line 1292 of file emit.bi.

EMIT_VTBL EMITCTX::vtbl

Definition at line 1305 of file emit.bi.


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