Go to the documentation of this file.
28 #include <SimoxUtility/algorithm/string/string_tools.h>
30 #include <boost/program_options.hpp>
38 boost::program_options::options_description* optionsDescription)
45 std::string description,
48 std::string defaultValue,
49 std::string casesensitivity,
50 std::string requirement,
52 std::vector<std::string>
values,
55 std::string propertyDescription = description +
"\n";
56 if (requirement ==
"no")
58 propertyDescription +=
"(Default: " + defaultValue +
")\n";
62 boost::program_options::value<std::string>(),
63 propertyDescription.c_str());
70 return "==================================================================\n"
72 +
"==================================================================\n\n";
std::vector< T > max(const std::vector< T > &v1, const std::vector< T > &v2)
std::shared_ptr< Value > value()
std::vector< T > min(const std::vector< T > &v1, const std::vector< T > &v2)
This file offers overloads of toIce() and fromIce() functions for STL container types.