CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Typedefs
CMPISelectExp Support (Subclause 8.10)

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...
 

Detailed Description

Typedef Documentation

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().

Parameters
propertyNameName of the property the accessor function is asked to evaluate.
parmA parameter that can be used for providing context data.
Returns
A CMPIData structure containing the evaluation result for the property.