FreeWRL / FreeX3D 4.3.0
FWVAL Struct Reference

Data Fields

char itype
 
union { 
 
   int   _null 
 
   double   _numeric 
 
   int   _integer 
 
   int   _boolean 
 
   const char *   _string 
 
   FWPointer   _pointer 
 
   FWPointer   _web3dval 
 
   void *   _jsobject 
 
};  
 

Detailed Description

Definition at line 115 of file FWTYPE.h.

Field Documentation

◆ _boolean

int FWVAL::_boolean

Definition at line 122 of file FWTYPE.h.

◆ _integer

int FWVAL::_integer

Definition at line 121 of file FWTYPE.h.

◆ _jsobject

void* FWVAL::_jsobject

Definition at line 127 of file FWTYPE.h.

◆ _null

int FWVAL::_null

Definition at line 119 of file FWTYPE.h.

◆ _numeric

double FWVAL::_numeric

Definition at line 120 of file FWTYPE.h.

◆ _pointer

FWPointer FWVAL::_pointer

Definition at line 125 of file FWTYPE.h.

◆ _string

const char* FWVAL::_string

Definition at line 123 of file FWTYPE.h.

◆ _web3dval

FWPointer FWVAL::_web3dval

Definition at line 126 of file FWTYPE.h.

◆ itype

char FWVAL::itype

Definition at line 116 of file FWTYPE.h.


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