CMPI 2.1.0 API
|
A union that can hold a value of any of the data types defined in CMPI. More...
#include <cmpidt.h>
Data Fields | |
CMPIBoolean | boolean |
Value of CIM type boolean and other booleans. | |
CMPIChar16 | char16 |
Value of CIM type char16 | |
CMPIUint8 | uint8 |
Value of CIM type uint8 | |
CMPIUint16 | uint16 |
Value of CIM type uint16 | |
CMPIUint32 | uint32 |
Value of CIM type uint32 | |
CMPIUint64 | uint64 |
Value of CIM type uint64 | |
CMPISint8 | sint8 |
Value of CIM type sint8 | |
CMPISint16 | sint16 |
Value of CIM type sint16 | |
CMPISint32 | sint32 |
Value of CIM type sint32 | |
CMPISint64 | sint64 |
Value of CIM type sint64 | |
CMPIReal32 | real32 |
Value of CIM type real32 | |
CMPIReal64 | real64 |
Value of CIM type real64 | |
CMPIInstance * | inst |
Value of a CMPIInstance object, used for CIM embedded instances. | |
CMPIObjectPath * | ref |
Value of a CMPIObjectPath object, used for CIM type reference | |
CMPIArgs * | args |
Value of a CMPIArgs object. | |
CMPISelectExp * | filter |
Value of a CMPISelectExp object. | |
CMPIEnumeration * | Enum |
Value of a CMPIEnumeration object. | |
CMPIArray * | array |
Value of a CMPIArray object. | |
CMPIString * | string |
Value of a CMPIString object. | |
char * | chars |
Value of a C string. | |
CMPIDateTime * | dateTime |
Value of a CMPIDateTime object. | |
CMPIValuePtr | dataPtr |
Value of a CMPIValuePtr object. | |
CMPISint8 | Byte |
Deprecated. More... | |
CMPISint16 | Short |
Deprecated. More... | |
CMPISint32 | Int |
Deprecated. More... | |
CMPISint64 | Long |
Deprecated. More... | |
CMPIReal32 | Float |
Deprecated. More... | |
CMPIReal64 | Double |
Deprecated. More... | |
A union that can hold a value of any of the data types defined in CMPI.
CMPISint8 CMPIValue::Byte |
Deprecated.
sint8
instead. CMPISint16 CMPIValue::Short |
Deprecated.
sint16
instead. CMPISint32 CMPIValue::Int |
Deprecated.
sint32
instead. CMPISint64 CMPIValue::Long |
Deprecated.
sint64
instead. CMPIReal32 CMPIValue::Float |
Deprecated.
real32
instead. CMPIReal64 CMPIValue::Double |
Deprecated.
real64
instead.