cmpi
|
#include <cmpi/cmpift.h>
Public Attributes | |
int | ftVersion |
CMPIStatus(* | release )(CMPISubCond *sc) |
CMPISubCond *(* | clone )(const CMPISubCond *sc, CMPIStatus *rc) |
CMPICount(* | getCount )(const CMPISubCond *sc, CMPIStatus *rc) |
CMPIPredicate *(* | getPredicateAt )(const CMPISubCond *sc, CMPICount index, CMPIStatus *rc) |
CMPIPredicate *(* | getPredicate )(const CMPISubCond *sc, const char *name, CMPIStatus *rc) |
This structure is a table of pointers providing access to SubCond support sevices.
CMPISubCond*(* _CMPISubCondFT::clone) (const CMPISubCond *sc, CMPIStatus *rc) |
Create an independent copy of this SubCond object. The resulting object must be released explicitly.
se | SubCond this pointer. |
rc | Output: Service return status (suppressed when NULL). |
int _CMPISubCondFT::ftVersion |
Function table version
CMPICount(* _CMPISubCondFT::getCount) (const CMPISubCond *sc, CMPIStatus *rc) |
Return the number of predicates that are part of sub condition.
sc | SubCond this pointer. |
rc | Output: Service return status (suppressed when NULL). |
CMPIPredicate*(* _CMPISubCondFT::getPredicate) (const CMPISubCond *sc, const char *name, CMPIStatus *rc) |
Return a named Predicate element.
sc | SubCond this pointer. |
name | Predicate name (property name). |
rc | Output: Service return status (suppressed when NULL). |
CMPIPredicate*(* _CMPISubCondFT::getPredicateAt) (const CMPISubCond *sc, CMPICount index, CMPIStatus *rc) |
Return a Predicate element based on its index.
sc | SubCond this pointer. |
index | Position in the internal Predicate array. |
rc | Output: Service return status (suppressed when NULL). |
CMPIStatus(* _CMPISubCondFT::release) (CMPISubCond *sc) |
The SubCond object will not be used any further and may be freed by CMPI run time system.
sc | SubCond this pointer. |