_CMPISubCondFT Struct Reference

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

#include <cmpift.h>

Collaboration diagram for _CMPISubCondFT:

Collaboration graph
[legend]
List of all members.

Public Attributes

int ftVersion
 Function table version.
CMPIStatus(* release )(CMPISubCond *sc)
 The SubCond object will not be used any further and may be freed by CMPI run time system.
CMPISubCond *(* clone )(const CMPISubCond *sc, CMPIStatus *rc)
 Create an independent copy of this SubCond object.
CMPICount(* getCount )(const CMPISubCond *sc, CMPIStatus *rc)
 Return the number of predicates that are part of sub condition.
CMPIPredicate *(* getPredicateAt )(const CMPISubCond *sc, unsigned int index, CMPIStatus *rc)
 Return a Predicate element based on its index.
CMPIPredicate *(* getPredicate )(const CMPISubCond *sc, const char *name, CMPIStatus *rc)
 Return a named Predicate element.

Detailed Description

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

Definition at line 1454 of file cmpift.h.


Member Data Documentation

CMPISubCond*(* _CMPISubCondFT::clone)(const CMPISubCond *sc, CMPIStatus *rc)
 

Create an independent copy of this SubCond object.

The resulting object must be released explicitly.

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

int _CMPISubCondFT::ftVersion
 

Function table version.

Definition at line 1458 of file cmpift.h.

CMPICount(* _CMPISubCondFT::getCount)(const CMPISubCond *sc, CMPIStatus *rc)
 

Return the number of predicates that are part of sub condition.

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

CMPIPredicate*(* _CMPISubCondFT::getPredicate)(const CMPISubCond *sc, const char *name, CMPIStatus *rc)
 

Return a named Predicate element.

Parameters:
sc SubCond this pointer.
name Predicate name (property name).
rc Output: Service return status (suppressed when NULL).
Returns:
The named Predicate element.

CMPIPredicate*(* _CMPISubCondFT::getPredicateAt)(const CMPISubCond *sc, unsigned int index, CMPIStatus *rc)
 

Return a Predicate element based on its index.

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

CMPIStatus(* _CMPISubCondFT::release)(CMPISubCond *sc)
 

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

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


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