X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eadce057a2c8e09df65641e77935bd9ffc905440..c6a24bce95a8c071c0e1131eecb5e7985e02970a:/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;