![]() |
Stan
2.13.1
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::lang::while_statement::while_statement | ( | ) |
Definition at line 1927 of file ast_def.cpp.
| stan::lang::while_statement::while_statement | ( | const expression & | condition, |
| const statement & | body | ||
| ) |
Definition at line 1928 of file ast_def.cpp.
| expression stan::lang::while_statement::condition_ |