Ignore:
Timestamp:
04/12/18 18:51:08 (6 years ago)
Author:
oabramkina
Message:

Exception handling for attributes by means of dynamic binding. This assures that attribute's id will always be printed in the error message.

Replacing changes done in r1477.

File:
1 edited

Legend:

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

    r1117 r1478  
    5252            void set(const CAttributeTemplate& attr) ; 
    5353            void reset(void) ; 
     54            void checkEmpty(void) const; 
     55 
    5456 
    5557            void setInheritedValue(const CAttributeTemplate& attr ); 
     
    5759            T getInheritedValue(void) const ; 
    5860            bool hasInheritedValue(void) const; 
    59  
    60             bool isEqual_(const CAttributeTemplate& attr ); 
     61             
    6162            bool isEqual(const CAttribute& attr ); 
    6263 
     
    9596//            CAttributeTemplate(void); // Not implemented. 
    9697         private : 
     98          bool isEqual_(const CAttributeTemplate& attr); 
    9799          StdString _toString(void) const; 
    98100          void _fromString(const StdString & str); 
Note: See TracChangeset for help on using the changeset viewer.