#include <cmpift.h>
Collaboration diagram for _CMPISelectCondFT:
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. |
Definition at line 1372 of file cmpift.h.
|
Create an independent copy of this SelectCond object. The resulting object must be released explicitly.
|
|
Function table version.
|
|
Return the number of sub conditions that are partof this SelectCond. Optionally, the SelectCond type (COD or DOC) will be returned.
|
|
Return a SubCond element based on its index.
|
|
The SelectCond object will not be used any further and may be freed by CMPI run time system.
|