_CMPISelectCondFT Struct Reference

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

#include <cmpift.h>

Collaboration diagram for _CMPISelectCondFT:

Collaboration graph
[legend]
List of all members.

Public Attributes

int ftVersion
 Function table version.
CMPIStatus(* release )(CMPISelectCond *sc)
 The SelectCond object will not be used any further and may be freed by CMPI run time system.
CMPISelectCond *(* clone )(const CMPISelectCond *sc, CMPIStatus *rc)
 Create an independent copy of this SelectCond object.
CMPICount(* getCountAndType )(const CMPISelectCond *sc, int *type, CMPIStatus *rc)
 Return the number of sub conditions that are partof this SelectCond.
CMPISubCond *(* getSubCondAt )(const CMPISelectCond *sc, unsigned int index, CMPIStatus *rc)
 Return a SubCond element based on its index.

Detailed Description

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

Definition at line 1372 of file cmpift.h.


Member Data Documentation

CMPISelectCond*(* _CMPISelectCondFT::clone)(const CMPISelectCond *sc, CMPIStatus *rc)
 

Create an independent copy of this SelectCond object.

The resulting object must be released explicitly.

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

int _CMPISelectCondFT::ftVersion
 

Function table version.

Definition at line 1376 of file cmpift.h.

CMPICount(* _CMPISelectCondFT::getCountAndType)(const CMPISelectCond *sc, int *type, CMPIStatus *rc)
 

Return the number of sub conditions that are partof this SelectCond.

Optionally, the SelectCond type (COD or DOC) will be returned.

Parameters:
sc SelectCond this pointer.
type Output: SelectCond type (suppressed when NULL).
rc Output: Service return status (suppressed when NULL).
Returns:
Number of SubCond elements.

CMPISubCond*(* _CMPISelectCondFT::getSubCondAt)(const CMPISelectCond *sc, unsigned int index, CMPIStatus *rc)
 

Return a SubCond element based on its index.

Parameters:
sc SelectCond this pointer.
index Position in the internal SubCoind array.
rc Output: Service return status (suppressed when NULL).
Returns:
The indexed SubCond element.

CMPIStatus(* _CMPISelectCondFT::release)(CMPISelectCond *sc)
 

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

Parameters:
sc SelectCond this pointer.
Returns:
Service return status.


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