Ignore:
Timestamp:
01/22/21 12:00:29 (3 years ago)
Author:
yushan
Message:

Graph intermedia commit to a tmp branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_graph/src/object_factory.hpp

    r1542 r2019  
    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.