|
cmpi
|
#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) |
| const CMPIArray * | ar |
| const CMPIArray CMPICount | index |
| const CMPIArray CMPICount CMPIStatus * | rc |
| CMPIArray * | ar |
| CMPIArray CMPICount | index |
| CMPIArray CMPICount const CMPIValue * | value |
| CMPIArray CMPICount const CMPIValue CMPIType | type |
This structure is a table of pointers providing access to Array support sevices.
| const CMPIArray* _CMPIArrayFT::ar |
Gets an element value defined by its index.
| ar | Array this pointer. |
| index | Position in the internal Data array. |
| rc | Output: Service return status (suppressed when NULL). |
| CMPIArray* _CMPIArrayFT::ar |
Sets an element value defined by its index.
| ar | Array this pointer. |
| index | Position in the internal Data array. |
| value | Address of value structure. |
| type | Value type. |
| CMPIArray*(* _CMPIArrayFT::clone)(const CMPIArray *ar, CMPIStatus *rc) |
Create an independent copy of this Array object. The resulting object must be released explicitly.
| ar | Array this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
| int _CMPIArrayFT::ftVersion |
Function table version
| CMPIType(* _CMPIArrayFT::getSimpleType)(const CMPIArray *ar, CMPIStatus *rc) |
Gets the element type.
| ar | Array this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiArrayIdx::operator=().
| CMPICount(* _CMPIArrayFT::getSize)(const CMPIArray *ar, CMPIStatus *rc) |
Gets the number of elements contained in this Array.
| ar | Array this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiArray::size().
| const CMPIArray CMPICount CMPIStatus* _CMPIArrayFT::rc |
| CMPIStatus(* _CMPIArrayFT::release)(CMPIArray *ar) |
The Array object will not be used any further and may be freed by CMPI run time system.
| ar | Array this pointer. |
1.8.5