![]() |
Stan
2.10.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
for_statement () | |
for_statement (std::string &variable, range &range, statement &stmt) | |
Public Attributes | |
std::string | variable_ |
range | range_ |
statement | statement_ |
stan::lang::for_statement::for_statement | ( | ) |
Definition at line 1649 of file ast_def.cpp.
stan::lang::for_statement::for_statement | ( | std::string & | variable, |
range & | range, | ||
statement & | stmt | ||
) |
Definition at line 1651 of file ast_def.cpp.