Stan  2.10.0
probability, sampling & optimization
arg_output.hpp
Go to the documentation of this file.
1 #ifndef STAN_SERVICES_ARGUMENTS_ARG_OUTPUT_HPP
2 #define STAN_SERVICES_ARGUMENTS_ARG_OUTPUT_HPP
3 
8 
9 namespace stan {
10  namespace services {
11 
13  public:
15  _name = "output";
16  _description = "File output options";
17 
18  _subarguments.push_back(new arg_output_file());
19  _subarguments.push_back(new arg_diagnostic_file());
20  _subarguments.push_back(new arg_refresh());
21  }
22  };
23 
24  } // services
25 } // stan
26 
27 #endif
28 
Probability, optimization and sampling library.
std::string _description
Definition: argument.hpp:84

     [ Stan Home Page ] © 2011–2016, Stan Development Team.