CmpiArray Class Reference
#include <cmpi/CmpiArray.h>
Inheritance diagram for CmpiArray:
List of all members.
Detailed Description
This class wraps a CMPIData value array. Index operations use the [] operator. Data extraction uses type conversion operators. Extraction operations can be appended to an array indexing operation like this:
CmpiString state;
CmpiArray states;
states=ci.getProperty("States");
state=states[3];
Assignment statements use array indexing operations as well:
states[5]="offline";
Type mismatches will be signalled by exceptions.
Constructor & Destructor Documentation
CmpiArray::CmpiArray |
( |
CMPIArray * |
arr |
) |
[private] |
|
Member Function Documentation
CMPIArray * CmpiArray::getEnc |
( |
|
) |
const [private] |
|
|
Gets the encapsulated CMPIArray. |
void CmpiArray::operator= |
( |
int |
x |
) |
[private] |
|
Friends And Related Function Documentation
The documentation for this class was generated from the following files:
Generated on Sat Feb 26 13:04:35 2022 for cmpi by
1.4.6