|
_CMPISubCondFT Struct Reference#include <cmpift.h>
List of all members.
Detailed Description
This structure is a table of pointers providing access to SubCond support sevices.
Member Data Documentation
Create an independent copy of this SubCond object. The resulting object must be released explicitly. - Parameters:
-
| se | SubCond this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- Pointer to copied SelectExp object.
Return the number of predicates that are part of sub condition. - Parameters:
-
| sc | SubCond this pointer. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- Number of Predicate elements.
Return a named Predicate element. - Parameters:
-
| sc | SubCond this pointer. |
| name | Predicate name (property name). |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- The named Predicate element.
Return a Predicate element based on its index. - Parameters:
-
| sc | SubCond this pointer. |
| index | Position in the internal Predicate array. |
| rc | Output: Service return status (suppressed when NULL). |
- Returns:
- The indexed Predicate element.
The SubCond object will not be used any further and may be freed by CMPI run time system. - Parameters:
-
- Returns:
- Service return status.
The documentation for this struct was generated from the following file:
- /scratch/rpmbuild.5425.Bj5455/pegasus/src/Pegasus/Provider/CMPI/cmpift.h
|