(file) Return to CIMQualifierList.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/CIMQualifierList.h between version 1.24 and 1.25

version 1.24, 2002/07/26 20:01:19 version 1.25, 2002/07/30 16:14:53
Line 31 
Line 31 
 #define Pegasus_QualifierList_h #define Pegasus_QualifierList_h
  
 #include <Pegasus/Common/Config.h> #include <Pegasus/Common/Config.h>
   #include <Pegasus/Common/Linkage.h>
   #include <Pegasus/Common/CIMName.h>
 #include <Pegasus/Common/CIMQualifier.h> #include <Pegasus/Common/CIMQualifier.h>
 #include <Pegasus/Common/Array.h> #include <Pegasus/Common/Array.h>
 #include <Pegasus/Common/Pair.h> #include <Pegasus/Common/Pair.h>
 #include <Pegasus/Common/Linkage.h>  
  
  
 /* ATTN: P2 KS 25 Mar 2002 - The function names are a mismash of local and taken /* ATTN: P2 KS 25 Mar 2002 - The function names are a mismash of local and taken
Line 110 
Line 111 
         @return Returns index of the qualifier found or PEG_NOT_FOUND         @return Returns index of the qualifier found or PEG_NOT_FOUND
         if not found.         if not found.
     */     */
     Uint32 find(const String& name) const;      Uint32 find(const CIMName& name) const;
  
     /** exists - Returns true if the qualifier with the     /** exists - Returns true if the qualifier with the
         specified name exists in the class         specified name exists in the class
         @param name String name of the qualifier object being tested.          @param name CIMName name of the qualifier object being tested.
         @return True if the qualifier exits in the list.  Otherwise         @return True if the qualifier exits in the list.  Otherwise
         false is returned.         false is returned.
     */     */
  
     Boolean exists(const String& name) const      Boolean exists(const CIMName& name) const
     {     {
         return (((find(name)) == PEG_NOT_FOUND)? false : true);         return (((find(name)) == PEG_NOT_FOUND)? false : true);
     }     }
Line 129 
Line 130 
         has a value of true.         has a value of true.
         This function is useful to quickly determine the state of a         This function is useful to quickly determine the state of a
         qualifier.         qualifier.
         @param String containing the qualifier  name.          @param CIMName containing the qualifier  name.
         @return Boolean True if the qualifier exists,         @return Boolean True if the qualifier exists,
     */     */
     Boolean isTrue(const String& name) const;      Boolean isTrue(const CIMName& name) const;
  
     /// findReverse - See find     /// findReverse - See find
     Uint32 findReverse(const String& name) const;      Uint32 findReverse(const CIMName& name) const;
  
     /** resolve - Resolves the qualifierList based on the information provided. The resolved     /** resolve - Resolves the qualifierList based on the information provided. The resolved
         qualifiers are the result of validating and testing the qualifiers against the         qualifiers are the result of validating and testing the qualifiers against the


Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2