#include <cmpift.h>
Collaboration diagram for _CMPIContextFT:
Public Attributes | |
int | ftVersion |
Function table version. | |
CMPIStatus(* | release )(CMPIContext *ctx) |
The Context object will not be used any further and may be freed by CMPI run time system. | |
CMPIContext *(* | clone )(const CMPIContext *ctx, CMPIStatus *rc) |
Create an independent copy of the Context object. | |
CMPIData(* | getEntry )(const CMPIContext *ctx, const char *name, CMPIStatus *rc) |
Gets a named Context entry value. | |
CMPIData(* | getEntryAt )(const CMPIContext *ctx, unsigned int index, CMPIString **name, CMPIStatus *rc) |
Gets a Context entry value defined by its index. | |
unsigned int(* | getEntryCount )(const CMPIContext *ctx, CMPIStatus *rc) |
Gets the number of entries contained in this Context. | |
CMPIStatus(* | addEntry )(const CMPIContext *ctx, const char *name, const CMPIValue *value, const CMPIType type) |
adds/replaces a named Context entry |
Definition at line 674 of file cmpift.h.
|
adds/replaces a named Context entry
|
|
Create an independent copy of the Context object.
|
|
Function table version.
|
|
Gets a named Context entry value.
Referenced by CmpiContext::getEntry(), mbAssociators(), mbEnumInstances(), mbGetInstance(), mbModifyInstance(), mbReferences(), and resultReturnInstance(). |
|
Gets a Context entry value defined by its index.
|
|
Gets the number of entries contained in this Context.
|
|
The Context object will not be used any further and may be freed by CMPI run time system.
|