#include <cmpi/CmpiData.h>
Inheritance diagram for CmpiData:
CmpiString name = cop.getKey("DeviceID");
Type mismatches will be signalled by exceptions.
|
Constructor - Empty constructor. |
|
Constructor - Empty constructor. |
|
Constructor - singed 8 bit as input. |
|
Constructor - singed 16 bit as input. |
|
Constructor - singed 32 bit as input. |
|
Constructor - singed 64 bit as input. |
|
Constructor - unsinged 8 bit as input. |
|
Constructor - unsinged 16 bit as input. |
|
Constructor - unsinged 32 bit as input. |
|
Constructor - unsinged 64 bit as input. |
|
Constructor - 32 bit float as input. |
|
Constructor - 64 bit float as input. |
|
Constructor - String as input. |
|
Constructor - char* as input. |
|
Constructor - ObjectPath as input. |
|
Constructor - DateTime as input. |
|
Constructor - Array as input. |
|
get internal data type |
|
test for not found value |
|
test for null value |
|
Extracting Array. |
|
Extracting CmpiDataTime. |
|
Extracting Instance. |
|
Extracting ObjectPath. |
|
Extracting float 32 bit. |
|
Extracting float 64 bit. |
|
Extracting signed 16 bit. |
|
Extracting signed 32 bit. |
|
Extracting signed 64 bit. |
|
Extracting signed 8 bit. |
|
Extracting String. |
|
Extracting unsigned 32 bit. |
|
Extracting unsigned 64 bit. |
|
Extracting const char *. |
|
Extracting unsigned 8 bit or boolean. |
|
Extracting unsigned 16 bit or char16. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CmpiData actually is a CMPIData struct. |