_CMPIEnumerationFT Struct Reference

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

#include <cmpift.h>

Collaboration diagram for _CMPIEnumerationFT:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

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

Definition at line 1917 of file cmpift.h.


Member Data Documentation

CMPIEnumeration*(* _CMPIEnumerationFT::clone)(const CMPIEnumeration *en, CMPIStatus *rc)
 

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.

int _CMPIEnumerationFT::ftVersion
 

Function table version.

Definition at line 1921 of file cmpift.h.

CMPIData(* _CMPIEnumerationFT::getNext)(const CMPIEnumeration *en, CMPIStatus *rc)
 

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().

CMPIBoolean(* _CMPIEnumerationFT::hasNext)(const CMPIEnumeration *en, CMPIStatus *rc)
 

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().

CMPIStatus(* _CMPIEnumerationFT::release)(CMPIEnumeration *en)
 

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.

CMPIArray*(* _CMPIEnumerationFT::toArray)(const CMPIEnumeration *en, CMPIStatus *rc)
 

Convert this Enumeration into an Array.

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


The documentation for this struct was generated from the following file:
Generated on Thu Feb 9 09:11:33 2006 for openwbem by  doxygen 1.4.6