|
My Project
UDK 3.2.7 C/C++ API Reference
|
specifies a variable container for field values. More...
#include <types.h>
Public Attributes | |
| sal_Bool | aBool |
| sal_Int8 | aByte |
| sal_Int16 | aShort |
| sal_uInt16 | aUShort |
| sal_Int32 | aLong |
| sal_uInt32 | aULong |
| sal_Int64 | aHyper |
| sal_uInt64 | aUHyper |
| float | aFloat |
| double | aDouble |
| sal_Unicode const * | aString |
specifies a variable container for field values.
| sal_Bool RTConstValueUnion::aBool |
| sal_Int8 RTConstValueUnion::aByte |
| double RTConstValueUnion::aDouble |
| float RTConstValueUnion::aFloat |
| sal_Int64 RTConstValueUnion::aHyper |
| sal_Int32 RTConstValueUnion::aLong |
| sal_Int16 RTConstValueUnion::aShort |
| sal_Unicode const* RTConstValueUnion::aString |
| sal_uInt64 RTConstValueUnion::aUHyper |
| sal_uInt32 RTConstValueUnion::aULong |
| sal_uInt16 RTConstValueUnion::aUShort |
1.8.1.2