RCUC_set Struct Reference
[Compiler code]

#include <compiler.h>


Detailed Description

The set of compiled instructions.


Data Fields

u_int size
u_int alloc
u_int * data
char ** labels


Field Documentation

u_int RCUC_set::alloc
 

The number of allocated slots in the set.

u_int* RCUC_set::data
 

The instruction array of the set.

char** RCUC_set::labels
 

The instruction array of the set.

u_int RCUC_set::size
 

The number of instructions in the set.


The documentation for this struct was generated from the following file:
Top of page Last update Fri Jul 21 19:48:34 2006
Copyright © 2004 Christian Holm Created by DoxyGen 1.3.5