Ignore:
Timestamp:
04/15/20 13:23:39 (4 years ago)
Author:
ymipsl
Message:

Some update...

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory.hpp

    r1542 r1869  
    5050         template <typename U> 
    5151            static  std::shared_ptr<U> CreateObject(const StdString & id = StdString("")); 
    52  
     52  
     53         template <typename U> 
     54             static std::shared_ptr<U> CreateAlias(const StdString& id, const StdString& alias) ; 
     55          
    5356         template <typename U> static const StdString& GetUIdBase(void); 
    5457         template <typename U> static StdString GenUId(void); 
Note: See TracChangeset for help on using the changeset viewer.