Ignore:
Timestamp:
07/08/19 16:58:12 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1676. Arithmetic filter unified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/attribute_template.hpp

    r1646 r1680  
    7474//            virtual void fromBinary(StdIStream & is); 
    7575            virtual StdString dump(void) const { return _dump();} 
     76            virtual StdString dump2(void) const { return _dump2();} 
    7677 
    7778            virtual bool toBuffer  (CBufferOut& buffer) const { return _toBuffer(buffer);} 
     
    99100          StdString _toString(void) const; 
    100101          StdString _dump(void) const; 
     102          StdString _dump2(void) const; 
    101103          void _fromString(const StdString & str); 
    102104          bool _toBuffer  (CBufferOut& buffer) const; 
Note: See TracChangeset for help on using the changeset viewer.