Sierra Toolkit
Version of the Day
ProgramOptions.hpp
1
/*------------------------------------------------------------------------*/
2
/* Copyright 2010 Sandia Corporation. */
3
/* Under terms of Contract DE-AC04-94AL85000, there is a non-exclusive */
4
/* license for use of this work by or on behalf of the U.S. Government. */
5
/* Export of this program may require a license from the */
6
/* United States Government. */
7
/*------------------------------------------------------------------------*/
8
9
#ifndef STK_UTIL_ENVIRONMENT_PROGRAMOPTIONS_HPP
10
#define STK_UTIL_ENVIRONMENT_PROGRAMOPTIONS_HPP
11
12
#include <boost/program_options.hpp>
13
14
namespace
stk_classic
{
15
20
31
boost::program_options::options_description &
get_options_description
();
32
40
boost::program_options::variables_map &
get_variables_map
();
41
45
46
}
// namespace stk_classic
47
48
#endif // STK_UTIL_ENVIRONMENT_PROGRAMOPTIONS_HPP
stk_classic
Sierra Toolkit.
Definition:
AlgorithmRunner.cpp:16
stk_classic::get_options_description
boost::program_options::options_description & get_options_description()
Function get_options_description is a singleton used to store the command line option descriptions fo...
Definition:
ProgramOptions.cpp:14
stk_classic::get_variables_map
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...
Definition:
ProgramOptions.cpp:22
stk_util
stk_util
environment
ProgramOptions.hpp
Generated by
1.8.16