cmpi
Public Attributes | List of all members
_CMPIData Struct Reference

#include <cmpi/cmpidt.h>

Public Attributes

CMPIType type
 
CMPIValueState state
 
CMPIValue value
 

Detailed Description

Values transferred from CMPI functions to the MI return three components: the value, its state, and its type as defined by the schema. All three components are bundled into this one structure.

Member Data Documentation

◆ state

CMPIValueState _CMPIData::state

An unsigned short representing whether this CMPIData object is valid or not.

Referenced by CmpiBooleanData::CmpiBooleanData(), CmpiCharData::CmpiCharData(), CmpiData::CmpiData(), CmpiData::isNotFound(), and CmpiData::isNullValue().

◆ type

CMPIType _CMPIData::type

◆ value

CMPIValue _CMPIData::value

The documentation for this struct was generated from the following file: