|
cmpi
|
#include <cmpi/cmpift.h>
Public Attributes | |
| int | ftVersion |
| CMPIStatus(* | release )(CMPISelectExp *se) |
| CMPISelectExp *(* | clone )(const CMPISelectExp *se, CMPIStatus *rc) |
| const CMPISelectExp * | se |
| const CMPISelectExp const CMPIInstance * | inst |
| const CMPISelectExp const CMPIInstance CMPIStatus * | rc |
| CMPIString *(* | getString )(const CMPISelectExp *se, CMPIStatus *rc) |
| CMPISelectCond *(* | getDOC )(const CMPISelectExp *se, CMPIStatus *rc) |
| CMPISelectCond *(* | getCOD )(const CMPISelectExp *se, CMPIStatus *rc) |
| const CMPISelectExp CMPIAccessor * | accessor |
| const CMPISelectExp CMPIAccessor void * | parm |
| const CMPISelectExp CMPIAccessor void CMPIStatus * | rc |
This structure is a table of pointers providing access to SelectExp support sevices.
| const CMPISelectExp CMPIAccessor* _CMPISelectExpFT::accessor |
| CMPISelectExp*(* _CMPISelectExpFT::clone)(const CMPISelectExp *se, CMPIStatus *rc) |
Create an independent copy of this SelectExp object. The resulting object must be released explicitly.
| se | SelectExp this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
| int _CMPISelectExpFT::ftVersion |
Function table version
| CMPISelectCond*(* _CMPISelectExpFT::getCOD)(const CMPISelectExp *se, CMPIStatus *rc) |
Return the select expression as conjunction of disjunctions.
| se | SelectExp this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
| CMPISelectCond*(* _CMPISelectExpFT::getDOC)(const CMPISelectExp *se, CMPIStatus *rc) |
Return the select expression as disjunction of conjunctions.
| se | SelectExp this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
| CMPIString*(* _CMPISelectExpFT::getString)(const CMPISelectExp *se, CMPIStatus *rc) |
Return the select expression in string format.
| se | SelectExp this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
| const CMPISelectExp const CMPIInstance* _CMPISelectExpFT::inst |
| const CMPISelectExp CMPIAccessor void* _CMPISelectExpFT::parm |
| const CMPISelectExp const CMPIInstance CMPIStatus* _CMPISelectExpFT::rc |
| const CMPISelectExp CMPIAccessor void CMPIStatus* _CMPISelectExpFT::rc |
| CMPIStatus(* _CMPISelectExpFT::release)(CMPISelectExp *se) |
The SelectExp object will not be used any further and may be freed by CMPI run time system.
| se | SelectExp this pointer. |
| const CMPISelectExp * _CMPISelectExpFT::se |
Evaluate the instance using this select expression.
| se | SelectExp this pointer. |
| inst | Instance to be evaluated. |
| rc | Output: Service return status (suppressed when NULL). |
Evaluate this select expression by using a data value accessor routine.
| se | SelectExp this pointer. |
| accessor | Address of data accessor routine. |
| parm | Data accessor routine parameter. |
| rc | Output: Service return status (suppressed when NULL). |
1.8.5