Ignore:
Timestamp:
07/26/22 15:26:52 (23 months ago)
Author:
jderouillat
Message:

Set the code structure to compute the hash value of an element based on its attributs, use for now before writing an element in a file

File:
1 edited

Legend:

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

    r2146 r2386  
    4444            virtual StdString dumpGraph(void) const = 0; 
    4545            virtual bool isEqual(const CAttribute& ) = 0; 
     46            virtual int computeHash(void) = 0; 
    4647 
    4748            //! Returns true if and only if the attribute should be publicly exposed in the API 
Note: See TracChangeset for help on using the changeset viewer.