TypedValue Struct Reference

Variant structure to hold an integer, float, or string pointer. More...

#include <Common.h>

List of all members.

Public Attributes

AttributeType type
 The type of the value.
union {
   int   value_i
 The value as an integer (use when type == INTEGER).
   float   value_f
 The value as a float (use when type == FLOAT).
   const char *   value_str
 The value as a string (use when type == STRING).
}; 


Detailed Description

Variant structure to hold an integer, float, or string pointer.

Variant structure to hold an integer, float, or string pointer. The type parameter indicates which field of the union is meaningful.


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

Generated on Mon May 16 17:05:06 2011 by  doxygen 1.5.6