9 #ifndef STK_UTIL_ENVIRONMENT_PROGRAMOPTIONS_HPP
10 #define STK_UTIL_ENVIRONMENT_PROGRAMOPTIONS_HPP
12 #include <boost/program_options.hpp>
14 namespace stk_classic {
48 #endif // STK_UTIL_ENVIRONMENT_PROGRAMOPTIONS_HPP
boost::program_options::options_description & get_options_description()
Function get_options_description is a singleton used to store the command line option descriptions fo...
boost::program_options::variables_map & get_variables_map()
Function get_variabel_map is a singleton used to store the variables parsed from the line option desc...