#include <cmpift.h>
Collaboration diagram for _CMPIInstanceFT:
Public Attributes | |
int | ftVersion |
Function table version. | |
CMPIStatus(* | release )(CMPIInstance *inst) |
The Instance object will not be used any further and may be freed by CMPI run time system. | |
CMPIInstance *(* | clone )(const CMPIInstance *inst, CMPIStatus *rc) |
Create an independent copy of this Instance object. | |
CMPIData(* | getProperty )(const CMPIInstance *inst, const char *name, CMPIStatus *rc) |
Gets a named property value. | |
CMPIData(* | getPropertyAt )(const CMPIInstance *inst, unsigned int index, CMPIString **name, CMPIStatus *rc) |
Gets a Property value defined by its index. | |
unsigned int(* | getPropertyCount )(const CMPIInstance *inst, CMPIStatus *rc) |
Gets the number of properties contained in this Instance. | |
CMPIStatus(* | setProperty )(const CMPIInstance *inst, const char *name, const CMPIValue *value, CMPIType type) |
Adds/replaces a named Property. | |
CMPIObjectPath *(* | getObjectPath )(const CMPIInstance *inst, CMPIStatus *rc) |
Generates an ObjectPath out of the namespace, classname and key propeties of this Instance. | |
CMPIStatus(* | setPropertyFilter )(CMPIInstance *inst, const char **propertyList, const char **keys) |
Directs CMPI to ignore any setProperty operations for this instance for any properties not in this list. |
Definition at line 898 of file cmpift.h.
|
Create an independent copy of this Instance object. The resulting object must be released explicitly.
|
|
Function table version.
|
|
Generates an ObjectPath out of the namespace, classname and key propeties of this Instance.
|
|
Gets a named property value.
Referenced by CmpiInstance::getProperty(). |
|
Gets a Property value defined by its index.
Referenced by CmpiInstance::getProperty(). |
|
Gets the number of properties contained in this Instance.
Referenced by CmpiInstance::getPropertyCount(). |
|
The Instance object will not be used any further and may be freed by CMPI run time system.
|
|
Adds/replaces a named Property.
Referenced by CmpiInstance::setProperty(). |
|
Directs CMPI to ignore any setProperty operations for this instance for any properties not in this list.
|