BxDataUnion Union Reference
Union defining storage space for each of the BinX data types.
More...
#include <BxDataObject.h>
List of all members.
Detailed Description
This union defines a corresponding C language data type for each BinX primitive data type. The BinX primitive data type and C programming data types are mapped as follows:
These definitions are contained within a C language union construct. This ensures that the minimum memory space is allocated for each BinX primitive data type, as storage for only one specific data type is allocated for each instance of the C programming language union construct.
The documentation for this union was generated from the following file:
Generated on Fri May 6 13:36:19 2005 for edikt::BinX by
1.3.3