Pegasus_Array_h |
This class provides a list of object types that are supported by the the ArrayInter object.
|
Array |
This class is used to represent arrays of intrinsic data types in CIM.
|
Boolean |
This class provides an implementation of the boolean for compilers which do not support "bool" as a type.
|
CIMClass |
The CIMClass class is used to represent CIM classes in Pegasus.
|
CIMConstClass |
CIMConstClass
|
CIMDateTime |
The CIMDateTime class represents the CIM datetime data type as a C++ class CIMDateTime.
|
operator== |
Compares two CIMDateTime objects and returns true if they represent the same time or length of time.
|
CIMFlavor |
The CIMFlavor class implements the concept of the CIM qualifier flavor that encapsulates the propagation and override rules for qualifiers.
|
CIMInstance |
This class represents the instance of a CIM class.
|
CIMConstInstance |
|
CIMMethod |
The CIMMethod class is used to represent CIM methods in Pegasus.
|
CIMConstMethod |
The CIMConstMethod class is used to represent CIM methods in the same manner as the CIMMethod class except that the const attribute is applied to the objects created.
|
CIMName |
The CIMName class defines methods for handling CIM names.
|
operator== |
Compares two CIMNames to determine if they are equal.
|
operator!= |
Compares two CIMNames to determine if they are not equal.
|
CIMNamespaceName |
The CIMNamespaceName class defines methods for handling CIM namespace names.
|
CIMObject |
The CIMObject class is the superclass for the CIMInstance and CIMClass classes.
|
CIMConstObject |
REVIEWERS: Add class defintion here
|
CIMKeyBinding |
The CIMKeyBinding class associates a key name, value, and type.
|
CIMObjectPath |
The CIMObjectPath class represents the value of a reference.
|
CIMParamValue |
|
CIMParameter |
This class provides the interface to construct and manage CIM Parameters.
|
CIMConstParameter |
|
CIMProperty |
The CIMProperty class is used to represent CIM properties in Pegasus.
|
CIMConstProperty |
|
CIMPropertyList |
The CIMPropertyList class is used to represent a list of CIM properties in Pegasus.
|
CIMQualifier |
The CIMQualifier class is used to represent CIM qualifiers in Pegasus.
|
CIMConstQualifier |
|
CIMQualifierDecl |
The CIMQualifierDecl class is used to represent CIM qualifier declarations in Pegasus.
|
CIMConstQualifierDecl |
|
CIMQualifierList |
This class is for representing Qualifier lists in the CIM interface.
|
CIMScope |
The CIMScope class implements the concept of the scope of a CIM qualifier object.
|
CIMStatusCode |
CIM Status codes defined in the DMTF CIM Operations over HTTP specification.
|
cimStatusCodeToString |
Experimental Interface
|
cimStatusCodeToString_Thread |
Experimental Interface
|
CIMType |
The CIMType enumeration defines symbolic constants for the CIM data types.
|
cimTypeToString |
Returns a string representation of the given type.
|
CIMValue |
The CIMValue class represents a value of any of the CIM data types (see CIMType for a list of valid CIM data types).
|
operator== |
operator == compares two CIMValue objects for equality.
|
operator!= |
operator != compares two CIMValue objects for inequality.
|
Char16 |
The Char16 class represents a CIM sixteen bit character (char16).
|
CString |
The CString class provides access to an 8-bit String representation
|
String |
The Pegasus String C++ Class implements the CIM string type.
|
operator== |
String operator == tests for equality between two strings of any of the types String or char*.
|
operator== |
String operator ==.
|
operator== |
String operator ==.
|
operator!= |
String operator ==.
|
(ostream) |
REVIEWERS: Insert description here.
|
operator+ |
This overload operator (+) concatenates String objects.
|
operator< |
The overload operator (<) compares String obects.
|
operator<= |
The overload operator (<=) compares String objects.
|
operator> |
The overload operator (>) compares String objects.
|
operator>= |
The overload operator (>=) compares String objects.
|
PEGASUS_NAMESPACE_END |
|