CMPI 2.1.0 API
|
Data Structures | |
struct | CMPISelectExp |
CMPISelectExp encapsulated data type object. More... | |
struct | CMPISelectExpFT |
Function table of CMPISelectExp encapsulated data type object. More... | |
Typedefs | |
typedef CMPIData | CMPIAccessor (const char *propertyName, void *parm) |
A function type for accessing data during query processing. More... | |
typedef CMPIData CMPIAccessor(const char *propertyName, void *parm) |
A function type for accessing data during query processing.
A pointer to such a function is passed to CMPISelectExpFT.evaluateUsingAccessor().
propertyName | Name of the property the accessor function is asked to evaluate. |
parm | A parameter that can be used for providing context data. |