Value Union Reference

#include <interp_defs.h>

List of all members.


Detailed Description

Holds 32-bit values.


Public Attributes

uint32 u
 The unsigned integer value.
int32 i
 The integer value.
float f
 The float value.
REF ref
 Compressed/uncompressed reference.


Member Data Documentation

uint32 Value.u

The unsigned integer value.

int32 Value.i

The integer value.

float Value.f

The float value.

REF Value.ref

Compressed/uncompressed reference.


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

Genereated on Tue Mar 11 19:25:38 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.