Ignore:
Timestamp:
05/03/17 14:59:25 (7 years ago)
Author:
ymipsl
Message:

For xml : if attribute get the string value of "_reset_", attribute will be empty and the attribute will remain empty after inheritance.

YM

File:
1 edited

Legend:

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

    r1105 r1112  
    6565            virtual void setInheritedValue(const CAttribute& ) = 0 ; 
    6666            virtual bool hasInheritedValue(void) const = 0; 
    67              
     67 
     68            bool canInherite(void) {return _canInherite ;} 
    6869         protected :  
     70            bool _canInherite ; 
     71            static const StdString resetInheritanceStr ;  
    6972 
    7073      }; // class CAttribute 
Note: See TracChangeset for help on using the changeset viewer.