Changeset 2241 for XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp
- Timestamp:
- 09/30/21 14:25:40 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp
r2203 r2241 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 71 77 72 78 /// Destructeur ///
Note: See TracChangeset
for help on using the changeset viewer.