AttributeOrValue Struct Reference

Variant structure to hold an attribute name or a constant value. More...

#include <Common.h>

List of all members.

Public Attributes

bool isAttribute
 Whether the structure stores an attribute name or a constant value.
union {
   RelationAttribute   attribute
 An attribute name (isAttribute != 0).
   TypedValue   value
 A constant value (isAttribute == 0).
}; 


Detailed Description

Variant structure to hold an attribute name or a constant value.

Variant structure to hold an attribute name (RelationAttribute) or a constant value (TypedValue). The isAttribute field 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