Stan  2.14.0
probability, sampling & optimization
function_decl_defs.hpp
Go to the documentation of this file.
1 #ifndef STAN_LANG_AST_NODE_FUNCTION_DECL_DEFS_HPP
2 #define STAN_LANG_AST_NODE_FUNCTION_DECL_DEFS_HPP
3 
5 #include <vector>
6 
7 namespace stan {
8  namespace lang {
9 
19 
25  const std::vector<function_decl_def>& decl_defs); // NOLINT
26 
30  std::vector<function_decl_def> decl_defs_;
31  };
32 
33  }
34 }
35 #endif
Probability, optimization and sampling library.
AST node for a sequence of function declarations and definitions.
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.