#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) |
|
Create an independent copy of this SubCond object. The resulting object must be released explicitly.
|
|
Function table version |
|
Return the number of predicates that are part of sub condition.
|
|
Return a named Predicate element.
|
|
Return a Predicate element based on its index.
|
|
The SubCond object will not be used any further and may be freed by CMPI run time system.
|