ATX_PropertyValueData Union Reference

Union of the different possible data types for the 'data' field of an ATX_PropertyValue struct. 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 of the different possible data types for the 'data' field of an ATX_PropertyValue struct.
The documentation for this union was generated from the following file: