Changeset 2243 for XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp
- Timestamp:
- 10/01/21 10:40:31 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp
r2241 r2243 69 69 static std::vector<std::shared_ptr<DerivedType> > & 70 70 GetAllVectobject(const StdString & contextId); 71 static std::vector<std::shared_ptr<DerivedType> > *72 GetAllVectobjectPtr(const StdString & contextId);73 74 static xios_map<StdString, xios_map<StdString, std::shared_ptr<DerivedType> > >*75 GetAllMapobject();76 77 71 78 72 /// Destructeur /// 79 73 virtual ~CObjectTemplate(void); 74 75 static void cleanStaticDataStructure(void); 80 76 81 77 static bool has(const string& id) ;
Note: See TracChangeset
for help on using the changeset viewer.