#include <generator.hpp>
Definition at line 1880 of file generator.hpp.
stan::lang::statement_visgen::statement_visgen |
( |
size_t |
indent, |
|
|
bool |
include_sampling, |
|
|
bool |
is_var, |
|
|
bool |
is_fun_return, |
|
|
std::ostream & |
o |
|
) |
| |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
nil const & |
| ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
assignment const & |
x | ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
const assgn & |
y | ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
expression const & |
x | ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
sample const & |
x | ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
const statements & |
x | ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
const print_statement & |
ps | ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
const reject_statement & |
ps | ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
const return_statement & |
rs | ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
const for_statement & |
x | ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
const while_statement & |
x | ) |
const |
|
inline |
void stan::lang::statement_visgen::operator() |
( |
const no_op_statement & |
| ) |
const |
|
inline |
bool stan::lang::statement_visgen::include_sampling_ |
size_t stan::lang::statement_visgen::indent_ |
bool stan::lang::statement_visgen::is_fun_return_ |
bool stan::lang::statement_visgen::is_var_ |
The documentation for this struct was generated from the following file: