_CMPIPredicateFT Struct Reference

This structure is a table of pointers providing access to SubCond support sevices. More...

#include <cmpift.h>

Collaboration diagram for _CMPIPredicateFT:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

This structure is a table of pointers providing access to SubCond support sevices.

Definition at line 1544 of file cmpift.h.


Member Data Documentation

CMPIPredicate*(* _CMPIPredicateFT::clone)(const CMPIPredicate *pr, CMPIStatus *rc)
 

Create an independent copy of this Predicate object.

The resulting object must be released explicitly.

Parameters:
pr Predicate this pointer.
rc Output: Service return status (suppressed when NULL).
Returns:
Pointer to copied Predicate object.

int _CMPIPredicateFT::ftVersion
 

Function table version.

Definition at line 1548 of file cmpift.h.

CMPIStatus(* _CMPIPredicateFT::getData)(const CMPIPredicate *pr, CMPIType *type, CMPIPredOp *op, CMPIString **lhs, CMPIString **rhs)
 

Get the predicate components.

Parameters:
pr Predicate this pointer.
type Property type.
op Predicate operation.
lhs Left hand side of predicate.
rhs Right hand side of predicate.
Returns:
Service return status.

CMPIStatus(* _CMPIPredicateFT::release)(CMPIPredicate *pr)
 

The Predicate object will not be used any further and may be freed by CMPI run time system.

Parameters:
pr Predicate this pointer.
Returns:
Service return status.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 9 09:11:39 2006 for openwbem by  doxygen 1.4.6