|
cmpi
|
#include <cmpi/cmpift.h>
Public Attributes | |
| int | ftVersion |
| CMPIStatus(* | release )(CMPIEnumeration *en) |
| CMPIEnumeration *(* | clone )(const CMPIEnumeration *en, CMPIStatus *rc) |
| CMPIData(* | getNext )(const CMPIEnumeration *en, CMPIStatus *rc) |
| CMPIBoolean(* | hasNext )(const CMPIEnumeration *en, CMPIStatus *rc) |
| CMPIArray *(* | toArray )(const CMPIEnumeration *en, CMPIStatus *rc) |
This structure is a table of pointers providing access to Enumeration support sevices.
| CMPIEnumeration*(* _CMPIEnumerationFT::clone) (const CMPIEnumeration *en, CMPIStatus *rc) |
Create an independent copy of this Enumeration object. The resulting object must be released explicitly.
| en | Enumeration this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
| int _CMPIEnumerationFT::ftVersion |
Function table version
| CMPIData(* _CMPIEnumerationFT::getNext) (const CMPIEnumeration *en, CMPIStatus *rc) |
Get the next element of this Enumeration.
| en | Enumeration this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiEnumeration::getNext().
| CMPIBoolean(* _CMPIEnumerationFT::hasNext) (const CMPIEnumeration *en, CMPIStatus *rc) |
Test for any elements left in this Enumeration.
| en | Enumeration this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiEnumeration::hasNext().
| CMPIStatus(* _CMPIEnumerationFT::release) (CMPIEnumeration *en) |
The Enumeration object will not be used any further and may be freed by CMPI run time system.
| en | Enumeration this pointer. |
| CMPIArray*(* _CMPIEnumerationFT::toArray) (const CMPIEnumeration *en, CMPIStatus *rc) |
Convert this Enumeration into an Array.
| en | Enumeration this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
Referenced by CmpiEnumeration::toArray().
1.8.14