#include <cmpi/cmpift.h>
Public Attributes | |
int | ftVersion |
CMPIStatus(* | release )(CMPISelectExp *se) |
CMPISelectExp *(* | clone )(const CMPISelectExp *se, CMPIStatus *rc) |
CMPIBoolean(* | evaluate )(const CMPISelectExp *se, const CMPIInstance *inst, CMPIStatus *rc) |
CMPIString *(* | getString )(const CMPISelectExp *se, CMPIStatus *rc) |
CMPISelectCond *(* | getDOC )(const CMPISelectExp *se, CMPIStatus *rc) |
CMPISelectCond *(* | getCOD )(const CMPISelectExp *se, CMPIStatus *rc) |
CMPIBoolean(* | evaluateUsingAccessor )(const CMPISelectExp *se, CMPIAccessor *accessor, void *parm, CMPIStatus *rc) |
|
Create an independent copy of this SelectExp object. The resulting object must be released explicitly.
|
|
Evaluate the instance using this select expression.
|
|
Evaluate this select expression by using a data value accessor routine.
|
|
Function table version |
|
Return the select expression as conjunction of disjunctions.
|
|
Return the select expression as disjunction of conjunctions.
|
|
Return the select expression in string format.
|
|
The SelectExp object will not be used any further and may be freed by CMPI run time system.
|