![]() |
Stan
2.5.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| while_statement () | |
| while_statement (const expression &condition, const statement &body) | |
Public Attributes | |
| expression | condition_ |
| statement | body_ |
| stan::gm::while_statement::while_statement | ( | ) |
Definition at line 1307 of file ast_def.cpp.
| stan::gm::while_statement::while_statement | ( | const expression & | condition, |
| const statement & | body | ||
| ) |
Definition at line 1309 of file ast_def.cpp.
| expression stan::gm::while_statement::condition_ |