_CMPIEnumerationFT Struct Reference

#include <cmpi/cmpift.h>

List of all members.

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)

Detailed Description

This structure is a table of pointers providing access to Enumeration support sevices.


Member Data Documentation

Create an independent copy of this Enumeration object. The resulting object must be released explicitly.

Parameters:
en Enumeration this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
Pointer to copied Enumeration object.

Function table version

Get the next element of this Enumeration.

Parameters:
en Enumeration this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
Element value.

Referenced by CmpiEnumeration::getNext().

Test for any elements left in this Enumeration.

Parameters:
en Enumeration this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
True or false.

Referenced by CmpiEnumeration::hasNext().

The Enumeration object will not be used any further and may be freed by CMPI run time system.

Parameters:
en Enumeration this pointer.
Returns:
Service return status.

Convert this Enumeration into an Array.

Parameters:
en Enumeration this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
The Array.

Referenced by CmpiEnumeration::toArray().


The documentation for this struct was generated from the following file:
Generated on Mon Jul 5 13:09:52 2010 for cmpi by  doxygen 1.6.3