#include <cmpift.h>
Collaboration diagram for _CMPIPredicateFT:
Public Attributes | |
int | ftVersion |
Function table version. | |
CMPIStatus(* | release )(CMPIPredicate *pr) |
The Predicate object will not be used any further and may be freed by CMPI run time system. | |
CMPIPredicate *(* | clone )(const CMPIPredicate *pr, CMPIStatus *rc) |
Create an independent copy of this Predicate object. | |
CMPIStatus(* | getData )(const CMPIPredicate *pr, CMPIType *type, CMPIPredOp *op, CMPIString **lhs, CMPIString **rhs) |
Get the predicate components. |
Definition at line 1544 of file cmpift.h.
|
Create an independent copy of this Predicate object. The resulting object must be released explicitly.
|
|
Function table version.
|
|
Get the predicate components.
|
|
The Predicate object will not be used any further and may be freed by CMPI run time system.
|