X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/620ebcadff113065467e7f3c8412483666e05583..83a986331633ba19391ce14e6605a5b423311ad7:/include/xbt/config.hpp diff --git a/include/xbt/config.hpp b/include/xbt/config.hpp index 48fd59fec7..10cdc39aa4 100644 --- a/include/xbt/config.hpp +++ b/include/xbt/config.hpp @@ -19,12 +19,13 @@ #include #include -#include #include namespace simgrid { namespace config { +class Config; + template inline std::string to_string(T&& value) { @@ -279,6 +280,9 @@ public: bool operator>=(U const& that) const { return value_ >= that; } }; +XBT_PUBLIC void finalize(); +XBT_PUBLIC void show_aliases(); +XBT_PUBLIC void help(); } } XBT_ATTRIB_DEPRECATED_v323("Please use simgrid::config::get_value") XBT_PUBLIC std::string