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

Diff for /pegasus/src/Pegasus/CQL/CQLChainedIdentifierRep.h between version 1.1.2.2 and 1.1.2.3

version 1.1.2.2, 2004/09/16 15:53:19 version 1.1.2.3, 2004/09/20 21:03:03
Line 32 
Line 32 
 { {
   public:   public:
  
     CQLChainedIdentifierRep(){}      CQLChainedIdentifierRep();
     /**  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 41 
Line 41 
  
     CQLChainedIdentifierRep(CQLIdentifier & id);     CQLChainedIdentifierRep(CQLIdentifier & id);
  
     CQLChainedIdentifierRep(const CQLChainedIdentifierRep& rep);      CQLChainedIdentifierRep(const CQLChainedIdentifierRep* rep);
  
     ~CQLChainedIdentifierRep(){}      ~CQLChainedIdentifierRep();
  
     /**  The getSubIdentifiers method     /**  The getSubIdentifiers method
     returns the array of subIdentifiers from a CQL SELECT     returns the array of subIdentifiers from a CQL SELECT
Line 67 
Line 67 
  
     CQLIdentifier& operator[](Uint32 index);     CQLIdentifier& operator[](Uint32 index);
  
       CQLChainedIdentifierRep& operator=(const CQLChainedIdentifierRep& 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.2  
changed lines
  Added in v.1.1.2.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2