diff Core/Toolbox.h @ 2920:ad0e7def3338

Toolbox::SubstituteVariables and SystemToolbox::GetEnvironmentVariables
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 07 Nov 2018 11:13:30 +0100
parents 2a504fef4ed7
children 4e43e67f8ecf
line wrap: on
line diff
--- a/Core/Toolbox.h	Tue Nov 06 15:41:21 2018 +0100
+++ b/Core/Toolbox.h	Wed Nov 07 11:13:30 2018 +0100
@@ -236,6 +236,9 @@
     void FinalizeOpenSsl();
 
     std::string GenerateUuid();
+
+    std::string SubstituteVariables(const std::string& source,
+                                    const std::map<std::string, std::string>& dictionary);
   }
 }