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