Value2 Union Reference

#include <interp_defs.h>

List of all members.


Detailed Description

Holds 64-bit values.


Public Attributes

Value v [2]
 Two 32-bit values.
int64 i64
 The long-long value.
uint64 u64
 The unsigned long-long value.
double d
 The double value.
ManagedObject * ref
 The reference.


Member Data Documentation

Value Value2.v[2]

Two 32-bit values.

int64 Value2.i64

The long-long value.

uint64 Value2.u64

The unsigned long-long value.

double Value2.d

The double value.

ManagedObject* Value2.ref

The 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.