cmpidt.h File Reference

#include "OW_config.h"
#include <stdio.h>

Include dependency graph for cmpidt.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _CMPIValuePtr
union  _CMPIValue
struct  _CMPIData
struct  _CMPIStatus

Defines

#define CMPIVersion051   51
#define CMPIVersion060   60
#define CMPIVersion070   70
#define CMPIVersion080   80
#define CMPIVersion085   85
#define CMPIVersion086   86
#define CMPIVersion087   87
#define CMPIVersion090   90
#define CMPIVersion100   100
#define CMPI_VER_100
#define CMPI_VER_90
#define CMPI_VER_87
#define CMPI_VER_86
#define CMPI_VER_85
#define CMPI_VER_80
#define CMPICurrentVersion   CMPIVersion100
#define CMPI_null   0
#define CMPI_SIMPLE   (2)
#define CMPI_boolean   (2+0)
#define CMPI_char16   (2+1)
#define CMPI_REAL   ((2)<<2)
#define CMPI_real32   ((2+0)<<2)
#define CMPI_real64   ((2+1)<<2)
#define CMPI_UINT   ((8)<<4)
#define CMPI_uint8   ((8+0)<<4)
#define CMPI_uint16   ((8+1)<<4)
#define CMPI_uint32   ((8+2)<<4)
#define CMPI_uint64   ((8+3)<<4)
#define CMPI_SINT   ((8+4)<<4)
#define CMPI_sint8   ((8+4)<<4)
#define CMPI_sint16   ((8+5)<<4)
#define CMPI_sint32   ((8+6)<<4)
#define CMPI_sint64   ((8+7)<<4)
#define CMPI_INTEGER   ((CMPI_UINT | CMPI_SINT))
#define CMPI_ENC   ((16)<<8)
#define CMPI_instance   ((16+0)<<8)
#define CMPI_ref   ((16+1)<<8)
#define CMPI_args   ((16+2)<<8)
#define CMPI_class   ((16+3)<<8)
#define CMPI_filter   ((16+4)<<8)
#define CMPI_enumeration   ((16+5)<<8)
#define CMPI_string   ((16+6)<<8)
#define CMPI_chars   ((16+7)<<8)
#define CMPI_dateTime   ((16+8)<<8)
#define CMPI_ptr   ((16+9)<<8)
#define CMPI_charsptr   ((16+10)<<8)
#define CMPI_ARRAY   ((1)<<13)
#define CMPI_SIMPLEA   (CMPI_ARRAY | CMPI_SIMPLE)
#define CMPI_booleanA   (CMPI_ARRAY | CMPI_boolean)
#define CMPI_char16A   (CMPI_ARRAY | CMPI_char16)
#define CMPI_REALA   (CMPI_ARRAY | CMPI_REAL)
#define CMPI_real32A   (CMPI_ARRAY | CMPI_real32)
#define CMPI_real64A   (CMPI_ARRAY | CMPI_real64)
#define CMPI_UINTA   (CMPI_ARRAY | CMPI_UINT)
#define CMPI_uint8A   (CMPI_ARRAY | CMPI_uint8)
#define CMPI_uint16A   (CMPI_ARRAY | CMPI_uint16)
#define CMPI_uint32A   (CMPI_ARRAY | CMPI_uint32)
#define CMPI_uint64A   (CMPI_ARRAY | CMPI_uint64)
#define CMPI_SINTA   (CMPI_ARRAY | CMPI_SINT)
#define CMPI_sint8A   (CMPI_ARRAY | CMPI_sint8)
#define CMPI_sint16A   (CMPI_ARRAY | CMPI_sint16)
#define CMPI_sint32A   (CMPI_ARRAY | CMPI_sint32)
#define CMPI_sint64A   (CMPI_ARRAY | CMPI_sint64)
#define CMPI_INTEGERA   (CMPI_ARRAY | CMPI_INTEGER)
#define CMPI_ENCA   (CMPI_ARRAY | CMPI_ENC)
#define CMPI_stringA   (CMPI_ARRAY | CMPI_string)
#define CMPI_charsA   (CMPI_ARRAY | CMPI_chars)
#define CMPI_dateTimeA   (CMPI_ARRAY | CMPI_dateTime)
#define CMPI_instanceA   (CMPI_ARRAY | CMPI_instance)
#define CMPI_refA   (CMPI_ARRAY | CMPI_ref)
#define CMPI_charsptrA   (CMPI_ARRAY | CMPI_charsptr)
#define CMPI_keyInteger   (CMPI_sint64)
#define CMPI_keyString   (CMPI_string)
#define CMPI_keyBoolean   (CMPI_boolean)
#define CMPI_keyRef   (CMPI_ref)
#define CMPI_charString   (CMPI_string)
#define CMPI_realString   (CMPI_string | CMPI_real64)
#define CMPI_integerString   (CMPI_string | CMPI_sint64)
#define CMPI_numericString   (CMPI_string | CMPI_sint64)
#define CMPI_booleanString   (CMPI_string | CMPI_boolean)
#define CMPI_dateTimeString   (CMPI_string | CMPI_dateTime)
#define CMPI_classNameString   (CMPI_string | CMPI_class)
#define CMPI_nameString   (CMPI_string | ((16+10)<<8))
#define CMPI_goodValue   (0)
#define CMPI_nullValue   (1<<8)
#define CMPI_keyValue   (2<<8)
#define CMPI_notFound   (4<<8)
#define CMPI_badValue   (0x80<<8)
#define CMPI_Byte   CMPI_sint8
#define CMPI_Short   CMPI_sint16
#define CMPI_Int   CMPI_sint32
#define CMPI_Long   CMPI_sint64
#define CMPI_Float   CMPI_real32
#define CMPI_Double   CMPI_real64
#define CMPI_ByteA   CMPI_sint8A
#define CMPI_ShortA   CMPI_sint16A
#define CMPI_IntA   CMPI_sint32A
#define CMPI_LongA   CMPI_sint64A
#define CMPI_FloatA   CMPI_real32A
#define CMPI_DoubleA   CMPI_real64A
#define CMPI_FLAG_LocalOnly   1
#define CMPI_FLAG_DeepInheritance   2
#define CMPI_FLAG_IncludeQualifiers   4
#define CMPI_FLAG_IncludeClassOrigin   8
#define CMPIInvocationFlags   "CMPIInvocationFlags"
#define CMPI_MB_Class_0   0x00000001
#define CMPI_MB_Class_1   0x00000003
#define CMPI_MB_Class_2   0x00000007
#define CMPI_MB_Supports_PropertyMI   0x00000100
#define CMPI_MB_Supports_IndicationMI   0x00000200
#define CMPI_MB_Supports_IndicationPolling   0x00000400
#define CMPI_MB_Supports_QueryNormalization   0x00000800
#define CMPI_MB_Supports_Qualifier   0x00001000
#define CMPI_MB_Supports_Schema   0x00003000

Typedefs

typedef _CMPIBroker CMPIBroker
typedef _CMPIInstance CMPIInstance
typedef _CMPIObjectPath CMPIObjectPath
typedef _CMPIArgs CMPIArgs
typedef _CMPISelectExp CMPISelectExp
typedef _CMPISelectCond CMPISelectCond
typedef _CMPISubCond CMPISubCond
typedef _CMPIPredicate CMPIPredicate
typedef _CMPIEnumeration CMPIEnumeration
typedef _CMPIArray CMPIArray
typedef _CMPIString CMPIString
typedef _CMPIResult CMPIResult
typedef _CMPIContext CMPIContext
typedef _CMPIDateTime CMPIDateTime
typedef _CMPIBrokerFT CMPIBrokerFT
typedef _CMPIBrokerEncFT CMPIBrokerEncFT
typedef _CMPIBrokerExtFT CMPIBrokerExtFT
typedef _CMPIInstanceFT CMPIInstanceFT
typedef _CMPIObjectPathFT CMPIObjectPathFT
typedef _CMPIArgsFT CMPIArgsFT
typedef _CMPISelectExpFT CMPISelectExpFT
typedef _CMPISelectCondFT CMPISelectCondFT
typedef _CMPISubCondFT CMPISubCondFT
typedef _CMPIPredicateFT CMPIPredicateFT
typedef _CMPIEnumerationFT CMPIEnumerationFT
typedef _CMPIArrayFT CMPIArrayFT
typedef _CMPIStringFT CMPIStringFT
typedef _CMPIResultFT CMPIResultFT
typedef _CMPIContextFT CMPIContextFT
typedef _CMPIDateTimeFT CMPIDateTimeFT
typedef unsigned char CMPIBoolean
typedef unsigned short CMPIChar16
typedef unsigned char CMPIUint8
typedef unsigned short CMPIUint16
typedef unsigned long CMPIUint32
typedef unsigned long long CMPIUint64
typedef signed char CMPISint8
typedef short CMPISint16
typedef long CMPISint32
typedef long long CMPISint64
typedef float CMPIReal32
typedef double CMPIReal64
typedef _CMPIValuePtr CMPIValuePtr
typedef _CMPIValue CMPIValue
typedef unsigned short CMPIType
typedef unsigned short CMPIValueState
typedef _CMPIData CMPIData
typedef unsigned int CMPICount
typedef unsigned int CMPIFlags
typedef enum _CMPIrc CMPIrc
typedef _CMPIStatus CMPIStatus
typedef CMPIData CMPIAccessor (const char *, void *parm)
typedef enum _CMPIPredOp CMPIPredOp

Enumerations

enum  _CMPIrc {
  CMPI_RC_OK = 0, CMPI_RC_ERR_FAILED = 1, CMPI_RC_ERR_ACCESS_DENIED = 2, CMPI_RC_ERR_INVALID_NAMESPACE = 3,
  CMPI_RC_ERR_INVALID_PARAMETER = 4, CMPI_RC_ERR_INVALID_CLASS = 5, CMPI_RC_ERR_NOT_FOUND = 6, CMPI_RC_ERR_NOT_SUPPORTED = 7,
  CMPI_RC_ERR_CLASS_HAS_CHILDREN = 8, CMPI_RC_ERR_CLASS_HAS_INSTANCES = 9, CMPI_RC_ERR_INVALID_SUPERCLASS = 10, CMPI_RC_ERR_ALREADY_EXISTS = 11,
  CMPI_RC_ERR_NO_SUCH_PROPERTY = 12, CMPI_RC_ERR_TYPE_MISMATCH = 13, CMPI_RC_ERR_QUERY_LANGUAGE_NOT_SUPPORTED = 14, CMPI_RC_ERR_INVALID_QUERY = 15,
  CMPI_RC_ERR_METHOD_NOT_AVAILABLE = 16, CMPI_RC_ERR_METHOD_NOT_FOUND = 17, CMPI_RC_DO_NOT_UNLOAD = 50, CMPI_RC_NEVER_UNLOAD = 51,
  CMPI_RC_ERR_INVALID_HANDLE = 60, CMPI_RC_ERR_INVALID_DATA_TYPE = 61, CMPI_RC_ERROR_SYSTEM = 100, CMPI_RC_ERROR = 200
}
enum  _CMPIPredOp {
  CMPI_PredOp_Equals = 1, CMPI_PredOp_NotEquals = 2, CMPI_PredOp_LessThan = 3, CMPI_PredOp_GreaterThanOrEquals = 4,
  CMPI_PredOp_GreaterThan = 5, CMPI_PredOp_LessThanOrEquals = 6, CMPI_PredOp_Isa = 7, CMPI_PredOp_NotIsa = 8,
  CMPI_PredOp_Like = 9, CMPI_PredOp_NotLike = 10
}


Define Documentation

#define CMPI_args   ((16+2)<<8)
 

Definition at line 267 of file cmpidt.h.

#define CMPI_ARRAY   ((1)<<13)
 

Definition at line 277 of file cmpidt.h.

Referenced by arraySetElementAt(), CmpiData::CmpiData(), type2CMPIType(), value2CIMValue(), and value2CMPIData().

#define CMPI_badValue   (0x80<<8)
 

Definition at line 331 of file cmpidt.h.

#define CMPI_boolean   (2+0)
 

Definition at line 245 of file cmpidt.h.

Referenced by CmpiData::CmpiData(), type2CMPIType(), and value2CMPIData().

#define CMPI_booleanA   (CMPI_ARRAY | CMPI_boolean)
 

Definition at line 279 of file cmpidt.h.

#define CMPI_booleanString   (CMPI_string | CMPI_boolean)
 

Definition at line 320 of file cmpidt.h.

#define CMPI_Byte   CMPI_sint8
 

Definition at line 341 of file cmpidt.h.

#define CMPI_ByteA   CMPI_sint8A
 

Definition at line 348 of file cmpidt.h.

#define CMPI_char16   (2+1)
 

Definition at line 246 of file cmpidt.h.

Referenced by type2CMPIType(), and value2CMPIData().

#define CMPI_char16A   (CMPI_ARRAY | CMPI_char16)
 

Definition at line 280 of file cmpidt.h.

#define CMPI_chars   ((16+7)<<8)
 

Definition at line 272 of file cmpidt.h.

Referenced by CmpiData::CmpiData(), CmpiArrayIdx::operator=(), CmpiData::operator==(), CmpiArgs::setArg(), CmpiObjectPath::setKey(), CmpiInstance::setProperty(), and value2CIMValue().

#define CMPI_charsA   (CMPI_ARRAY | CMPI_chars)
 

Definition at line 300 of file cmpidt.h.

Referenced by value2CIMValue().

#define CMPI_charsptr   ((16+10)<<8)
 

Definition at line 275 of file cmpidt.h.

#define CMPI_charsptrA   (CMPI_ARRAY | CMPI_charsptr)
 

Definition at line 304 of file cmpidt.h.

#define CMPI_charString   (CMPI_string)
 

Definition at line 316 of file cmpidt.h.

#define CMPI_class   ((16+3)<<8)
 

Definition at line 268 of file cmpidt.h.

#define CMPI_classNameString   (CMPI_string | CMPI_class)
 

Definition at line 322 of file cmpidt.h.

#define CMPI_dateTime   ((16+8)<<8)
 

Definition at line 273 of file cmpidt.h.

Referenced by type2CMPIType(), and value2CMPIData().

#define CMPI_dateTimeA   (CMPI_ARRAY | CMPI_dateTime)
 

Definition at line 301 of file cmpidt.h.

#define CMPI_dateTimeString   (CMPI_string | CMPI_dateTime)
 

Definition at line 321 of file cmpidt.h.

#define CMPI_Double   CMPI_real64
 

Definition at line 346 of file cmpidt.h.

#define CMPI_DoubleA   CMPI_real64A
 

Definition at line 353 of file cmpidt.h.

#define CMPI_ENC   ((16)<<8)
 

Definition at line 264 of file cmpidt.h.

Referenced by arrayClone(), and arrayRelease().

#define CMPI_ENCA   (CMPI_ARRAY | CMPI_ENC)
 

Definition at line 298 of file cmpidt.h.

#define CMPI_enumeration   ((16+5)<<8)
 

Definition at line 270 of file cmpidt.h.

#define CMPI_filter   ((16+4)<<8)
 

Definition at line 269 of file cmpidt.h.

#define CMPI_FLAG_DeepInheritance   2
 

Definition at line 362 of file cmpidt.h.

#define CMPI_FLAG_IncludeClassOrigin   8
 

Definition at line 364 of file cmpidt.h.

Referenced by OW_NAMESPACE::CMPIInstanceProviderProxy::enumInstances(), OW_NAMESPACE::CMPIInstanceProviderProxy::getInstance(), and resultReturnInstance().

#define CMPI_FLAG_IncludeQualifiers   4
 

Definition at line 363 of file cmpidt.h.

Referenced by OW_NAMESPACE::CMPIInstanceProviderProxy::enumInstances(), OW_NAMESPACE::CMPIInstanceProviderProxy::getInstance(), and resultReturnInstance().

#define CMPI_FLAG_LocalOnly   1
 

Definition at line 361 of file cmpidt.h.

Referenced by resultReturnInstance().

#define CMPI_Float   CMPI_real32
 

Definition at line 345 of file cmpidt.h.

#define CMPI_FloatA   CMPI_real32A
 

Definition at line 352 of file cmpidt.h.

#define CMPI_goodValue   (0)
 

Definition at line 327 of file cmpidt.h.

#define CMPI_instance   ((16+0)<<8)
 

Definition at line 265 of file cmpidt.h.

Referenced by CmpiData::CmpiData(), enumGetNext(), and CmpiData::operator>>().

#define CMPI_instanceA   (CMPI_ARRAY | CMPI_instance)
 

Definition at line 302 of file cmpidt.h.

#define CMPI_Int   CMPI_sint32
 

Definition at line 343 of file cmpidt.h.

#define CMPI_IntA   CMPI_sint32A
 

Definition at line 350 of file cmpidt.h.

#define CMPI_INTEGER   ((CMPI_UINT | CMPI_SINT))
 

Definition at line 262 of file cmpidt.h.

#define CMPI_INTEGERA   (CMPI_ARRAY | CMPI_INTEGER)
 

Definition at line 296 of file cmpidt.h.

#define CMPI_integerString   (CMPI_string | CMPI_sint64)
 

Definition at line 318 of file cmpidt.h.

#define CMPI_keyBoolean   (CMPI_boolean)
 

Definition at line 312 of file cmpidt.h.

#define CMPI_keyInteger   (CMPI_sint64)
 

Definition at line 310 of file cmpidt.h.

#define CMPI_keyRef   (CMPI_ref)
 

Definition at line 313 of file cmpidt.h.

#define CMPI_keyString   (CMPI_string)
 

Definition at line 311 of file cmpidt.h.

#define CMPI_keyValue   (2<<8)
 

Definition at line 329 of file cmpidt.h.

Referenced by key2CMPIData().

#define CMPI_Long   CMPI_sint64
 

Definition at line 344 of file cmpidt.h.

#define CMPI_LongA   CMPI_sint64A
 

Definition at line 351 of file cmpidt.h.

#define CMPI_MB_Class_0   0x00000001
 

Definition at line 415 of file cmpidt.h.

#define CMPI_MB_Class_1   0x00000003
 

Definition at line 416 of file cmpidt.h.

#define CMPI_MB_Class_2   0x00000007
 

Definition at line 417 of file cmpidt.h.

#define CMPI_MB_Supports_IndicationMI   0x00000200
 

Definition at line 420 of file cmpidt.h.

#define CMPI_MB_Supports_IndicationPolling   0x00000400
 

Definition at line 421 of file cmpidt.h.

#define CMPI_MB_Supports_PropertyMI   0x00000100
 

Definition at line 419 of file cmpidt.h.

#define CMPI_MB_Supports_Qualifier   0x00001000
 

Definition at line 423 of file cmpidt.h.

#define CMPI_MB_Supports_QueryNormalization   0x00000800
 

Definition at line 422 of file cmpidt.h.

#define CMPI_MB_Supports_Schema   0x00003000
 

Definition at line 424 of file cmpidt.h.

#define CMPI_nameString   (CMPI_string | ((16+10)<<8))
 

Definition at line 323 of file cmpidt.h.

#define CMPI_notFound   (4<<8)
 

Definition at line 330 of file cmpidt.h.

#define CMPI_null   0
 

Definition at line 242 of file cmpidt.h.

#define CMPI_nullValue   (1<<8)
 

Definition at line 328 of file cmpidt.h.

Referenced by argsGetArg(), argsGetArgAt(), arrayClone(), arrayGetElementAt(), instGetProperty(), instGetPropertyAt(), CmpiData::isNull(), mbEncNewArray(), mbGetProperty(), mbInvokeMethod(), refGetKey(), and refGetKeyAt().

#define CMPI_numericString   (CMPI_string | CMPI_sint64)
 

Definition at line 319 of file cmpidt.h.

#define CMPI_ptr   ((16+9)<<8)
 

Definition at line 274 of file cmpidt.h.

#define CMPI_REAL   ((2)<<2)
 

Definition at line 248 of file cmpidt.h.

#define CMPI_real32   ((2+0)<<2)
 

Definition at line 249 of file cmpidt.h.

Referenced by type2CMPIType(), and value2CMPIData().

#define CMPI_real32A   (CMPI_ARRAY | CMPI_real32)
 

Definition at line 283 of file cmpidt.h.

#define CMPI_real64   ((2+1)<<2)
 

Definition at line 250 of file cmpidt.h.

Referenced by type2CMPIType(), and value2CMPIData().

#define CMPI_real64A   (CMPI_ARRAY | CMPI_real64)
 

Definition at line 284 of file cmpidt.h.

#define CMPI_REALA   (CMPI_ARRAY | CMPI_REAL)
 

Definition at line 282 of file cmpidt.h.

#define CMPI_realString   (CMPI_string | CMPI_real64)
 

Definition at line 317 of file cmpidt.h.

#define CMPI_ref   ((16+1)<<8)
 

Definition at line 266 of file cmpidt.h.

Referenced by CmpiData::CmpiData(), enumGetNext(), CmpiData::operator>>(), type2CMPIType(), and value2CMPIData().

#define CMPI_refA   (CMPI_ARRAY | CMPI_ref)
 

Definition at line 303 of file cmpidt.h.

#define CMPI_Short   CMPI_sint16
 

Definition at line 342 of file cmpidt.h.

#define CMPI_ShortA   CMPI_sint16A
 

Definition at line 349 of file cmpidt.h.

#define CMPI_SIMPLE   (2)
 

Definition at line 244 of file cmpidt.h.

#define CMPI_SIMPLEA   (CMPI_ARRAY | CMPI_SIMPLE)
 

Definition at line 278 of file cmpidt.h.

#define CMPI_SINT   ((8+4)<<4)
 

Definition at line 257 of file cmpidt.h.

Referenced by value2CIMValue(), and value2CMPIData().

#define CMPI_sint16   ((8+5)<<4)
 

Definition at line 259 of file cmpidt.h.

Referenced by CmpiData::CmpiData(), CmpiArrayIdx::operator=(), CmpiData::operator==(), CmpiArrayIdx::operator>>(), CmpiData::operator>>(), type2CMPIType(), value2CIMValue(), and value2CMPIData().

#define CMPI_sint16A   (CMPI_ARRAY | CMPI_sint16)
 

Definition at line 293 of file cmpidt.h.

#define CMPI_sint32   ((8+6)<<4)
 

Definition at line 260 of file cmpidt.h.

Referenced by CmpiData::CmpiData(), CmpiArrayIdx::operator=(), CmpiData::operator==(), CmpiArrayIdx::operator>>(), CmpiData::operator>>(), type2CMPIType(), value2CIMValue(), and value2CMPIData().

#define CMPI_sint32A   (CMPI_ARRAY | CMPI_sint32)
 

Definition at line 294 of file cmpidt.h.

#define CMPI_sint64   ((8+7)<<4)
 

Definition at line 261 of file cmpidt.h.

Referenced by CmpiData::CmpiData(), key2CMPIData(), CmpiArrayIdx::operator=(), CmpiData::operator==(), CmpiArrayIdx::operator>>(), CmpiData::operator>>(), type2CMPIType(), value2CIMValue(), and value2CMPIData().

#define CMPI_sint64A   (CMPI_ARRAY | CMPI_sint64)
 

Definition at line 295 of file cmpidt.h.

#define CMPI_sint8   ((8+4)<<4)
 

Definition at line 258 of file cmpidt.h.

Referenced by CmpiData::CmpiData(), CmpiArrayIdx::operator=(), CmpiData::operator==(), CmpiArrayIdx::operator>>(), CmpiData::operator>>(), type2CMPIType(), value2CIMValue(), and value2CMPIData().

#define CMPI_sint8A   (CMPI_ARRAY | CMPI_sint8)
 

Definition at line 292 of file cmpidt.h.

#define CMPI_SINTA   (CMPI_ARRAY | CMPI_SINT)
 

Definition at line 291 of file cmpidt.h.

#define CMPI_string   ((16+6)<<8)
 

Definition at line 271 of file cmpidt.h.

Referenced by CmpiArrayIdx::operator=(), CmpiData::operator==(), CmpiArrayIdx::operator>>(), CmpiData::operator>>(), type2CMPIType(), value2CIMValue(), and value2CMPIData().

#define CMPI_stringA   (CMPI_ARRAY | CMPI_string)
 

Definition at line 299 of file cmpidt.h.

#define CMPI_UINT   ((8)<<4)
 

Definition at line 252 of file cmpidt.h.

Referenced by value2CIMValue(), and value2CMPIData().

#define CMPI_uint16   ((8+1)<<4)
 

Definition at line 254 of file cmpidt.h.

Referenced by CmpiData::CmpiData(), CmpiArrayIdx::operator=(), CmpiData::operator==(), CmpiArrayIdx::operator>>(), CmpiData::operator>>(), type2CMPIType(), and value2CMPIData().

#define CMPI_uint16A   (CMPI_ARRAY | CMPI_uint16)
 

Definition at line 288 of file cmpidt.h.

#define CMPI_uint32   ((8+2)<<4)
 

Definition at line 255 of file cmpidt.h.

Referenced by OW_NAMESPACE::CMPIAssociatorProviderProxy::associatorNames(), CmpiData::CmpiData(), OW_NAMESPACE::CMPIInstanceProviderProxy::createInstance(), OW_NAMESPACE::CMPIInstanceProviderProxy::deleteInstance(), OW_NAMESPACE::CMPIInstanceProviderProxy::enumInstanceNames(), OW_NAMESPACE::CMPIInstanceProviderProxy::enumInstances(), OW_NAMESPACE::CMPIInstanceProviderProxy::getInstance(), OW_NAMESPACE::CMPIMethodProviderProxy::invokeMethod(), OW_NAMESPACE::CMPIInstanceProviderProxy::modifyInstance(), CmpiArrayIdx::operator=(), CmpiData::operator==(), CmpiArrayIdx::operator>>(), CmpiData::operator>>(), OW_NAMESPACE::CMPIAssociatorProviderProxy::referenceNames(), type2CMPIType(), and value2CMPIData().

#define CMPI_uint32A   (CMPI_ARRAY | CMPI_uint32)
 

Definition at line 289 of file cmpidt.h.

#define CMPI_uint64   ((8+3)<<4)
 

Definition at line 256 of file cmpidt.h.

Referenced by CmpiData::CmpiData(), CmpiArrayIdx::operator=(), CmpiData::operator==(), CmpiArrayIdx::operator>>(), CmpiData::operator>>(), type2CMPIType(), and value2CMPIData().

#define CMPI_uint64A   (CMPI_ARRAY | CMPI_uint64)
 

Definition at line 290 of file cmpidt.h.

#define CMPI_uint8   ((8+0)<<4)
 

Definition at line 253 of file cmpidt.h.

Referenced by CmpiArrayIdx::operator=(), CmpiData::operator==(), CmpiArrayIdx::operator>>(), CmpiData::operator>>(), type2CMPIType(), and value2CMPIData().

#define CMPI_uint8A   (CMPI_ARRAY | CMPI_uint8)
 

Definition at line 287 of file cmpidt.h.

#define CMPI_UINTA   (CMPI_ARRAY | CMPI_UINT)
 

Definition at line 286 of file cmpidt.h.

#define CMPI_VER_100
 

Definition at line 70 of file cmpidt.h.

#define CMPI_VER_80
 

Definition at line 86 of file cmpidt.h.

#define CMPI_VER_85
 

Definition at line 85 of file cmpidt.h.

#define CMPI_VER_86
 

Definition at line 84 of file cmpidt.h.

#define CMPI_VER_87
 

Definition at line 83 of file cmpidt.h.

#define CMPI_VER_90
 

Definition at line 82 of file cmpidt.h.

#define CMPICurrentVersion   CMPIVersion100
 

Definition at line 87 of file cmpidt.h.

#define CMPIInvocationFlags   "CMPIInvocationFlags"
 

Definition at line 366 of file cmpidt.h.

Referenced by OW_NAMESPACE::CMPIAssociatorProviderProxy::associatorNames(), OW_NAMESPACE::CMPIInstanceProviderProxy::createInstance(), OW_NAMESPACE::CMPIInstanceProviderProxy::deleteInstance(), OW_NAMESPACE::CMPIInstanceProviderProxy::enumInstanceNames(), OW_NAMESPACE::CMPIInstanceProviderProxy::enumInstances(), OW_NAMESPACE::CMPIInstanceProviderProxy::getInstance(), OW_NAMESPACE::CMPIMethodProviderProxy::invokeMethod(), mbAssociators(), mbEnumInstances(), mbGetInstance(), mbModifyInstance(), mbReferences(), OW_NAMESPACE::CMPIInstanceProviderProxy::modifyInstance(), and resultReturnInstance().

#define CMPIVersion051   51
 

Definition at line 38 of file cmpidt.h.

#define CMPIVersion060   60
 

Definition at line 39 of file cmpidt.h.

#define CMPIVersion070   70
 

Definition at line 40 of file cmpidt.h.

#define CMPIVersion080   80
 

Definition at line 41 of file cmpidt.h.

#define CMPIVersion085   85
 

Definition at line 42 of file cmpidt.h.

#define CMPIVersion086   86
 

Definition at line 43 of file cmpidt.h.

#define CMPIVersion087   87
 

Definition at line 44 of file cmpidt.h.

#define CMPIVersion090   90
 

Definition at line 45 of file cmpidt.h.

#define CMPIVersion100   100
 

Definition at line 46 of file cmpidt.h.


Typedef Documentation

typedef CMPIData CMPIAccessor(const char *, void *parm)
 

Definition at line 409 of file cmpidt.h.

typedef struct _CMPIArgs CMPIArgs
 

Definition at line 140 of file cmpidt.h.

typedef struct _CMPIArgsFT CMPIArgsFT
 

Definition at line 175 of file cmpidt.h.

typedef struct _CMPIArray CMPIArray
 

Definition at line 146 of file cmpidt.h.

typedef struct _CMPIArrayFT CMPIArrayFT
 

Definition at line 181 of file cmpidt.h.

typedef unsigned char CMPIBoolean
 

Definition at line 188 of file cmpidt.h.

typedef struct _CMPIBroker CMPIBroker
 

Definition at line 137 of file cmpidt.h.

typedef struct _CMPIBrokerEncFT CMPIBrokerEncFT
 

Definition at line 171 of file cmpidt.h.

typedef struct _CMPIBrokerExtFT CMPIBrokerExtFT
 

Definition at line 172 of file cmpidt.h.

typedef struct _CMPIBrokerFT CMPIBrokerFT
 

Definition at line 170 of file cmpidt.h.

typedef unsigned short CMPIChar16
 

Definition at line 189 of file cmpidt.h.

typedef struct _CMPIContext CMPIContext
 

Definition at line 149 of file cmpidt.h.

typedef struct _CMPIContextFT CMPIContextFT
 

Definition at line 184 of file cmpidt.h.

typedef unsigned int CMPICount
 

Definition at line 356 of file cmpidt.h.

typedef struct _CMPIData CMPIData
 

typedef struct _CMPIDateTime CMPIDateTime
 

Definition at line 150 of file cmpidt.h.

typedef struct _CMPIDateTimeFT CMPIDateTimeFT
 

Definition at line 185 of file cmpidt.h.

typedef struct _CMPIEnumeration CMPIEnumeration
 

Definition at line 145 of file cmpidt.h.

typedef struct _CMPIEnumerationFT CMPIEnumerationFT
 

Definition at line 180 of file cmpidt.h.

typedef unsigned int CMPIFlags
 

Definition at line 359 of file cmpidt.h.

typedef struct _CMPIInstance CMPIInstance
 

Definition at line 138 of file cmpidt.h.

typedef struct _CMPIInstanceFT CMPIInstanceFT
 

Definition at line 173 of file cmpidt.h.

typedef struct _CMPIObjectPath CMPIObjectPath
 

Definition at line 139 of file cmpidt.h.

typedef struct _CMPIObjectPathFT CMPIObjectPathFT
 

Definition at line 174 of file cmpidt.h.

typedef struct _CMPIPredicate CMPIPredicate
 

Definition at line 144 of file cmpidt.h.

typedef struct _CMPIPredicateFT CMPIPredicateFT
 

Definition at line 179 of file cmpidt.h.

typedef enum _CMPIPredOp CMPIPredOp
 

typedef enum _CMPIrc CMPIrc
 

typedef float CMPIReal32
 

Definition at line 198 of file cmpidt.h.

typedef double CMPIReal64
 

Definition at line 199 of file cmpidt.h.

typedef struct _CMPIResult CMPIResult
 

Definition at line 148 of file cmpidt.h.

typedef struct _CMPIResultFT CMPIResultFT
 

Definition at line 183 of file cmpidt.h.

typedef struct _CMPISelectCond CMPISelectCond
 

Definition at line 142 of file cmpidt.h.

typedef struct _CMPISelectCondFT CMPISelectCondFT
 

Definition at line 177 of file cmpidt.h.

typedef struct _CMPISelectExp CMPISelectExp
 

Definition at line 141 of file cmpidt.h.

typedef struct _CMPISelectExpFT CMPISelectExpFT
 

Definition at line 176 of file cmpidt.h.

typedef short CMPISint16
 

Definition at line 195 of file cmpidt.h.

typedef long CMPISint32
 

Definition at line 196 of file cmpidt.h.

typedef long long CMPISint64
 

Definition at line 197 of file cmpidt.h.

typedef signed char CMPISint8
 

Definition at line 194 of file cmpidt.h.

typedef struct _CMPIStatus CMPIStatus
 

typedef struct _CMPIString CMPIString
 

Definition at line 147 of file cmpidt.h.

typedef struct _CMPIStringFT CMPIStringFT
 

Definition at line 182 of file cmpidt.h.

typedef struct _CMPISubCond CMPISubCond
 

Definition at line 143 of file cmpidt.h.

typedef struct _CMPISubCondFT CMPISubCondFT
 

Definition at line 178 of file cmpidt.h.

typedef unsigned short CMPIType
 

Definition at line 240 of file cmpidt.h.

typedef unsigned short CMPIUint16
 

Definition at line 191 of file cmpidt.h.

typedef unsigned long CMPIUint32
 

Definition at line 192 of file cmpidt.h.

typedef unsigned long long CMPIUint64
 

Definition at line 193 of file cmpidt.h.

typedef unsigned char CMPIUint8
 

Definition at line 190 of file cmpidt.h.

typedef union _CMPIValue CMPIValue
 

typedef struct _CMPIValuePtr CMPIValuePtr
 

typedef unsigned short CMPIValueState
 

Definition at line 326 of file cmpidt.h.


Enumeration Type Documentation

enum _CMPIPredOp
 

Enumerator:
CMPI_PredOp_Equals 
CMPI_PredOp_NotEquals 
CMPI_PredOp_LessThan 
CMPI_PredOp_GreaterThanOrEquals 
CMPI_PredOp_GreaterThan 
CMPI_PredOp_LessThanOrEquals 
CMPI_PredOp_Isa 
CMPI_PredOp_NotIsa 
CMPI_PredOp_Like 
CMPI_PredOp_NotLike 

Definition at line 428 of file cmpidt.h.

enum _CMPIrc
 

Enumerator:
CMPI_RC_OK 
CMPI_RC_ERR_FAILED 
CMPI_RC_ERR_ACCESS_DENIED 
CMPI_RC_ERR_INVALID_NAMESPACE 
CMPI_RC_ERR_INVALID_PARAMETER 
CMPI_RC_ERR_INVALID_CLASS 
CMPI_RC_ERR_NOT_FOUND 
CMPI_RC_ERR_NOT_SUPPORTED 
CMPI_RC_ERR_CLASS_HAS_CHILDREN 
CMPI_RC_ERR_CLASS_HAS_INSTANCES 
CMPI_RC_ERR_INVALID_SUPERCLASS 
CMPI_RC_ERR_ALREADY_EXISTS 
CMPI_RC_ERR_NO_SUCH_PROPERTY 
CMPI_RC_ERR_TYPE_MISMATCH 
CMPI_RC_ERR_QUERY_LANGUAGE_NOT_SUPPORTED 
CMPI_RC_ERR_INVALID_QUERY 
CMPI_RC_ERR_METHOD_NOT_AVAILABLE 
CMPI_RC_ERR_METHOD_NOT_FOUND 
CMPI_RC_DO_NOT_UNLOAD 
CMPI_RC_NEVER_UNLOAD 
CMPI_RC_ERR_INVALID_HANDLE 
CMPI_RC_ERR_INVALID_DATA_TYPE 
CMPI_RC_ERROR_SYSTEM 
CMPI_RC_ERROR 

Definition at line 368 of file cmpidt.h.


Generated on Thu Feb 9 08:48:56 2006 for openwbem by  doxygen 1.4.6