![]() |
Stan
1.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| statements () | |
| statements (const std::vector< var_decl > &local_decl, const std::vector< statement > &stmts) | |
Public Attributes | |
| std::vector< var_decl > | local_decl_ |
| std::vector< statement > | statements_ |
| stan::gm::statements::statements | ( | ) |
Definition at line 261 of file ast_def.cpp.
| stan::gm::statements::statements | ( | const std::vector< var_decl > & | local_decl, |
| const std::vector< statement > & | stmts | ||
| ) |
Definition at line 262 of file ast_def.cpp.