X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eadce057a2c8e09df65641e77935bd9ffc905440..e6e7aa1dcecc9e26fe09ede088b3ef9848b18eb3:/src/surf/PropertyHolder.hpp diff --git a/src/surf/PropertyHolder.hpp b/src/surf/PropertyHolder.hpp index 27ae7a627f..2c7cdceedf 100644 --- a/src/surf/PropertyHolder.hpp +++ b/src/surf/PropertyHolder.hpp @@ -28,6 +28,7 @@ public: void set_property(const std::string& id, const std::string& value); const std::unordered_map* get_properties(); + template void set_properties(const Assoc& properties); private: std::unique_ptr> properties_ = nullptr;