ATX_PropertyValue Union Reference

Union different possible types the 'value' field of an ATX_Property structure. More...

#include <AtxProperties.h>


Data Fields

void * any
 Any pointer.
ATX_CString string
 A character string.
ATX_Int32 integer
 An integer number.
ATX_Float fp
 A floating point number.
ATX_Boolean boolean
 A boolean value.
ATX_PropertyRawData raw_data
 A pointer to untyped data.


Detailed Description

Union different possible types the 'value' field of an ATX_Property structure.
The documentation for this union was generated from the following file: