#include <cmpift.h>
Collaboration diagram for _CMPISubCondFT:
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. |
Definition at line 1454 of file cmpift.h.
|
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.
|