![]() |
Stan
2.10.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::lang::statements::statements | ( | ) |
Definition at line 653 of file ast_def.cpp.
stan::lang::statements::statements | ( | const std::vector< var_decl > & | local_decl, |
const std::vector< statement > & | stmts | ||
) |
Definition at line 654 of file ast_def.cpp.