Contents
|
Table of Contents
General stuff
Classes
- CIMClient The CIMClient class provides an interface for a client application to communicate with a CIM Server.
- CIMAccessDeniedException A CIMAccessDeniedException indicates an access permission error.
- CIMAssociationProvider This class defines the set of methods implemented by an association provider.
- CIMIndicationProvider This class defines the set of methods implemented by an indication provider.
- CIMInstanceProvider This class defines a set of functions that support the manipulation of instances of a CIM object class and their properties.
- CIMInvalidClassException A CIMInvalidClassException indicates a class was specified that does not exist.
- CIMInvalidParameterException A CIMInvalidParameterException indicates an error with an operation parameter.
- CIMInvalidQueryException A CIMInvalidQueryException indicates that a query is not valid for a specified query language.
- CIMMethodNotFoundException A CIMMethodNotFoundException indicates that a specified extrinsic method does not exist.
- CIMMethodProvider This class defines a set of functions that support the invocation of extrinsic methods on a CIM class or instance.
- CIMNotSupportedException A CIMNotSupportedException indicates that a requested operation is not supported.
- CIMOMHandle Provides an interface through which a provider may communicate with the CIM Server.
- CIMObjectAlreadyExistsException A CIMObjectAlreadyExistsException indicates that an operation could not be completed because a specified object already exists.
- CIMObjectNotFoundException A CIMObjectNotFoundException indicates that a requested object was not found.
- CIMOperationFailedException Base class for exceptions thrown by providers.
- CIMPropertyNotFoundException A CIMPropertyNotFoundException indicates that a property was specified which does not exist.
- CIMProvider CIMProvider is the base class for the provider interface.
- CIMRepository This class provides a simple implementation of a CIM repository.
- AcceptLanguageListContainer An AcceptLanguageListContainer object holds a list of languages that are acceptable in the response for a given operation
- CIMClass The CIMClass class represents the DMTF standard CIM class definition.
- CIMConstClass The CIMConstClass class provides a const interface to a CIMClass object.
- CIMConstInstance The CIMConstInstance class provides a const interface to a CIMInstance object.
- CIMConstMethod The CIMConstMethod class provides a const interface to a CIMMethod object.
- CIMConstObject The CIMConstObject class provides a const interface to a CIMObject object.
- CIMConstParameter The CIMConstParameter class provides a const interface to a CIMParameter object.
- CIMConstProperty The CIMConstProperty class provides a const interface to a CIMProperty object.
- CIMConstQualifier The CIMConstQualifier class provides a const interface to a CIMQualifier object.
- CIMConstQualifierDecl The CIMConstQualifierDecl class provides a const interface to a CIMQualifierDecl object.
- CIMDateTime The CIMDateTime class represents the CIM datetime data type as a C++ class CIMDateTime.
- 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.
- CIMKeyBinding The CIMKeyBinding class associates a key name, value, and type.
- CIMMethod The CIMMethod class represents the DMTF standard CIM method definition.
- CIMName The CIMName class represents the DMTF standard CIM name definition.
- CIMNamespaceName The CIMNamespaceName class represents the DMTF standard CIM namespace name definition.
- CIMObject The CIMObject class represents the DMTF standard CIM object definition, which may represent a CIMClass or a CIMInstance.
- CIMObjectPath The CIMObjectPath class represents the DMTF standard CIM object name or reference.
- 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.
- CIMProperty The CIMProperty class represents the DMTF standard CIM property definition.
- 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.
- CIMQualifierDecl A CIMQualifierDecl represents a DMTF standard CIM qualifier declaration.
- CIMQualifierList This class is for representing Qualifier lists in the CIM interface.
- CIMScope The CIMScope class represents the DMTF standard CIM qualifier scope definition.
- CIMValue The CIMValue class represents a value of any of the CIM data types.
- CString The CString class provides access to an 8-bit String representation
- Char16 The Char16 class represents a CIM sixteen bit character (char16).
- ContentLanguageListContainer A ContentLanguageListContainer object holds a list of languages that are contained in the associated data
- Formatter Formatter is a class to build formatted strings from strings that contain variable defintions.
- IdentityContainer An IdentityContainer object holds the identity of a user associated with an operation.
- OperationContext An OperationContext object holds information about the context of an operation, using various Container classes.
- AlreadyConnectedException An AlreadyConnectedException occurs on an attempt to connect a resource that is already connected
- AlreadyExistsException An AlreadyExistsException occurs on an attempt to create or attach a resource for which an equivalent resource already exists
- BindFailedException A BindFailedException occurs when a resource (such as an indication listen socket) is not bound successfully
- CIMException The CIMException class models an error response to a CIM operation
- CannotConnectException A CannotConnectException occurs when a connection attempt fails
- CannotCreateSocketException A CannotCreateSocketException occurs when a socket creation fails
- ConnectionTimeoutException A ConnectionTimeoutException occurs when a timeout expires while waiting for a response on a connection
- DateTimeOutOfRangeException A DateTimeOutOfRangeException occurs when a DateTime value cannot be represented in the standard format
- DynamicCastFailedException A DynamicCastFailedException occurs when a polymorphic object is used as an incorrect derived type
- Exception The Exception class is the base class for exceptions generated by the Pegasus infrastructure
- IndexOutOfBoundsException An IndexOutOfBoundsException occurs when a resource is requested at a specified index and no resource exists at that index
- InvalidDateTimeFormatException An InvalidDateTimeFormatException occurs when a DateTime string has an incorrect format
- InvalidLocatorException An InvalidLocatorException occurs when a resource address string has an incorrect format
- InvalidNameException An InvalidNameException occurs on an attempt to create a name object with an invalid format
- InvalidNamespaceNameException An InvalidNamespaceNameException occurs on an attempt to create a namespace name object with an invalid format
- MalformedObjectNameException A MalformedObjectNameException occurs when an object name string has an incorrect format
- NotConnectedException A NotConnectedException occurs on an attempt to use a resource that requires a connection and is not connected
- SSLException An SSLException indicates an error with an SSL context, operation, or configuration
- TypeMismatchException A TypeMismatchException occurs when values with incompatible types are used together
- UninitializedObjectException An UninitializedObjectException occurs on an attempt to use an object which has not been initialized
- SnmpTrapOidContainer An SnmpTrapOidContainer object holds an SNMP trap OID that corresponds to the associated data
- String This class implements the CIM string type.
- 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.
- SubscriptionInstanceContainer A SubscriptionInstanceContainer object holds a CIMInstance associated with an indication subscription
- SubscriptionInstanceNamesContainer A SubscriptionInstanceNamesContainer object holds a list of subscription instance names.
- TimeoutContainer A TimeoutContainer object holds an operation timeout value, in milliseconds
Functions
- CIMClient:
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::associatorNames Enumerates the names of CIM Objects (Classes or Instances) which are associated with a specified Object in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::associators Enumerates CIM Objects (Classes or Instances) which are associated with a specified Object in a target namespace.
- connect:
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::connectLocal Connects to the local CIM Server as the current user.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::createClass Creates a specified CIM Class in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::createInstance Creates a specified CIM Instance in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::deleteClass Deletes a specified CIM Class from a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::deleteInstance Deletes a specified CIM Instance from a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::deleteQualifier Deletes a Qualifier declaration in a target Namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::deregisterClientOpPerformanceDataHandler Unregisters the current ClientOpPerformanceDataHandler, if applicable
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::disconnect Disconnects from the CIM Server.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::enumerateClassNames Enumerates the names of CIM Classes derived from a specified Class in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::enumerateClasses Enumerates CIM Classes derived from a specified Class in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::enumerateInstanceNames Enumerates the names of CIM Instances of a specified Class and its subclasses in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::enumerateInstances Enumerates CIM Instances of a specified Class and its subclasses in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::enumerateQualifiers Enumerates Qualifier declarations in a target Namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::execQuery Executes a query against a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::getClass Gets a specified CIM Class from a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::getInstance Gets a specified CIM Instance from a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::getProperty Gets a single Property value from a CIM Instance in a target Namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::getQualifier Gets a Qualifier declaration from a target Namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::getRequestAcceptLanguages Gets the accept languages currently configured for this client.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::getRequestContentLanguages Gets the content languages currently configured for this client.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::getResponseContentLanguages Gets the content languages of the last response received by this client.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::getTimeout Gets the currently configured timeout value for the CIMClient object.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::invokeMethod Executes an extrinsic CIM method in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::modifyClass Modifies a specified CIM Class in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::modifyInstance Modifies a specified CIM Instance in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::operator= The assignment operator is not available for the CIMClient class
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::referenceNames Enumerates the names of CIM Objects (Classes or Instances) which refer to a specified Object in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::references Enumerates CIM Association Objects (Classes or Instances) which refer to a specified Object in a target namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::registerClientOpPerformanceDataHandler Registers a ClientOpPerformanceDataHandler object.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::setProperty Sets a single Property value in a CIM Instance in a target Namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::setQualifier Adds or updates a Qualifier declaration in a target Namespace.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::setRequestAcceptLanguages Configures the accept languages to be specified on subsequent requests from this client.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::setRequestContentLanguages Configures the content languages to be specified on subsequent requests from this client.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::setRequestDefaultLanguages Experimental Interface
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::setTimeout Sets the timeout value for CIMClient operations.
- Pegasus Interfaces::Pegasus Client Interfaces::CIMClient::~CIMClient Destructs a CIMClient object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMAccessDeniedException::CIMAccessDeniedException Constructs a CIMAccessDeniedException with a specified error message.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMAssociationProvider::CIMAssociationProvider Constructs a default CIMAssociationProvider object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMAssociationProvider::associatorNames Enumerates CIM instance names that are associated to a specified instance via a specified association class.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMAssociationProvider::associators Enumerates CIM instances that are associated to a specified instance via a specified association class.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMAssociationProvider::referenceNames Enumerates the names of CIM association instances that refer to a specified instance.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMAssociationProvider::references Enumerates CIM association instances that refer to a specified instance.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMAssociationProvider::~CIMAssociationProvider Destructs a CIMAssociationProvider object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMIndicationProvider::CIMIndicationProvider Constructs a default CIMIndicationProvider object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMIndicationProvider::createSubscription Instructs the provider to monitor for indications matching the specified subscription.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMIndicationProvider::deleteSubscription Instructs the provider to stop generating indications for a specified subscription.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMIndicationProvider::disableIndications Instructs the provider to stop generating indications.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMIndicationProvider::enableIndications Instructs the provider to begin generating indications.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMIndicationProvider::modifySubscription Informs the provider that a subscription instance it is serving has changed.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMIndicationProvider::~CIMIndicationProvider Destructs a CIMIndicationProvider object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInstanceProvider::CIMInstanceProvider Constructs a default CIMInstanceProvider object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInstanceProvider::createInstance Creates a new instance.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInstanceProvider::deleteInstance Deletes a specified instance.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInstanceProvider::enumerateInstanceNames Returns the names of all instances of a specified class.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInstanceProvider::enumerateInstances Returns all instances of a specified class.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInstanceProvider::getInstance Returns a specified CIM instance.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInstanceProvider::modifyInstance Replaces all or part of a specified instance.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInstanceProvider::~CIMInstanceProvider Destructs a CIMInstanceProvider object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInvalidClassException::CIMInvalidClassException Constructs a CIMInvalidClassException with a specified error message.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInvalidParameterException::CIMInvalidParameterException Constructs a CIMInvalidParameterException with a specified error message.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMInvalidQueryException::CIMInvalidQueryException Constructs a CIMInvalidQueryException with a specified error message.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMMethodNotFoundException::CIMMethodNotFoundException Constructs a CIMMethodNotFoundException with a specified error message.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMMethodProvider::CIMMethodProvider Constructs a default CIMMethodProvider object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMMethodProvider::invokeMethod Invokes an extrinsic specified method on a specified CIM class or instance.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMMethodProvider::~CIMMethodProvider Destructs a CIMMethodProvider object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMNotSupportedException::CIMNotSupportedException Constructs a CIMNotSupportedException with a specified error message.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMOMHandle::CIMOMHandle Constructs a default CIMOMHandle object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMOMHandle::allowProviderUnload Provides a hint to the CIM Server that the provider calling this method no longer prefers not to be unloaded.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMOMHandle::disallowProviderUnload Provides a hint to the CIM Server that the provider calling this method prefers not to be unloaded.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMOMHandle::getResponseContext Returns the context of the response to the last request.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMOMHandle::operator= Assigns the CIMOMHandle from a specified CIMOMHandle object.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMOMHandle::~CIMOMHandle Destructs a CIMOMHandle object
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMObjectAlreadyExistsException::CIMObjectAlreadyExistsException Constructs a CIMObjectAlreadyExistsException with a specified error message.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMObjectNotFoundException::CIMObjectNotFoundException Constructs a CIMObjectNotFoundException with a specified error message.
- CIMOperationFailedException:
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMPropertyNotFoundException::CIMPropertyNotFoundException Constructs a CIMPropertyNotFoundException with a specified error message.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMProvider::CIMProvider Default constructor for the abstract CIMProvider class
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMProvider::initialize Initializes the provider.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMProvider::terminate Performs any cleanup required before the provider is unloaded.
- Pegasus Interfaces::Pegasus Provider Interfaces::CIMProvider::~CIMProvider Destructs the CIMProvider instance
- Pegasus Interfaces::Repository Interfaces::CIMRepository::CIMRepository Constructor
- Pegasus Interfaces::Repository Interfaces::CIMRepository::_associatorNames Internal associatorNames implementation that does not do access control
- Pegasus Interfaces::Repository Interfaces::CIMRepository::_createClass Internal createClass implementation that does not do access control
- Pegasus Interfaces::Repository Interfaces::CIMRepository::_createInstance Internal createInstance implementation that does not do access control
- Pegasus Interfaces::Repository Interfaces::CIMRepository::_getInstance Internal getInstance implementation that does not do access control
- Pegasus Interfaces::Repository Interfaces::CIMRepository::_getQualifier Internal getQualifier implementation that does not do access control
- Pegasus Interfaces::Repository Interfaces::CIMRepository::_modifyClass Internal modifyClass implementation that does not do access control
- Pegasus Interfaces::Repository Interfaces::CIMRepository::_referenceNames Internal referenceNames implementation that does not do access control
- Pegasus Interfaces::Repository Interfaces::CIMRepository::_setQualifier Internal setQualifier implementation that does not do access control
- Pegasus Interfaces::Repository Interfaces::CIMRepository::associatorNames associatorNames
- Pegasus Interfaces::Repository Interfaces::CIMRepository::associators associators
- Pegasus Interfaces::Repository Interfaces::CIMRepository::createClass createClass
- Pegasus Interfaces::Repository Interfaces::CIMRepository::createInstance createInstance
- Pegasus Interfaces::Repository Interfaces::CIMRepository::deleteClass deleteClass
- Pegasus Interfaces::Repository Interfaces::CIMRepository::deleteInstance deleteInstance
- Pegasus Interfaces::Repository Interfaces::CIMRepository::deleteNameSpace Deletes a namespace in the repository.
- Pegasus Interfaces::Repository Interfaces::CIMRepository::deleteQualifier deleteQualifier
- Pegasus Interfaces::Repository Interfaces::CIMRepository::enumerateClassNames enumerateClassNames
- Pegasus Interfaces::Repository Interfaces::CIMRepository::enumerateClasses enumerateClasses
- Pegasus Interfaces::Repository Interfaces::CIMRepository::enumerateInstanceNamesForClass Enumerates the names of the instances of just the specified class.
- Pegasus Interfaces::Repository Interfaces::CIMRepository::enumerateInstanceNamesForSubtree Enumerates the names of the instances of the specified class and its subclasses.
- Pegasus Interfaces::Repository Interfaces::CIMRepository::enumerateInstancesForClass Enumerates the instances of just the specified class.
- Pegasus Interfaces::Repository Interfaces::CIMRepository::enumerateInstancesForSubtree Enumerates the instances of the specified class and its subclasses.
- Pegasus Interfaces::Repository Interfaces::CIMRepository::enumerateQualifiers enumerateQualifiers
- Pegasus Interfaces::Repository Interfaces::CIMRepository::getClass getClass
- Pegasus Interfaces::Repository Interfaces::CIMRepository::getInstance getInstance
- Pegasus Interfaces::Repository Interfaces::CIMRepository::getProperty getProperty
- Pegasus Interfaces::Repository Interfaces::CIMRepository::getQualifier getQualifier
- Pegasus Interfaces::Repository Interfaces::CIMRepository::getSubClassNames Get subclass names of the given class in the given namespace.
- Pegasus Interfaces::Repository Interfaces::CIMRepository::getSuperClassNames Get the names of all superclasses (direct and indirect) of this class
- Pegasus Interfaces::Repository Interfaces::CIMRepository::isDefaultInstanceProvider Indicates whether instance operations that do not have a provider registered should be served by this repository
- Pegasus Interfaces::Repository Interfaces::CIMRepository::modifyClass modifyClass
- Pegasus Interfaces::Repository Interfaces::CIMRepository::modifyInstance modifyInstance
- Pegasus Interfaces::Repository Interfaces::CIMRepository::referenceNames referenceNames
- Pegasus Interfaces::Repository Interfaces::CIMRepository::references references
- Pegasus Interfaces::Repository Interfaces::CIMRepository::setProperty setProperty
- Pegasus Interfaces::Repository Interfaces::CIMRepository::setQualifier setQualifier
- Pegasus Interfaces::Repository Interfaces::CIMRepository::~CIMRepository Descructor
- (ostream) Writes a String value to an output stream.
- AcceptLanguageListContainer:
- Programming Pegasus::Class Definitions::AcceptLanguageListContainer::clone Makes a copy of this AcceptLanguageListContainer object.
- Programming Pegasus::Class Definitions::AcceptLanguageListContainer::destroy Cleans up an AcceptLanguageListContainer object that was created by the clone() method
- Programming Pegasus::Class Definitions::AcceptLanguageListContainer::getLanguages Gets the list of acceptable response languages from the AcceptLanguageListContainer.
- Programming Pegasus::Class Definitions::AcceptLanguageListContainer::getName Returns the unique name for this Container type.
- Programming Pegasus::Class Definitions::AcceptLanguageListContainer::operator= Assigns the value of the specified AcceptLanguageListContainer object to this object.
- Programming Pegasus::Class Definitions::AcceptLanguageListContainer::~AcceptLanguageListContainer Destructs the AcceptLanguageListContainer
- CIMClass:
- Programming Pegasus::Class Definitions::CIMClass::addMethod Adds a method to the class.
- Programming Pegasus::Class Definitions::CIMClass::addProperty Adds a property to the class.
- Programming Pegasus::Class Definitions::CIMClass::addQualifier Adds a qualifier to the class.
- Programming Pegasus::Class Definitions::CIMClass::buildInstance Builds a CIMInstance based on this CIMClass.
- Programming Pegasus::Class Definitions::CIMClass::clone Makes a deep copy of the class.
- Programming Pegasus::Class Definitions::CIMClass::findMethod Finds a method by name.
- Programming Pegasus::Class Definitions::CIMClass::findProperty Finds a property by name.
- Programming Pegasus::Class Definitions::CIMClass::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMClass::getClassName Gets the name of the class.
- Programming Pegasus::Class Definitions::CIMClass::getKeyNames Gets the list of key properties in this class.
- getMethod:
- Programming Pegasus::Class Definitions::CIMClass::getMethodCount Gets the number of methods in the class.
- Programming Pegasus::Class Definitions::CIMClass::getPath Gets the object path for the class.
- getProperty:
- Programming Pegasus::Class Definitions::CIMClass::getPropertyCount Gets the number of properties in the class.
- getQualifier:
- Programming Pegasus::Class Definitions::CIMClass::getQualifierCount Gets the number of qualifiers in the class.
- Programming Pegasus::Class Definitions::CIMClass::getSuperClassName Gets the name of the parent class of this class.
- Programming Pegasus::Class Definitions::CIMClass::hasKeys Indicates whether this class contains key properties.
- Programming Pegasus::Class Definitions::CIMClass::identical Compares the CIMClass with a specified CIMConstClass.
- Programming Pegasus::Class Definitions::CIMClass::isAbstract Indicates whether this class is an abstract class.
- Programming Pegasus::Class Definitions::CIMClass::isAssociation Indicates whether this class is an association class.
- Programming Pegasus::Class Definitions::CIMClass::isUninitialized Determines whether the object has been initialized.
- Programming Pegasus::Class Definitions::CIMClass::operator= Assigns the value of the specified CIMClass object to this object, so that both objects refer to the same data copy.
- Programming Pegasus::Class Definitions::CIMClass::removeMethod Removes a method from the class.
- Programming Pegasus::Class Definitions::CIMClass::removeProperty Removes a property from the class.
- Programming Pegasus::Class Definitions::CIMClass::removeQualifier Removes a qualifier from the class.
- Programming Pegasus::Class Definitions::CIMClass::setPath Sets the object path for the class.
- Programming Pegasus::Class Definitions::CIMClass::setSuperClassName Sets the name of the parent class.
- Programming Pegasus::Class Definitions::CIMClass::~CIMClass Destructs the CIMClass object
- CIMConstClass:
- Programming Pegasus::Class Definitions::CIMConstClass::clone Makes a deep copy of the class.
- Programming Pegasus::Class Definitions::CIMConstClass::findMethod Finds a method by name.
- Programming Pegasus::Class Definitions::CIMConstClass::findProperty Finds a property by name.
- Programming Pegasus::Class Definitions::CIMConstClass::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMConstClass::getClassName Gets the name of the class.
- Programming Pegasus::Class Definitions::CIMConstClass::getKeyNames Gets the list of key properties in this class.
- Programming Pegasus::Class Definitions::CIMConstClass::getMethod Gets the method at the specified index.
- Programming Pegasus::Class Definitions::CIMConstClass::getMethodCount Gets the number of methods in the class.
- Programming Pegasus::Class Definitions::CIMConstClass::getPath Gets the object path for the class.
- Programming Pegasus::Class Definitions::CIMConstClass::getProperty Gets the property at the specified index.
- Programming Pegasus::Class Definitions::CIMConstClass::getPropertyCount Gets the number of properties in the class.
- Programming Pegasus::Class Definitions::CIMConstClass::getQualifier Gets the qualifier at the specified index.
- Programming Pegasus::Class Definitions::CIMConstClass::getQualifierCount Gets the number of qualifiers in the class.
- Programming Pegasus::Class Definitions::CIMConstClass::getSuperClassName Gets the name of the parent class of this class.
- Programming Pegasus::Class Definitions::CIMConstClass::hasKeys Indicates whether this class contains key properties.
- Programming Pegasus::Class Definitions::CIMConstClass::identical Compares the CIMConstClass with a specified CIMConstClass.
- Programming Pegasus::Class Definitions::CIMConstClass::isAbstract Indicates whether this class is an abstract class.
- Programming Pegasus::Class Definitions::CIMConstClass::isAssociation Indicates whether this class is an association class.
- Programming Pegasus::Class Definitions::CIMConstClass::isUninitialized Determines whether the object has been initialized.
- operator=:
- Programming Pegasus::Class Definitions::CIMConstClass::~CIMConstClass Destructs the CIMConstClass object
- CIMConstInstance:
- Programming Pegasus::Class Definitions::CIMConstInstance::buildPath Builds the object path for this instance, based on the class name and property values in the instance and the Key qualifiers on the properties in the class definition.
- Programming Pegasus::Class Definitions::CIMConstInstance::clone Makes a deep copy of the instance.
- Programming Pegasus::Class Definitions::CIMConstInstance::findProperty Finds a property by name.
- Programming Pegasus::Class Definitions::CIMConstInstance::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMConstInstance::getClassName Gets the class name of the instance.
- Programming Pegasus::Class Definitions::CIMConstInstance::getPath Gets the object path for the instance.
- Programming Pegasus::Class Definitions::CIMConstInstance::getProperty Gets the property at the specified index.
- Programming Pegasus::Class Definitions::CIMConstInstance::getPropertyCount Gets the number of properties in the instance.
- Programming Pegasus::Class Definitions::CIMConstInstance::getQualifier Gets the qualifier at the specified index.
- Programming Pegasus::Class Definitions::CIMConstInstance::getQualifierCount Gets the number of qualifiers in the instance.
- Programming Pegasus::Class Definitions::CIMConstInstance::identical Compares the CIMConstInstance with a specified CIMConstInstance.
- Programming Pegasus::Class Definitions::CIMConstInstance::isUninitialized Determines whether the object has been initialized.
- operator=:
- Programming Pegasus::Class Definitions::CIMConstInstance::~CIMConstInstance Destructs the CIMConstInstance object
- CIMConstMethod:
- Programming Pegasus::Class Definitions::CIMConstMethod::clone Makes a deep copy of the method.
- Programming Pegasus::Class Definitions::CIMConstMethod::findParameter Finds a parameter by name.
- Programming Pegasus::Class Definitions::CIMConstMethod::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMConstMethod::getClassOrigin Gets the class in which this method was defined.
- Programming Pegasus::Class Definitions::CIMConstMethod::getName Gets the name of the method.
- Programming Pegasus::Class Definitions::CIMConstMethod::getParameter Gets the parameter at the specified index.
- Programming Pegasus::Class Definitions::CIMConstMethod::getParameterCount Gets the number of parameters in the method.
- Programming Pegasus::Class Definitions::CIMConstMethod::getPropagated Tests the propagated attribute of the object.
- Programming Pegasus::Class Definitions::CIMConstMethod::getQualifier Gets the qualifier at the specified index.
- Programming Pegasus::Class Definitions::CIMConstMethod::getQualifierCount Gets the number of qualifiers in the method.
- Programming Pegasus::Class Definitions::CIMConstMethod::getType Gets the method return type.
- Programming Pegasus::Class Definitions::CIMConstMethod::identical Compares the method with another method.
- Programming Pegasus::Class Definitions::CIMConstMethod::isUninitialized Determines whether the object has been initialized.
- operator=:
- Programming Pegasus::Class Definitions::CIMConstMethod::~CIMConstMethod Destructs the CIMConstMethod object
- CIMConstObject:
- Programming Pegasus::Class Definitions::CIMConstObject::clone Makes a deep copy of the object.
- Programming Pegasus::Class Definitions::CIMConstObject::findProperty Finds a property by name.
- Programming Pegasus::Class Definitions::CIMConstObject::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMConstObject::getClassName Gets the class name of the object.
- Programming Pegasus::Class Definitions::CIMConstObject::getPath Gets the object path for the object.
- Programming Pegasus::Class Definitions::CIMConstObject::getProperty Gets the property at the specified index.
- Programming Pegasus::Class Definitions::CIMConstObject::getPropertyCount Gets the number of properties in the object.
- Programming Pegasus::Class Definitions::CIMConstObject::getQualifier Gets the qualifier at the specified index.
- Programming Pegasus::Class Definitions::CIMConstObject::getQualifierCount Gets the number of qualifiers in the object.
- Programming Pegasus::Class Definitions::CIMConstObject::identical Compares the CIMConstObject with a specified CIMConstObject.
- Programming Pegasus::Class Definitions::CIMConstObject::isClass Indicates whether the object represents a CIMConstClass.
- Programming Pegasus::Class Definitions::CIMConstObject::isInstance Indicates whether the object represents a CIMConstInstance.
- Programming Pegasus::Class Definitions::CIMConstObject::isUninitialized Determines whether the object has been initialized.
- Programming Pegasus::Class Definitions::CIMConstObject::operator= Assigns the value of the specified CIMConstObject object to this object, so that both objects refer to the same data copy.
- Programming Pegasus::Class Definitions::CIMConstObject::toString Generates a human-readable String representing the value of the CIMObject.
- Programming Pegasus::Class Definitions::CIMConstObject::~CIMConstObject Destructs the CIMConstObject object
- CIMConstParameter:
- Programming Pegasus::Class Definitions::CIMConstParameter::clone Makes a deep copy of the parameter.
- Programming Pegasus::Class Definitions::CIMConstParameter::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMConstParameter::getArraySize Gets the array size for the parameter.
- Programming Pegasus::Class Definitions::CIMConstParameter::getName Gets the parameter name.
- Programming Pegasus::Class Definitions::CIMConstParameter::getQualifier Gets the qualifier at the specified index.
- Programming Pegasus::Class Definitions::CIMConstParameter::getQualifierCount Gets the number of qualifiers in the parameter.
- Programming Pegasus::Class Definitions::CIMConstParameter::getReferenceClassName Gets the reference class name for the parameter.
- Programming Pegasus::Class Definitions::CIMConstParameter::getType Gets the parameter type.
- Programming Pegasus::Class Definitions::CIMConstParameter::identical Compares the parameter with another parameter.
- Programming Pegasus::Class Definitions::CIMConstParameter::isArray Checks whether the parameter is an Array parameter.
- Programming Pegasus::Class Definitions::CIMConstParameter::isUninitialized Determines whether the object has been initialized.
- operator=:
- Programming Pegasus::Class Definitions::CIMConstParameter::~CIMConstParameter Destructs the CIMConstParameter object
- CIMConstProperty:
- Programming Pegasus::Class Definitions::CIMConstProperty::clone Makes a deep copy of the property.
- Programming Pegasus::Class Definitions::CIMConstProperty::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMConstProperty::getArraySize Gets the array size for the property.
- Programming Pegasus::Class Definitions::CIMConstProperty::getClassOrigin Gets the class in which this property is locally defined.
- Programming Pegasus::Class Definitions::CIMConstProperty::getName Gets the name of the property.
- Programming Pegasus::Class Definitions::CIMConstProperty::getPropagated Tests the propagated attribute of the object.
- Programming Pegasus::Class Definitions::CIMConstProperty::getQualifier Gets the qualifier at the specified index.
- Programming Pegasus::Class Definitions::CIMConstProperty::getQualifierCount Gets the number of qualifiers in the property.
- Programming Pegasus::Class Definitions::CIMConstProperty::getReferenceClassName Gets the reference class name for the property.
- Programming Pegasus::Class Definitions::CIMConstProperty::getType Gets the property type.
- Programming Pegasus::Class Definitions::CIMConstProperty::getValue Gets the property value.
- Programming Pegasus::Class Definitions::CIMConstProperty::identical Compares the property with another property.
- Programming Pegasus::Class Definitions::CIMConstProperty::isArray Checks whether the property is an Array property.
- Programming Pegasus::Class Definitions::CIMConstProperty::isUninitialized Determines whether the object has been initialized.
- operator=:
- Programming Pegasus::Class Definitions::CIMConstProperty::~CIMConstProperty Destructs the CIMConstProperty object
- CIMConstQualifier:
- Programming Pegasus::Class Definitions::CIMConstQualifier::clone Makes a deep copy of the qualifier.
- Programming Pegasus::Class Definitions::CIMConstQualifier::getFlavor Gets the qualifier flavors.
- Programming Pegasus::Class Definitions::CIMConstQualifier::getName Gets the name of the qualifier.
- Programming Pegasus::Class Definitions::CIMConstQualifier::getPropagated Tests the propagated attribute of the qualifier.
- Programming Pegasus::Class Definitions::CIMConstQualifier::getType Gets the qualifier type.
- Programming Pegasus::Class Definitions::CIMConstQualifier::getValue Gets the qualifier value.
- Programming Pegasus::Class Definitions::CIMConstQualifier::identical Compares the qualifier with another qualifier.
- Programming Pegasus::Class Definitions::CIMConstQualifier::isArray Checks whether the qualifier is an Array qualifier.
- Programming Pegasus::Class Definitions::CIMConstQualifier::isUninitialized Determines whether the object has been initialized.
- operator=:
- Programming Pegasus::Class Definitions::CIMConstQualifier::~CIMConstQualifier Destructs the CIMQualifier object
- CIMConstQualifierDecl:
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::clone Makes a deep copy of the qualifier declaration.
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::getArraySize Gets the array size for the qualifier.
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::getFlavor Gets the qualifier flavors.
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::getName Gets the name of the qualifier.
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::getScope Gets the qualifier scope.
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::getType Gets the qualifier type.
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::getValue Gets the qualifier default value.
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::identical Compares the qualifier declaration with another qualifier declaration.
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::isArray Checks whether the qualifier is an Array qualifier.
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::isUninitialized Determines whether the object has been initialized.
- operator=:
- Programming Pegasus::Class Definitions::CIMConstQualifierDecl::~CIMConstQualifierDecl Destructs the CIMConstQualifierDecl object
- CIMDateTime:
- Programming Pegasus::Class Definitions::CIMDateTime::clear Clears the datetime class object.
- Programming Pegasus::Class Definitions::CIMDateTime::equal Compares the CIMDateTime object to another CIMDateTime object for equality.
- Programming Pegasus::Class Definitions::CIMDateTime::getCurrentDateTime Returns the current local time in a CIMDateTime object.
- Programming Pegasus::Class Definitions::CIMDateTime::getDifference Computes the difference in microseconds between two CIMDateTime time stamps or two CIMDateTime intervals.
- Programming Pegasus::Class Definitions::CIMDateTime::isInterval Checks whether the datetime is an interval.Checks whether the datetime is an interval.
- Programming Pegasus::Class Definitions::CIMDateTime::isTimeStamp Checks whether the datetime is a timestamp.
- Programming Pegasus::Class Definitions::CIMDateTime::operator!= Compare two CIMDateTime objects and returns true if the LHS is not equal to the RHS.
- Programming Pegasus::Class Definitions::CIMDateTime::operator* Multiplies a CIMDateTime object by an integer and returns a CIMDateTime object that represents the product.
- Programming Pegasus::Class Definitions::CIMDateTime::operator*= Multiplies a CIMDateTime object by an integer, returns the product and changes the value of the calling object to match the returned product.
- Programming Pegasus::Class Definitions::CIMDateTime::operator+ Adds two CIMDateTime objects and returns a CIMDateTime object that represents the sum.
- Programming Pegasus::Class Definitions::CIMDateTime::operator+= Adds two CIMDateTime objects, returns the sum and changes the value of the calling CIMDateTime object to match the return value.
- Programming Pegasus::Class Definitions::CIMDateTime::operator- Subtracts one CIMDateTime object from another and returns a CIMDateTime object that represents the difference.
- Programming Pegasus::Class Definitions::CIMDateTime::operator-= Subtracts one CIMDateTime object from another, returns the difference and changes the value of the calling CIMDateTime object to match the return value.
- operator/:
- Programming Pegasus::Class Definitions::CIMDateTime::operator/= Divides a CIMDateTime object by an integer, returns the quotient and changes the value of the calling object to match the returned quotient.
- Programming Pegasus::Class Definitions::CIMDateTime::operator< Compare two CIMDateTime objects and returns true if the LHS is less than the RHS.
- Programming Pegasus::Class Definitions::CIMDateTime::operator<= Compare two CIMDateTime objects and returns true if the LHS is less than or equal to the RHS.
- Programming Pegasus::Class Definitions::CIMDateTime::operator= Assigns one instance of the CIMDateTime object to another.
- Programming Pegasus::Class Definitions::CIMDateTime::operator> Compare two CIMDateTime objects and returns true if the LHS is greater than the RHS.
- Programming Pegasus::Class Definitions::CIMDateTime::operator>= Compare two CIMDateTime objects and returns true if the LHS is greater than or equal to the RHS.
- Programming Pegasus::Class Definitions::CIMDateTime::set Sets the datetime value from the input parameter.
- Programming Pegasus::Class Definitions::CIMDateTime::setInterval Create datetime interval from components.
- Programming Pegasus::Class Definitions::CIMDateTime::setTimeStamp Sets the datetime timestamp from individual components.
- Programming Pegasus::Class Definitions::CIMDateTime::toMicroSeconds Converts a CIMDateTime object to its microsecond representation.
- Programming Pegasus::Class Definitions::CIMDateTime::toString Returns a string representing the DateTime value of the CIMDateTime object.
- Programming Pegasus::Class Definitions::CIMDateTime::~CIMDateTime CIMDateTime destructor.
- CIMFlavor:
- Programming Pegasus::Class Definitions::CIMFlavor::addFlavor Adds flavor values to the CIMFlavor object.
- Programming Pegasus::Class Definitions::CIMFlavor::equal Compares the CIMFlavor with a specified CIMFlavor.
- Programming Pegasus::Class Definitions::CIMFlavor::hasFlavor Checks whether the flavor contains specified flavor values.
- Programming Pegasus::Class Definitions::CIMFlavor::operator+ Adds two flavor values.
- Programming Pegasus::Class Definitions::CIMFlavor::operator= Assigns the value of the specified CIMFlavor object to this object.
- Programming Pegasus::Class Definitions::CIMFlavor::removeFlavor Removes flavor values from the CIMFlavor object.
- Programming Pegasus::Class Definitions::CIMFlavor::toString Returns a String representation of the CIMFlavor object.
- CIMInstance:
- Programming Pegasus::Class Definitions::CIMInstance::addProperty Adds a property to the instance.
- Programming Pegasus::Class Definitions::CIMInstance::addQualifier Adds a qualifier to the instance.
- Programming Pegasus::Class Definitions::CIMInstance::buildPath Builds the object path for this instance, based on the class name and property values in the instance and the Key qualifiers on the properties in the class definition.
- Programming Pegasus::Class Definitions::CIMInstance::clone Makes a deep copy of the instance.
- Programming Pegasus::Class Definitions::CIMInstance::findProperty Finds a property by name.
- Programming Pegasus::Class Definitions::CIMInstance::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMInstance::getClassName Gets the class name of the instance.
- Programming Pegasus::Class Definitions::CIMInstance::getPath Gets the object path for the instance.
- getProperty:
- Programming Pegasus::Class Definitions::CIMInstance::getPropertyCount Gets the number of properties in the instance.
- getQualifier:
- Programming Pegasus::Class Definitions::CIMInstance::getQualifierCount Gets the number of qualifiers in the instance.
- Programming Pegasus::Class Definitions::CIMInstance::identical Compares the CIMInstance with a specified CIMConstInstance.
- Programming Pegasus::Class Definitions::CIMInstance::isUninitialized Determines whether the object has been initialized.
- Programming Pegasus::Class Definitions::CIMInstance::operator= Assigns the value of the specified CIMInstance object to this object, so that both objects refer to the same data copy.
- Programming Pegasus::Class Definitions::CIMInstance::removeProperty Removes a property from the instance.
- Programming Pegasus::Class Definitions::CIMInstance::removeQualifier Removes a qualifier from the instance.
- Programming Pegasus::Class Definitions::CIMInstance::setPath Sets the object path for the instance.
- Programming Pegasus::Class Definitions::CIMInstance::~CIMInstance Destructs the CIMInstance object
- CIMKeyBinding:
- Programming Pegasus::Class Definitions::CIMKeyBinding::equal Compares the value and type of the key binding with a specified CIMValue.
- Programming Pegasus::Class Definitions::CIMKeyBinding::getName Gets the key name for the key binding.
- Programming Pegasus::Class Definitions::CIMKeyBinding::getType Gets the key type for the key binding.
- Programming Pegasus::Class Definitions::CIMKeyBinding::getValue Gets the key value for the key binding.
- Programming Pegasus::Class Definitions::CIMKeyBinding::operator= Assigns the value of the specified CIMKeyBinding object to this object.
- Programming Pegasus::Class Definitions::CIMKeyBinding::setName Sets the key name for the key binding.
- Programming Pegasus::Class Definitions::CIMKeyBinding::setType Sets the key type for the key binding.
- Programming Pegasus::Class Definitions::CIMKeyBinding::setValue Sets the key value for the key binding.
- Programming Pegasus::Class Definitions::CIMKeyBinding::~CIMKeyBinding Destructs the CIMKeyBinding object
- CIMMethod:
- Programming Pegasus::Class Definitions::CIMMethod::addParameter Adds a parameter to the method.
- Programming Pegasus::Class Definitions::CIMMethod::addQualifier Adds a qualifier to the method.
- Programming Pegasus::Class Definitions::CIMMethod::clone Makes a deep copy of the method.
- Programming Pegasus::Class Definitions::CIMMethod::findParameter Finds a parameter by name.
- Programming Pegasus::Class Definitions::CIMMethod::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMMethod::getClassOrigin Gets the class in which this method is locally defined.
- Programming Pegasus::Class Definitions::CIMMethod::getName Gets the name of the method.
- getParameter:
- Programming Pegasus::Class Definitions::CIMMethod::getParameterCount Gets the number of parameters in the method.
- Programming Pegasus::Class Definitions::CIMMethod::getPropagated Tests the propagated attribute of the object.
- getQualifier:
- Programming Pegasus::Class Definitions::CIMMethod::getQualifierCount Gets the number of qualifiers in the method.
- Programming Pegasus::Class Definitions::CIMMethod::getType Gets the method return type.
- Programming Pegasus::Class Definitions::CIMMethod::identical Compares the method with another method.
- Programming Pegasus::Class Definitions::CIMMethod::isUninitialized Determines whether the object has been initialized.
- Programming Pegasus::Class Definitions::CIMMethod::operator= Assigns the value of the specified CIMMethod object to this object, so that both objects refer to the same data copy.
- Programming Pegasus::Class Definitions::CIMMethod::removeParameter Removes a parameter from the method.
- Programming Pegasus::Class Definitions::CIMMethod::removeQualifier Removes a qualifier from the method.
- Programming Pegasus::Class Definitions::CIMMethod::setClassOrigin Sets the classOrigin attribute with the specified class name.
- Programming Pegasus::Class Definitions::CIMMethod::setName Sets the method name.
- Programming Pegasus::Class Definitions::CIMMethod::setPropagated Sets the propagated attribute.
- Programming Pegasus::Class Definitions::CIMMethod::setType Sets the method return type to the specified CIMType.
- Programming Pegasus::Class Definitions::CIMMethod::~CIMMethod Destructs the CIMMethod object
- CIMName:
- Programming Pegasus::Class Definitions::CIMName::clear Sets the CIM name to a null value.
- equal:
- Programming Pegasus::Class Definitions::CIMName::getString Gets a String form of the CIM name.
- Programming Pegasus::Class Definitions::CIMName::isNull Determines whether the CIM name is null.
- Programming Pegasus::Class Definitions::CIMName::legal Determines whether a name is a valid CIM name.
- operator=:
- CIMNamespaceName:
- Programming Pegasus::Class Definitions::CIMNamespaceName::clear Sets the CIM namespace name to a null value.
- equal:
- Programming Pegasus::Class Definitions::CIMNamespaceName::getString Gets a String form of the CIM namespace name.
- Programming Pegasus::Class Definitions::CIMNamespaceName::isNull Determines whether the CIM namespace name is null.
- Programming Pegasus::Class Definitions::CIMNamespaceName::legal Determines whether a name is a valid CIM namespace name.
- operator=:
- CIMObject:
- Programming Pegasus::Class Definitions::CIMObject::addProperty Adds a property to the object.
- Programming Pegasus::Class Definitions::CIMObject::addQualifier Adds a qualifier to the object.
- Programming Pegasus::Class Definitions::CIMObject::clone Makes a deep copy of the object.
- Programming Pegasus::Class Definitions::CIMObject::findProperty Finds a property by name.
- Programming Pegasus::Class Definitions::CIMObject::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMObject::getClassName Gets the class name of the object.
- Programming Pegasus::Class Definitions::CIMObject::getPath Gets the object path for the object.
- getProperty:
- Programming Pegasus::Class Definitions::CIMObject::getPropertyCount Gets the number of properties in the object.
- getQualifier:
- Programming Pegasus::Class Definitions::CIMObject::getQualifierCount Gets the number of qualifiers in the object.
- Programming Pegasus::Class Definitions::CIMObject::identical Compares the CIMObject with a specified CIMConstObject.
- Programming Pegasus::Class Definitions::CIMObject::isClass Indicates whether the object represents a CIMClass.
- Programming Pegasus::Class Definitions::CIMObject::isInstance Indicates whether the object represents a CIMInstance.
- Programming Pegasus::Class Definitions::CIMObject::isUninitialized Determines whether the object has been initialized.
- Programming Pegasus::Class Definitions::CIMObject::operator= Assigns the value of the specified CIMObject object to this object, so that both objects refer to the same data copy.
- Programming Pegasus::Class Definitions::CIMObject::removeProperty Removes a property from the object.
- Programming Pegasus::Class Definitions::CIMObject::removeQualifier Removes a qualifier from the object.
- Programming Pegasus::Class Definitions::CIMObject::setPath Sets the object path for the object.
- Programming Pegasus::Class Definitions::CIMObject::toString Generates a human-readable String representing the value of the CIMObject.
- Programming Pegasus::Class Definitions::CIMObject::~CIMObject Destructs the CIMObject object
- CIMObjectPath:
- Programming Pegasus::Class Definitions::CIMObjectPath::_toStringCanonical Generates a canonical String form of the object path (in which key bindings are sorted and classnames and keynames are converted to lower case).
- Programming Pegasus::Class Definitions::CIMObjectPath::clear Resets the attributes of the object path to null values.
- Programming Pegasus::Class Definitions::CIMObjectPath::getClassName Gets the class name for the object path.
- Programming Pegasus::Class Definitions::CIMObjectPath::getHost Gets the host name for the object path.
- Programming Pegasus::Class Definitions::CIMObjectPath::getKeyBindings Gets the key bindings for the object path.
- Programming Pegasus::Class Definitions::CIMObjectPath::getNameSpace Gets the namespace name for the object path.
- Programming Pegasus::Class Definitions::CIMObjectPath::identical Compares the CIMObjectPath with a specified CIMObjectPath.
- Programming Pegasus::Class Definitions::CIMObjectPath::makeHashCode Generates a hash code for the object path.
- operator=:
- set:
- Programming Pegasus::Class Definitions::CIMObjectPath::setClassName Sets the class name for the object path.
- Programming Pegasus::Class Definitions::CIMObjectPath::setHost Sets the host name for the object path.
- Programming Pegasus::Class Definitions::CIMObjectPath::setKeyBindings Sets the key bindings for the object path.
- Programming Pegasus::Class Definitions::CIMObjectPath::setNameSpace Sets the namespace name for the object path.
- Programming Pegasus::Class Definitions::CIMObjectPath::toString Generates a String form of the object path.
- Programming Pegasus::Class Definitions::CIMObjectPath::~CIMObjectPath Destructs the CIMObjectPath object
- CIMParamValue:
- Programming Pegasus::Class Definitions::CIMParamValue::clone Makes a deep copy of the object.
- Programming Pegasus::Class Definitions::CIMParamValue::getParameterName Gets the parameter name for the parameter value.
- Programming Pegasus::Class Definitions::CIMParamValue::getValue Gets the value for the parameter.
- Programming Pegasus::Class Definitions::CIMParamValue::isTyped Checks whether the parameter value has the correct type.
- Programming Pegasus::Class Definitions::CIMParamValue::isUninitialized Determines whether the object has been initialized.
- Programming Pegasus::Class Definitions::CIMParamValue::operator= Assigns the value of the specified CIMParamValue object to this object, so that both objects refer to the same data copy.
- Programming Pegasus::Class Definitions::CIMParamValue::setIsTyped Sets a flag indicating whether the parameter value has the correct type.
- Programming Pegasus::Class Definitions::CIMParamValue::setParameterName Sets the parameter name for the parameter value.
- Programming Pegasus::Class Definitions::CIMParamValue::setValue Sets the value for the parameter.
- Programming Pegasus::Class Definitions::CIMParamValue::~CIMParamValue Destructs the CIMParamValue object
- CIMParameter:
- Programming Pegasus::Class Definitions::CIMParameter::addQualifier Adds a qualifier to the parameter.
- Programming Pegasus::Class Definitions::CIMParameter::clone Makes a deep copy of the parameter.
- Programming Pegasus::Class Definitions::CIMParameter::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMParameter::getArraySize Gets the array size for the parameter.
- Programming Pegasus::Class Definitions::CIMParameter::getName Gets the parameter name.
- getQualifier:
- Programming Pegasus::Class Definitions::CIMParameter::getQualifierCount Gets the number of qualifiers in the parameter.
- Programming Pegasus::Class Definitions::CIMParameter::getReferenceClassName Gets the reference class name for the parameter.
- Programming Pegasus::Class Definitions::CIMParameter::getType Gets the parameter type.
- Programming Pegasus::Class Definitions::CIMParameter::identical Compares the parameter with another parameter.
- Programming Pegasus::Class Definitions::CIMParameter::isArray Checks whether the parameter is an Array parameter.
- Programming Pegasus::Class Definitions::CIMParameter::isUninitialized Determines whether the object has been initialized.
- Programming Pegasus::Class Definitions::CIMParameter::operator= Assigns the value of the specified CIMParameter object to this object, so that both objects refer to the same data copy.
- Programming Pegasus::Class Definitions::CIMParameter::removeQualifier Removes a qualifier from the parameter.
- Programming Pegasus::Class Definitions::CIMParameter::setName Sets the parameter name.
- Programming Pegasus::Class Definitions::CIMParameter::~CIMParameter Destructs the CIMParameter object
- CIMProperty:
- Programming Pegasus::Class Definitions::CIMProperty::addQualifier Adds a qualifier to the property.
- Programming Pegasus::Class Definitions::CIMProperty::clone Makes a deep copy of the property.
- Programming Pegasus::Class Definitions::CIMProperty::findQualifier Finds a qualifier by name.
- Programming Pegasus::Class Definitions::CIMProperty::getArraySize Gets the array size for the property.
- Programming Pegasus::Class Definitions::CIMProperty::getClassOrigin Gets the class in which this property is locally defined.
- Programming Pegasus::Class Definitions::CIMProperty::getName Gets the name of the property.
- Programming Pegasus::Class Definitions::CIMProperty::getPropagated Tests the propagated attribute of the property.
- getQualifier:
- Programming Pegasus::Class Definitions::CIMProperty::getQualifierCount Gets the number of qualifiers in the property.
- Programming Pegasus::Class Definitions::CIMProperty::getReferenceClassName Gets the reference class name for the property.
- Programming Pegasus::Class Definitions::CIMProperty::getType Gets the property type.
- Programming Pegasus::Class Definitions::CIMProperty::getValue Gets the property value.
- Programming Pegasus::Class Definitions::CIMProperty::identical Compares the property with another property.
- Programming Pegasus::Class Definitions::CIMProperty::isArray Checks whether the property is an Array property.
- Programming Pegasus::Class Definitions::CIMProperty::isUninitialized Determines whether the object has been initialized.
- Programming Pegasus::Class Definitions::CIMProperty::operator= Assigns the value of the specified CIMProperty object to this object, so that both objects refer to the same data copy.
- Programming Pegasus::Class Definitions::CIMProperty::removeQualifier Removes a qualifier from the property.
- Programming Pegasus::Class Definitions::CIMProperty::setClassOrigin Sets the classOrigin attribute with the specified class name.
- Programming Pegasus::Class Definitions::CIMProperty::setName Sets the property name.
- Programming Pegasus::Class Definitions::CIMProperty::setPropagated Sets the propagated attribute.
- Programming Pegasus::Class Definitions::CIMProperty::setValue Sets the property value.
- Programming Pegasus::Class Definitions::CIMProperty::~CIMProperty Destructs the CIMProperty object
- CIMPropertyList:
- Programming Pegasus::Class Definitions::CIMPropertyList::clear Sets the property list to a null value
- Programming Pegasus::Class Definitions::CIMPropertyList::getPropertyNameArray Gets an Array of the property names in the property list.
- Programming Pegasus::Class Definitions::CIMPropertyList::isNull Determines whether the property list is null.
- Programming Pegasus::Class Definitions::CIMPropertyList::operator= Assigns the value of the specified CIMPropertyList object to this object.
- Programming Pegasus::Class Definitions::CIMPropertyList::operator[] Gets the property name at a specified index.
- Programming Pegasus::Class Definitions::CIMPropertyList::set Sets the property list with the specified property names.
- Programming Pegasus::Class Definitions::CIMPropertyList::size Gets the number of property names in the property list.
- Programming Pegasus::Class Definitions::CIMPropertyList::~CIMPropertyList Destructs the CIMPropertyList object
- CIMQualifier:
- Programming Pegasus::Class Definitions::CIMQualifier::clone Makes a deep copy of the qualifier.
- Programming Pegasus::Class Definitions::CIMQualifier::getFlavor Gets the qualifier flavors.
- Programming Pegasus::Class Definitions::CIMQualifier::getName Gets the name of the qualifier.
- Programming Pegasus::Class Definitions::CIMQualifier::getPropagated Tests the propagated attribute of the qualifier.
- Programming Pegasus::Class Definitions::CIMQualifier::getType Gets the qualifier type.
- Programming Pegasus::Class Definitions::CIMQualifier::getValue Gets the qualifier value.
- Programming Pegasus::Class Definitions::CIMQualifier::identical Compares the qualifier with another qualifier.
- Programming Pegasus::Class Definitions::CIMQualifier::isArray Checks whether the qualifier is an Array qualifier.
- Programming Pegasus::Class Definitions::CIMQualifier::isUninitialized Determines whether the object has been initialized.
- Programming Pegasus::Class Definitions::CIMQualifier::operator= Assigns the value of the specified CIMQualifier object to this object, so that both objects refer to the same data copy.
- Programming Pegasus::Class Definitions::CIMQualifier::setFlavor Adds flavors to the qualifier.
- Programming Pegasus::Class Definitions::CIMQualifier::setName Sets the qualifier name.
- Programming Pegasus::Class Definitions::CIMQualifier::setPropagated Sets the propagated attribute.
- Programming Pegasus::Class Definitions::CIMQualifier::setValue Sets the qualifier value.
- Programming Pegasus::Class Definitions::CIMQualifier::unsetFlavor Removes flavors from the qualifier.
- Programming Pegasus::Class Definitions::CIMQualifier::~CIMQualifier Destructs the CIMQualifier object
- CIMQualifierDecl:
- Programming Pegasus::Class Definitions::CIMQualifierDecl::clone Makes a deep copy of the qualifier declaration.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::getArraySize Gets the array size for the qualifier.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::getFlavor Gets the qualifier flavors.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::getName Gets the name of the qualifier.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::getScope Gets the qualifier scope.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::getType Gets the qualifier type.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::getValue Gets the qualifier default value.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::identical Compares the qualifier declaration with another qualifier declaration.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::isArray Checks whether the qualifier is an Array qualifier.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::isUninitialized Determines whether the object has been initialized.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::operator= Assigns the value of the specified CIMQualifierDecl object to this object, so that both objects refer to the same data copy.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::setName Sets the qualifier name.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::setValue Sets the qualifier default value.
- Programming Pegasus::Class Definitions::CIMQualifierDecl::~CIMQualifierDecl Destructs the CIMQualifierDecl object
- Programming Pegasus::Class Definitions::CIMQualifierList::CIMQualifierList constructor - Constructs a NULL qualifier list
- Programming Pegasus::Class Definitions::CIMQualifierList::add add adds a single CIMQualifier to a CIMQualifierList
- Programming Pegasus::Class Definitions::CIMQualifierList::addUnchecked Add qualifier without checking whether it already exists
- Programming Pegasus::Class Definitions::CIMQualifierList::clear Removes all the qualifiers from the list
- Programming Pegasus::Class Definitions::CIMQualifierList::cloneTo
- Programming Pegasus::Class Definitions::CIMQualifierList::exists exists - Returns true if the qualifier with the specified name exists in the class
- Programming Pegasus::Class Definitions::CIMQualifierList::find find - Searches for a qualifier with the specified ` input name if it exists in the class
- Programming Pegasus::Class Definitions::CIMQualifierList::getCount getCount - Returns the count of qualifiers in the list
- Programming Pegasus::Class Definitions::CIMQualifierList::getQualifier getQualifer - Gets the qaulifier defined at the index provided in the Qualifier list.
- Programming Pegasus::Class Definitions::CIMQualifierList::identical
- Programming Pegasus::Class Definitions::CIMQualifierList::isTrue isTrue - Determines if the qualifier defined by the input parameter exists for the class, is Boolean, and has a value of true.
- Programming Pegasus::Class Definitions::CIMQualifierList::print
- Programming Pegasus::Class Definitions::CIMQualifierList::removeQualifier removeQualifier - Removes the Qualifier defined by the index parameter
- Programming Pegasus::Class Definitions::CIMQualifierList::resolve resolve - Resolves the qualifierList based on the information provided.
- Programming Pegasus::Class Definitions::CIMQualifierList::~CIMQualifierList
- CIMScope:
- Programming Pegasus::Class Definitions::CIMScope::addScope Adds scopes value to the CIMScope object.
- Programming Pegasus::Class Definitions::CIMScope::equal Compares the CIMScope with a specified CIMScope.
- Programming Pegasus::Class Definitions::CIMScope::hasScope Checks whether the scope contains specified scope values.
- Programming Pegasus::Class Definitions::CIMScope::operator+ Adds two scope values.
- Programming Pegasus::Class Definitions::CIMScope::operator= Assigns the value of the specified CIMScope object to this object.
- Programming Pegasus::Class Definitions::CIMScope::toString Returns a String representation of the CIMScope object.
- CIMValue:
- Programming Pegasus::Class Definitions::CIMValue::assign Assigns the value from a specified CIMValue object.
- Programming Pegasus::Class Definitions::CIMValue::clear Resets to a null value with type Boolean and isArray=false
- Programming Pegasus::Class Definitions::CIMValue::equal Compares with another CIMValue object for equality.
- get:
- Programming Pegasus::Class Definitions::CIMValue::getArraySize Gets the fixed array size of a CIMValue.
- Programming Pegasus::Class Definitions::CIMValue::getType Gets the value type.
- Programming Pegasus::Class Definitions::CIMValue::isArray Indicates whether the value is an array.
- Programming Pegasus::Class Definitions::CIMValue::isNull Indicates whether the value is null.
- Programming Pegasus::Class Definitions::CIMValue::operator= Assigns the value from a specified CIMValue object.
- set:
- Programming Pegasus::Class Definitions::CIMValue::setNullValue Sets the value to null with the specified type and array indicator.
- Programming Pegasus::Class Definitions::CIMValue::toString Converts a CIMValue to a String.
- Programming Pegasus::Class Definitions::CIMValue::typeCompatible Compares the type and isArray attributes with a specified CIMValue.
- Programming Pegasus::Class Definitions::CIMValue::~CIMValue Destructs a CIMValue object
- CString:
- Programming Pegasus::Class Definitions::CString::operator const char* Gets the CString's data as a C string pointer.
- Programming Pegasus::Class Definitions::CString::operator= Copies the value of another CString object.
- Programming Pegasus::Class Definitions::CString::~CString Destructs a CString object
- Char16:
- Programming Pegasus::Class Definitions::Char16::operator Uint16 Implicitly converts the Char16 value to a 16-bit integer
- operator=:
- Programming Pegasus::Class Definitions::Char16::~Char16 Destructs a Char16 object
- ContentLanguageListContainer:
- Programming Pegasus::Class Definitions::ContentLanguageListContainer::clone Makes a copy of this ContentLanguageListContainer object.
- Programming Pegasus::Class Definitions::ContentLanguageListContainer::destroy Cleans up a ContentLanguageListContainer object that was created by the clone() method
- Programming Pegasus::Class Definitions::ContentLanguageListContainer::getLanguages Gets the list of content languages from the ContentLanguageListContainer.
- Programming Pegasus::Class Definitions::ContentLanguageListContainer::getName Returns the unique name for this Container type.
- Programming Pegasus::Class Definitions::ContentLanguageListContainer::operator= Assigns the value of the specified ContentLanguageListContainer object to this object.
- Programming Pegasus::Class Definitions::ContentLanguageListContainer::~ContentLanguageListContainer Destructs the ContentLanguageListContainer
- Programming Pegasus::Class Definitions::Formatter::format Format function for the formatter
- IdentityContainer:
- Programming Pegasus::Class Definitions::IdentityContainer::clone Makes a copy of this IdentityContainer object.
- Programming Pegasus::Class Definitions::IdentityContainer::destroy Cleans up an IdentityContainer object that was created by the clone() method
- Programming Pegasus::Class Definitions::IdentityContainer::getName Returns the unique name for this Container type.
- Programming Pegasus::Class Definitions::IdentityContainer::getUserName Gets the user name from the IdentityContainer object.
- Programming Pegasus::Class Definitions::IdentityContainer::operator= Assigns the value of the specified IdentityContainer object to this object.
- Programming Pegasus::Class Definitions::IdentityContainer::~IdentityContainer Destructs the IdentityContainer
- Programming Pegasus::Class Definitions::OperationContext::Container::clone Makes a copy of the Container object.
- Programming Pegasus::Class Definitions::OperationContext::Container::destroy Cleans up a Container object that was created by the clone() method
- Programming Pegasus::Class Definitions::OperationContext::Container::getName Returns the unique name for a Container type.
- Programming Pegasus::Class Definitions::OperationContext::Container::~Container Destructs the Container
- OperationContext:
- Programming Pegasus::Class Definitions::OperationContext::clear Removes all the Containers from the OperationContext
- Programming Pegasus::Class Definitions::OperationContext::contains Tests if the specified Container object is in the OperationContext.
- Programming Pegasus::Class Definitions::OperationContext::get Retrieves the specified Container object from the OperationContext.
- Programming Pegasus::Class Definitions::OperationContext::insert Inserts a Container into the OperationContext.
- Programming Pegasus::Class Definitions::OperationContext::operator= Assigns the value of the specified OperationContext object to this OperationContext.
- Programming Pegasus::Class Definitions::OperationContext::remove Removes a Container from the OperationContext.
- Programming Pegasus::Class Definitions::OperationContext::set Replaces an OperationContext Container with the specified Container object of the same type.
- Programming Pegasus::Class Definitions::OperationContext::~OperationContext Destructs the OperationContext
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::AlreadyConnectedException::AlreadyConnectedException Constructs an AlreadyConnectedException with a default error message
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::AlreadyExistsException::AlreadyExistsException Constructs an AlreadyExistsException with a specified error message.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::BindFailedException::BindFailedException Constructs a BindFailedException with a specified error message.
- CIMException:
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::CIMException::addError Adds a CIM_Error instance to a CIMException.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::CIMException::getCode Gets the CIMStatusCode for the current CIMException.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::CIMException::getError Gets a single CIM_Error instance that is attached to the CIMException.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::CIMException::getErrorCount Gets the count of CIM_Error instances attached to the CIMException.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::CIMException::operator= Assigns the value from a specified CIMException object.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::CIMException::~CIMException Destructs a CIMException object
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::CannotConnectException::CannotConnectException Constructs a CannotConnectException with a specified error message.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::CannotCreateSocketException::CannotCreateSocketException Constructs a CannotCreateSocketException with a default error message
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::ConnectionTimeoutException::ConnectionTimeoutException Constructs a ConnectionTimeoutException with a default error message
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::DateTimeOutOfRangeException::DateTimeOutOfRangeException Constructs a DateTimeOutOfRangeException with a specified error message.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::DynamicCastFailedException::DynamicCastFailedException Constructs a DynamicCastFailedException with a default error message
- Exception:
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::Exception::getMessage Gets the error description message.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::Exception::operator= Assigns the value from a specified Exception object.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::Exception::~Exception Destructs an Exception object
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::IndexOutOfBoundsException::IndexOutOfBoundsException Constructs an IndexOutOfBoundsException with a default error message
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::InvalidDateTimeFormatException::InvalidDateTimeFormatException Constructs an InvalidDateTimeFormatException with a default error message
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::InvalidLocatorException::InvalidLocatorException Constructs an InvalidLocatorException for a specified locator string.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::InvalidNameException::InvalidNameException Constructs an InvalidNameException for a specified name.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::InvalidNamespaceNameException::InvalidNamespaceNameException Constructs an InvalidNamespaceNameException for a specified namespace name.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::MalformedObjectNameException::MalformedObjectNameException Constructs a MalformedObjectNameException for a specified object name.
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::NotConnectedException::NotConnectedException Constructs a NotConnectedException with a default error message
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::SSLException::SSLException Constructs an SSLException with a specified error message.
- TypeMismatchException:
- Programming Pegasus::Class Definitions::PEGASUS_NAMESPACE_END::UninitializedObjectException::UninitializedObjectException Constructs an UninitializedObjectException with a default error message
- SnmpTrapOidContainer:
- Programming Pegasus::Class Definitions::SnmpTrapOidContainer::clone Makes a copy of this SnmpTrapOidContainer object.
- Programming Pegasus::Class Definitions::SnmpTrapOidContainer::destroy Cleans up an SnmpTrapOidContainer object that was created by the clone() method
- Programming Pegasus::Class Definitions::SnmpTrapOidContainer::getName Returns the unique name for this Container type.
- Programming Pegasus::Class Definitions::SnmpTrapOidContainer::getSnmpTrapOid Gets the SNMP trap OID from the SnmpTrapOidContainer.
- Programming Pegasus::Class Definitions::SnmpTrapOidContainer::operator= Assigns the value of the specified SnmpTrapOidContainer object to this object.
- Programming Pegasus::Class Definitions::SnmpTrapOidContainer::~SnmpTrapOidContainer Destructs the SnmpTrapOidContainer
- String:
- append:
- assign:
- Programming Pegasus::Class Definitions::String::clear Sets a String value to the empty String
- compare:
- Programming Pegasus::Class Definitions::String::compareNoCase Compares two String objects, ignoring case differences.
- Programming Pegasus::Class Definitions::String::equal Compares two String objects for equality.
- Programming Pegasus::Class Definitions::String::equalNoCase Compares two strings and returns true if they are equal independent of the case of the characters.
- find:
- Programming Pegasus::Class Definitions::String::getCString Gets a CString object containing the String value in UTF-8 format.
- Programming Pegasus::Class Definitions::String::getChar16Data Gets a null-terminated Char16 buffer containing the String value.
- Programming Pegasus::Class Definitions::String::operator= Assigns the value of a String to the value of another String.
- operator[]:
- Programming Pegasus::Class Definitions::String::remove Removes a specified number of characters from the String starting at a given index.
- Programming Pegasus::Class Definitions::String::reserveCapacity Reserves memory for a specified number of (16-bit) characters.
- Programming Pegasus::Class Definitions::String::reverseFind Finds the index of the last occurrence of a specified character in the String.
- Programming Pegasus::Class Definitions::String::size Returns the number of characters in a String value.
- Programming Pegasus::Class Definitions::String::subString Creates a new String containing up to the specified number of characters from the specified index in the String.
- Programming Pegasus::Class Definitions::String::toLower Converts all characters in the String to lower case
- Programming Pegasus::Class Definitions::String::toUpper Experimental Interface
Converts all characters in the String to upper case
- Programming Pegasus::Class Definitions::String::~String Destructs a String object
- SubscriptionFilterConditionContainer:
- Programming Pegasus::Class Definitions::SubscriptionFilterConditionContainer::clone Makes a copy of this SubscriptionFilterConditionContainer object.
- Programming Pegasus::Class Definitions::SubscriptionFilterConditionContainer::destroy Cleans up a SubscriptionFilterConditionContainer object that was created by the clone() method
- Programming Pegasus::Class Definitions::SubscriptionFilterConditionContainer::getFilterCondition Gets the filter query condition from the SubscriptionFilterConditionContainer.
- Programming Pegasus::Class Definitions::SubscriptionFilterConditionContainer::getName Returns the unique name for this Container type.
- Programming Pegasus::Class Definitions::SubscriptionFilterConditionContainer::getQueryLanguage Gets the query language from the SubscriptionFilterConditionContainer.
- Programming Pegasus::Class Definitions::SubscriptionFilterConditionContainer::operator= Assigns the value of the specified SubscriptionFilterConditionContainer object to this object.
- Programming Pegasus::Class Definitions::SubscriptionFilterConditionContainer::~SubscriptionFilterConditionContainer Destructs the SubscriptionFilterConditionContainer
- SubscriptionFilterQueryContainer:
- Programming Pegasus::Class Definitions::SubscriptionFilterQueryContainer::clone Makes a copy of this SubscriptionFilterQueryContainer object.
- Programming Pegasus::Class Definitions::SubscriptionFilterQueryContainer::destroy Cleans up a SubscriptionFilterQueryContainer object that was created by the clone() method
- Programming Pegasus::Class Definitions::SubscriptionFilterQueryContainer::getFilterQuery Gets the filter query from the SubscriptionFilterQueryContainer.
- Programming Pegasus::Class Definitions::SubscriptionFilterQueryContainer::getName Returns the unique name for this Container type.
- Programming Pegasus::Class Definitions::SubscriptionFilterQueryContainer::getQueryLanguage Gets the filter query language from the SubscriptionFilterQueryContainer.
- Programming Pegasus::Class Definitions::SubscriptionFilterQueryContainer::getSourceNameSpace Gets the source namespace from the SubscriptionFilterQueryContainer.
- Programming Pegasus::Class Definitions::SubscriptionFilterQueryContainer::operator= Assigns the value of the specified SubscriptionFilterQueryContainer object to this object.
- Programming Pegasus::Class Definitions::SubscriptionFilterQueryContainer::~SubscriptionFilterQueryContainer Destructs the SubscriptionFilterQueryContainer
- SubscriptionInstanceContainer:
- Programming Pegasus::Class Definitions::SubscriptionInstanceContainer::clone Makes a copy of this SubscriptionInstanceContainer object.
- Programming Pegasus::Class Definitions::SubscriptionInstanceContainer::destroy Cleans up a SubscriptionInstanceContainer object that was created by the clone() method
- Programming Pegasus::Class Definitions::SubscriptionInstanceContainer::getInstance Gets the subscription instance from the SubscriptionInstanceContainer.
- Programming Pegasus::Class Definitions::SubscriptionInstanceContainer::getName Returns the unique name for this Container type.
- Programming Pegasus::Class Definitions::SubscriptionInstanceContainer::operator= Assigns the value of the specified SubscriptionInstanceContainer object to this object.
- Programming Pegasus::Class Definitions::SubscriptionInstanceContainer::~SubscriptionInstanceContainer Destructs the SubscriptionInstanceContainer
- SubscriptionInstanceNamesContainer:
- Programming Pegasus::Class Definitions::SubscriptionInstanceNamesContainer::clone Makes a copy of this SubscriptionInstanceNamesContainer object.
- Programming Pegasus::Class Definitions::SubscriptionInstanceNamesContainer::destroy Cleans up a SubscriptionInstanceNamesContainer object that was created by the clone() method
- Programming Pegasus::Class Definitions::SubscriptionInstanceNamesContainer::getInstanceNames Gets the list of subscription instance names from the SubscriptionInstanceNamesContainer.
- Programming Pegasus::Class Definitions::SubscriptionInstanceNamesContainer::getName Returns the unique name for this Container type.
- Programming Pegasus::Class Definitions::SubscriptionInstanceNamesContainer::operator= Assigns the value of the specified SubscriptionInstanceNamesContainer object to this object.
- Programming Pegasus::Class Definitions::SubscriptionInstanceNamesContainer::~SubscriptionInstanceNamesContainer Destructs the SubscriptionInstanceNamesContainer
- TimeoutContainer:
- Programming Pegasus::Class Definitions::TimeoutContainer::clone Makes a copy of this TimeoutContainer object.
- Programming Pegasus::Class Definitions::TimeoutContainer::destroy Cleans up a TimeoutContainer object that was created by the clone() method
- Programming Pegasus::Class Definitions::TimeoutContainer::getName Returns the unique name for this Container type.
- Programming Pegasus::Class Definitions::TimeoutContainer::getTimeOut Gets the timeout value from the TimeoutContainer.
- applyQualifierList Applies a specified qualifier list to a specified object, using an addQualifier method which is expected to exist for the object type.
- cimStatusCodeToString Experimental Interface
- cimStatusCodeToString_Thread Experimental Interface
- cimTypeToString Gets a string representation of a CIMType.
- operator!= Compares two CIMValue objects for inequality.
- operator!= Compares two CIM names for inequality.
- operator!= Compares two CIM namespace names for inequality.
- operator!= Compares two object paths for inequality.
- operator!= Compares two String objects for inequality.
- 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.
- operator+ Concatenates String objects.
- operator< Compares two String objects.
- operator<= Compares two String objects.
- operator== Compares a Char16 object and an 8-bit character for equality.
- operator== Compares a String and a C string for equality.
- operator== Compares two CIM names for equality.
- operator== Compares two CIM namespace names for equality.
- operator== Compares two key bindings for equality.
- operator== Compares two object paths for equality.
- operator== Compares two CIMValue objects for equality.
- operator== Compares two Char16 objects for equality.
- operator== Compares two CIMDateTime objects and returns true if they represent the same time or length of time.
- operator== Compares a Char16 object and an 8-bit character for equality.
- operator== Compares two String objects for equality.
- operator== Compares a String and a C string for equality.
- operator> Compares two String objects.
- operator>= Compares two String objects.
Variables
Macros
- 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
- Pegasus_Exception_h Programming with Exceptions
Enums, Unions, Structs
- Programming Pegasus::Class Definitions::CIMKeyBinding::Type The CIMKeyBinding Type corresponds to the CIM-XML key binding definition, in which the CIMType values are mapped into categories
- CIMStatusCode The CIMStatusCode enumeration represents the status codes defined in the DMTF Specification for CIM Operations over HTTP
- CIMType The CIMType enumeration defines symbolic constants for the CIM data types.
Typedefs
- PropertySet This class defines the internal representation of the CIMObject class.
Hierarchy of classes
|