#include <cmpi/cmpift.h>
Public Attributes | |
| int | ftVersion |
| CMPIStatus(* | release )(CMPIArray *ar) |
| CMPIArray *(* | clone )(const CMPIArray *ar, CMPIStatus *rc) |
| CMPICount(* | getSize )(const CMPIArray *ar, CMPIStatus *rc) |
| CMPIType(* | getSimpleType )(const CMPIArray *ar, CMPIStatus *rc) |
| CMPIData(* | getElementAt )(const CMPIArray *ar, CMPICount index, CMPIStatus *rc) |
| CMPIStatus(* | setElementAt )(CMPIArray *ar, CMPICount index, const CMPIValue *value, CMPIType type) |
|
|
Create an independent copy of this Array object. The resulting object must be released explicitly.
|
|
|
Function table version |
|
|
Gets an element value defined by its index.
|
|
|
Gets the element type.
|
|
|
Gets the number of elements contained in this Array.
|
|
|
The Array object will not be used any further and may be freed by CMPI run time system.
|
|
|
Sets an element value defined by its index.
|
1.4.6