#include <cmpift.h>
Collaboration diagram for _CMPISelectExpFT:

Public Attributes | |
| int | ftVersion |
| Function table version. | |
| CMPIStatus(* | release )(CMPISelectExp *se) |
| The SelectExp object will not be used any further and may be freed by CMPI run time system. | |
| CMPISelectExp *(* | clone )(const CMPISelectExp *se, CMPIStatus *rc) |
| Create an independent copy of this SelectExp object. | |
| CMPIBoolean(* | evaluate )(const CMPISelectExp *se, const CMPIInstance *inst, CMPIStatus *rc) |
| Evaluate the instance using this select expression. | |
| CMPIString *(* | getString )(const CMPISelectExp *se, CMPIStatus *rc) |
| Return the select expression in string format. | |
| CMPISelectCond *(* | getDOC )(const CMPISelectExp *se, CMPIStatus *rc) |
| Return the select expression as disjunction of conjunctions. | |
| CMPISelectCond *(* | getCOD )(const CMPISelectExp *se, CMPIStatus *rc) |
| Return the select expression as conjunction of disjunctions. | |
Definition at line 1264 of file cmpift.h.
|
|
Create an independent copy of this SelectExp object. The resulting object must be released explicitly.
|
|
|
Evaluate the instance using this select expression.
|
|
|
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.
|
1.4.6