#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) |
|
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.
|
|
Test for any elements left in this Enumeration.
|
|
The Enumeration object will not be used any further and may be freed by CMPI run time system.
|
|
Convert this Enumeration into an Array.
|