#include <cmpi/cmpift.h>
Public Attributes | |
const int | ftVersion |
CMPIStatus(* | release )(CMPISelectCond *sc) |
CMPISelectCond *(* | clone )(const CMPISelectCond *sc, CMPIStatus *rc) |
CMPICount(* | getCountAndType )(const CMPISelectCond *sc, int *type, CMPIStatus *rc) |
CMPISubCond *(* | getSubCondAt )(const CMPISelectCond *sc, CMPICount index, CMPIStatus *rc) |
|
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 part of 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.
|