QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
symtab_s Struct Reference
Collaboration diagram for symtab_s:
[legend]

Data Fields

struct symtab_snext
 next in global collection of symtabs More...
 
struct symtab_sparent
 points to parent table More...
 
int size
 size of structure represented by symtab More...
 
struct defspace_sspace
 storage for vars in scope symtabs More...
 
symbol_tsymbols
 chain of symbols in this table More...
 
symbol_t ** symtail
 keep chain in declaration order More...
 
struct hashtab_s * tab
 symbols defined in this table More...
 
stab_type_e type
 type of symbol table More...
 

Field Documentation

struct symtab_s* next

next in global collection of symtabs

struct symtab_s* parent

points to parent table

int size

size of structure represented by symtab

struct defspace_s* space

storage for vars in scope symtabs

symbol_t* symbols

chain of symbols in this table

symbol_t** symtail

keep chain in declaration order

struct hashtab_s* tab

symbols defined in this table

type of symbol table


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