PEGASUS_ARRAY_T |
Explicit instantiations of the Array template are used to define the Array interface for the element types that may be stored in an Array
|
CIMClass |
The CIMClass class represents the DMTF standard CIM class definition.
|
CIMConstClass |
The CIMConstClass class provides a const interface to a CIMClass object.
|
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 represents the DMTF standard CIM qualifier flavor definition, which encapsulates the propagation and override rules for qualifiers.
|
CIMInstance |
The CIMInstance class represents the DMTF standard CIM instance definition.
|
CIMConstInstance |
The CIMConstInstance class provides a const interface to a CIMInstance object.
|
CIMMethod |
The CIMMethod class represents the DMTF standard CIM method definition.
|
CIMConstMethod |
The CIMConstMethod class provides a const interface to a CIMMethod object.
|
CIMName |
The CIMName class represents the DMTF standard CIM name definition.
|
operator== |
Compares two CIM names for equality.
|
operator!= |
Compares two CIM names for inequality.
|
CIMNamespaceName |
The CIMNamespaceName class represents the DMTF standard CIM namespace name definition.
|
operator== |
Compares two CIM namespace names for equality.
|
operator!= |
Compares two CIM namespace names for inequality.
|
CIMObject |
The CIMObject class represents the DMTF standard CIM object definition, which may represent a CIMClass or a CIMInstance.
|
CIMConstObject |
The CIMConstObject class provides a const interface to a CIMObject object.
|
CIMKeyBinding |
The CIMKeyBinding class associates a key name, value, and type.
|
operator== |
Compares two key bindings for equality.
|
CIMObjectPath |
The CIMObjectPath class represents the DMTF standard CIM object name or reference.
|
operator== |
Compares two object paths for equality.
|
operator!= |
Compares two object paths for inequality.
|
PropertySet |
This class defines the internal representation of the CIMObject class.
|
CIMParamValue |
The CIMParamValue class represents an extrinsic method parameter value, as defined in the DMTF Specification for CIM Operations over HTTP.
|
CIMParameter |
The CIMParameter class represents the DMTF standard CIM parameter definition.
|
CIMConstParameter |
The CIMConstParameter class provides a const interface to a CIMParameter object.
|
CIMProperty |
The CIMProperty class represents the DMTF standard CIM property definition.
|
CIMConstProperty |
The CIMConstProperty class provides a const interface to a CIMProperty object.
|
CIMPropertyList |
The CIMPropertyList class represents a propertyList parameter in a CIM operation request, as defined in the DMTF Specification for CIM Operations over HTTP.
|
CIMQualifier |
A CIMQualifier represents a DMTF standard CIM qualifier.
|
CIMConstQualifier |
The CIMConstQualifier class provides a const interface to a CIMQualifier object.
|
CIMQualifierDecl |
A CIMQualifierDecl represents a DMTF standard CIM qualifier declaration.
|
CIMConstQualifierDecl |
The CIMConstQualifierDecl class provides a const interface to a CIMQualifierDecl object.
|
CIMQualifierList |
This class is for representing Qualifier lists in the CIM interface.
|
applyQualifierList |
Applies a specified qualifier list to a specified object, using an addQualifier method which is expected to exist for the object type.
|
CIMScope |
The CIMScope class represents the DMTF standard CIM qualifier scope definition.
|
CIMStatusCode |
The CIMStatusCode enumeration represents the status codes defined in the DMTF Specification for CIM Operations over HTTP
|
cimStatusCodeToString |
Experimental Interface
|
cimStatusCodeToString_Thread |
Experimental Interface
|
CIMType |
The CIMType enumeration defines symbolic constants for the CIM data types.
|
cimTypeToString |
Gets a string representation of a CIMType.
|
CIMValue |
The CIMValue class represents a value of any of the CIM data types.
|
operator== |
Compares two CIMValue objects for equality.
|
operator!= |
Compares two CIMValue objects for inequality.
|
Char16 |
The Char16 class represents a CIM sixteen bit character (char16).
|
operator== |
Compares two Char16 objects for equality.
|
operator== |
Compares a Char16 object and an 8-bit character for equality.
|
operator== |
Compares a Char16 object and an 8-bit character for equality.
|
operator!= |
Compares two Char16 objects for inequality.
|
operator!= |
Compares a Char16 object and an 8-bit character for inequality.
|
operator!= |
Compares a Char16 object and an 8-bit character for inequality.
|
Formatter |
Formatter is a class to build formatted strings from strings that contain variable defintions.
|
OperationContext |
An OperationContext object holds information about the context of an operation, using various Container classes.
|
IdentityContainer |
An IdentityContainer object holds the identity of a user associated with an operation.
|
SubscriptionInstanceContainer |
A SubscriptionInstanceContainer object holds a CIMInstance associated with an indication subscription
|
SubscriptionFilterConditionContainer |
A SubscriptionFilterConditionContainer object holds the filter condition and query language associated with an indication subscription.
|
SubscriptionFilterQueryContainer |
A SubscriptionFilterQueryContainer object holds the query filter and query language associated with an indication subscription, as well as the source namespace of the filter.
|
SubscriptionInstanceNamesContainer |
A SubscriptionInstanceNamesContainer object holds a list of subscription instance names.
|
TimeoutContainer |
A TimeoutContainer object holds an operation timeout value, in milliseconds
|
AcceptLanguageListContainer |
An AcceptLanguageListContainer object holds a list of languages that are acceptable in the response for a given operation
|
ContentLanguageListContainer |
A ContentLanguageListContainer object holds a list of languages that are contained in the associated data
|
SnmpTrapOidContainer |
An SnmpTrapOidContainer object holds an SNMP trap OID that corresponds to the associated data
|
CString |
The CString class provides access to an 8-bit String representation
|
String |
This class implements the CIM string type.
|
operator== |
Compares two String objects for equality.
|
operator== |
Compares a String and a C string for equality.
|
operator== |
Compares a String and a C string for equality.
|
operator!= |
Compares two String objects for inequality.
|
(ostream) |
Writes a String value to an output stream.
|
operator+ |
Concatenates String objects.
|
operator< |
Compares two String objects.
|
operator<= |
Compares two String objects.
|
operator> |
Compares two String objects.
|
operator>= |
Compares two String objects.
|
PEGASUS_NAMESPACE_END |
|