|
CMPI 2.1.0 API
|
Functions | |
| static CMPICount | CMGetPredicateCount (const CMPISubCond *sc, CMPIStatus *rc) |
| Get the number of predicates in a CMPISubCond object. More... | |
| static CMPIPredicate * | CMGetPredicateAt (const CMPISubCond *sc, CMPICount index, CMPIStatus *rc) |
| Get a predicate in a CMPISubCond object by index. More... | |
| static CMPIPredicate * | CMGetPredicate (const CMPISubCond *sc, const char *name, CMPIStatus *rc) |
| Get a predicate in a CMPISubCond object by name. More... | |
|
inlinestatic |
Get the number of predicates in a CMPISubCond object.
| sc | CMPISubCond object. | |
| [out] | rc | Function return status (suppressed when NULL). |
|
inlinestatic |
Get a predicate in a CMPISubCond object by index.
| sc | CMPISubCond object. | |
| index | Zero-based position of the predicate in the internal data array. | |
| [out] | rc | Function return status (suppressed when NULL). |
|
inlinestatic |
Get a predicate in a CMPISubCond object by name.
| sc | CMPISubCond object. | |
| name | Predicate name. The name is the left-hand side of the predicate. | |
| [out] | rc | Function return status (suppressed when NULL). |
1.8.6