Main Page | Class Hierarchy | Compound List | File List | Compound Members

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:
BinX Primitive Data Type C Programming Data Type
BxByte8bx_byte8
BxUnsignedByte8bx_ubyte8
BxCharacter8bx_char8
BxShort16bx_short16
BxUnsignedShort16bx_ushort16
BxInteger32bx_int32
BxUnsignedInteger32bx_uint32
BxLong64bx_long64
BxUnsignedLong64bx_ulong64
BxFloat32bx_float32
BxDouble64bx_double64

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 doxygen 1.3.3