Ignore:
Timestamp:
05/04/17 15:14:37 (7 years ago)
Author:
mhnguyen
Message:

Fixing bug of using *_ref on chaining transformations.

+) Correct isEqual function of attribute_template
+) Modify isEqual function of CAttributeMap to make sure that some attributes are
excluded from comparasion

Test
+) On Curie
+) toy_cmpi6 works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/attribute_map.hpp

    r1105 r1117  
    1515        \class CAttributeMap 
    1616        This class represents the set of attributes which an object can have. 
     17        Each attribute in the set is represented by an unique id. 
    1718      */ 
    1819 
     
    3940 
    4041            void clearAttribute(const StdString& key); 
    41             bool isEqual(const CAttributeMap& another); 
     42            bool isEqual(const CAttributeMap& another, const vector<StdString>& excludedAttrs); 
    4243 
    4344            /// Destructeur /// 
Note: See TracChangeset for help on using the changeset viewer.