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

Diff for /pegasus/src/Pegasus/CQL/CQLChainedIdentifier.h between version 1.1.2.5 and 1.1.2.6

version 1.1.2.5, 2004/09/16 15:53:19 version 1.1.2.6, 2004/09/20 21:03:03
Line 33 
Line 33 
 { {
   public:   public:
  
     CQLChainedIdentifier():_rep(0){}      CQLChainedIdentifier();
     /**  constructor     /**  constructor
           Parses the string into the various components of a CQL identifier.           Parses the string into the various components of a CQL identifier.
           Throws parsing errors.           Throws parsing errors.
Line 68 
Line 68 
  
     CQLIdentifier& operator[](Uint32 index);     CQLIdentifier& operator[](Uint32 index);
  
       CQLChainedIdentifier& operator=(const CQLChainedIdentifier& rhs);
   
     Boolean isSubChain(CQLChainedIdentifier & chain);     Boolean isSubChain(CQLChainedIdentifier & chain);
  
     CQLIdentifier getLastIdentifier();     CQLIdentifier getLastIdentifier();
  
     void applyScopes(Array<CQLScope>& scopes);      Boolean applyScopes();
  
     friend class CQLFactory;     friend class CQLFactory;
  


Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2