#include <cmpi/CmpiArray.h>
Public Member Functions | |
CmpiArrayIdx & | operator= (const CmpiData &) |
CmpiData | getData () const |
operator CmpiString () const | |
operator const char * () const | |
operator CmpiDateTime () const | |
operator CmpiInstance () const | |
operator CmpiObjectPath () const | |
operator CMPISint8 () const | |
operator CMPISint16 () const | |
operator CMPISint32 () const | |
operator CMPISint64 () const | |
operator unsigned char () const | |
operator unsigned short () const | |
operator CMPIUint32 () const | |
operator CMPIUint64 () const | |
operator CMPIReal32 () const | |
operator CMPIReal64 () const | |
Private Member Functions | |
CmpiArrayIdx (const CmpiArray &a, CMPICount i) | |
Private Attributes | |
const CmpiArray & | ar |
CMPICount | idx |
Friends | |
class | CmpiArray |
|
|
|
|
|
Extracting CmpiDataTime. |
|
Extracting CmpiInstance. |
|
Extracting CmpiObjectPath. |
|
Extracting float 32 bit. |
|
Extracting float 64 bit. |
|
Extracting signed 16 bit. |
|
Extracting signed 32 bit. |
|
Extracting signed 64 bit. |
|
Extracting CMPISint8. |
|
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. |
|
|
|
|
|
|
|
|