Stan  2.14.0
probability, sampling & optimization
function_decl_defs_def.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_FUNCTION_DECL_DEFS_DEF_HPP
2 #define STAN_LANG_AST_NODE_FUNCTION_DECL_DEFS_DEF_HPP
3 
4 #include <stan/lang/ast.hpp>
5 #include <vector>
6 
7 namespace stan {
8  namespace lang {
9 
11 
13  const std::vector<function_decl_def>& decl_defs)
14  : decl_defs_(decl_defs) { }
15 
16  }
17 }
18 #endif
Probability, optimization and sampling library.
std::vector< function_decl_def > decl_defs_
Sequence of declarations and definitions.
function_decl_defs()
Construct an empty sequence of declarations and definitions.

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