#include <cmpift.h>
Collaboration diagram for _CMPIArrayFT:
Public Attributes | |
int | ftVersion |
Function table version. | |
CMPIStatus(* | release )(CMPIArray *ar) |
The Array object will not be used any further and may be freed by CMPI run time system. | |
CMPIArray *(* | clone )(const CMPIArray *ar, CMPIStatus *rc) |
Create an independent copy of this Array object. | |
CMPICount(* | getSize )(const CMPIArray *ar, CMPIStatus *rc) |
Gets the number of elements contained in this Array. | |
CMPIType(* | getSimpleType )(const CMPIArray *ar, CMPIStatus *rc) |
Gets the element type. | |
CMPIData(* | getElementAt )(const CMPIArray *ar, CMPICount index, CMPIStatus *rc) |
Gets an element value defined by its index. | |
CMPIStatus(* | setElementAt )(CMPIArray *ar, CMPICount index, const CMPIValue *value, CMPIType type) |
Sets an element value defined by its index. |
Definition at line 1816 of file cmpift.h.
|
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.
Referenced by CmpiArrayIdx::operator>>(). |
|
Gets the element type.
Referenced by CmpiArrayIdx::operator=(), and CmpiArrayIdx::operator>>(). |
|
Gets the number of elements contained in this Array.
Referenced by CmpiArray::size(). |
|
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.
Referenced by CmpiArrayIdx::operator=(). |