cmpi
|
#include <cmpi/cmpift.h>
Public Attributes | |
const int | ftVersion |
CMPIStatus(* | release )(CMPISelectCond *sc) |
CMPISelectCond *(* | clone )(const CMPISelectCond *sc, CMPIStatus *rc) |
const CMPISelectCond * | sc |
const CMPISelectCond int * | type |
const CMPISelectCond int CMPIStatus * | rc |
CMPISubCond *(* | getSubCondAt )(const CMPISelectCond *sc, CMPICount index, CMPIStatus *rc) |
This structure is a table of pointers providing access to SelectCond support sevices.
CMPISelectCond*(* _CMPISelectCondFT::clone)(const CMPISelectCond *sc, CMPIStatus *rc) |
Create an independent copy of this SelectCond object. The resulting object must be released explicitly.
sc | SelectCond this pointer. |
rc | Output: Service return status (suppressed when NULL). |
const int _CMPISelectCondFT::ftVersion |
Function table version
CMPISubCond*(* _CMPISelectCondFT::getSubCondAt)(const CMPISelectCond *sc, CMPICount index, CMPIStatus *rc) |
Return a SubCond element based on its index.
sc | SelectCond this pointer. |
index | Position in the internal SubCoind array. |
rc | Output: Service return status (suppressed when NULL). |
const CMPISelectCond int CMPIStatus* _CMPISelectCondFT::rc |
CMPIStatus(* _CMPISelectCondFT::release)(CMPISelectCond *sc) |
The SelectCond object will not be used any further and may be freed by CMPI run time system.
sc | SelectCond this pointer. |
const CMPISelectCond* _CMPISelectCondFT::sc |
Return the number of sub conditions that are part of this SelectCond. Optionally, the SelectCond type (COD or DOC) will be returned.
sc | SelectCond this pointer. |
type | Output: SelectCond type (suppressed when NULL). |
rc | Output: Service return status (suppressed when NULL). |
const CMPISelectCond int* _CMPISelectCondFT::type |