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