#include <ast.hpp>
Definition at line 588 of file ast.hpp.
◆ conditional_statement() [1/2]
| stan::gm::conditional_statement::conditional_statement |
( |
| ) |
|
◆ conditional_statement() [2/2]
| stan::gm::conditional_statement::conditional_statement |
( |
const std::vector< expression > & |
conditions, |
|
|
const std::vector< statement > & |
statements |
|
) |
| |
◆ bodies_
| std::vector<statement> stan::gm::conditional_statement::bodies_ |
◆ conditions_
| std::vector<expression> stan::gm::conditional_statement::conditions_ |
The documentation for this struct was generated from the following files: