#include <cmpift.h>
Collaboration diagram for _CMPIEnumerationFT:
Public Attributes | |
int | ftVersion |
Function table version. | |
CMPIStatus(* | release )(CMPIEnumeration *en) |
The Enumeration object will not be used any further and may be freed by CMPI run time system. | |
CMPIEnumeration *(* | clone )(const CMPIEnumeration *en, CMPIStatus *rc) |
Create an independent copy of this Enumeration object. | |
CMPIData(* | getNext )(const CMPIEnumeration *en, CMPIStatus *rc) |
Get the next element of this Enumeration. | |
CMPIBoolean(* | hasNext )(const CMPIEnumeration *en, CMPIStatus *rc) |
Test for any elements left in this Enumeration. | |
CMPIArray *(* | toArray )(const CMPIEnumeration *en, CMPIStatus *rc) |
Convert this Enumeration into an Array. |
Definition at line 1917 of file cmpift.h.
|
Create an independent copy of this Enumeration object. The resulting object must be released explicitly.
|
|
Function table version.
|
|
Get the next element of this Enumeration.
Referenced by CmpiEnumeration::getNext(). |
|
Test for any elements left in this Enumeration.
Referenced by CmpiEnumeration::hasNext(). |
|
The Enumeration object will not be used any further and may be freed by CMPI run time system.
|
|
Convert this Enumeration into an Array.
|