#include <generator.hpp>
Definition at line 1121 of file generator.hpp.
◆ statement_visgen()
| stan::gm::statement_visgen::statement_visgen |
( |
size_t |
indent, |
|
|
bool |
include_sampling, |
|
|
bool |
is_var, |
|
|
std::ostream & |
o |
|
) |
| |
|
inline |
◆ operator()() [1/9]
| void stan::gm::statement_visgen::operator() |
( |
assignment const & |
x | ) |
const |
|
inline |
◆ operator()() [2/9]
◆ operator()() [3/9]
| void stan::gm::statement_visgen::operator() |
( |
const for_statement & |
x | ) |
const |
|
inline |
◆ operator()() [4/9]
| void stan::gm::statement_visgen::operator() |
( |
const no_op_statement & |
x | ) |
const |
|
inline |
◆ operator()() [5/9]
| void stan::gm::statement_visgen::operator() |
( |
const print_statement & |
ps | ) |
const |
|
inline |
◆ operator()() [6/9]
| void stan::gm::statement_visgen::operator() |
( |
const statements & |
x | ) |
const |
|
inline |
◆ operator()() [7/9]
| void stan::gm::statement_visgen::operator() |
( |
const while_statement & |
x | ) |
const |
|
inline |
◆ operator()() [8/9]
| void stan::gm::statement_visgen::operator() |
( |
nil const & |
x | ) |
const |
|
inline |
◆ operator()() [9/9]
| void stan::gm::statement_visgen::operator() |
( |
sample const & |
x | ) |
const |
|
inline |
◆ include_sampling_
| bool stan::gm::statement_visgen::include_sampling_ |
◆ indent_
| size_t stan::gm::statement_visgen::indent_ |
◆ is_var_
| bool stan::gm::statement_visgen::is_var_ |
The documentation for this struct was generated from the following file: