#include <generator.hpp>
Definition at line 1998 of file generator.hpp.
§ statement_visgen()
stan::lang::statement_visgen::statement_visgen |
( |
size_t |
indent, |
|
|
bool |
include_sampling, |
|
|
bool |
is_var_context, |
|
|
bool |
is_fun_return, |
|
|
std::ostream & |
o |
|
) |
| |
|
inline |
§ generate_truncation()
void stan::lang::statement_visgen::generate_truncation |
( |
const sample & |
x, |
|
|
bool |
is_user_defined, |
|
|
const std::string & |
prob_fun |
|
) |
| const |
|
inline |
§ operator()() [1/15]
void stan::lang::statement_visgen::operator() |
( |
const nil & |
| ) |
const |
|
inline |
§ operator()() [2/15]
void stan::lang::statement_visgen::operator() |
( |
const assignment & |
x | ) |
const |
|
inline |
§ operator()() [3/15]
void stan::lang::statement_visgen::operator() |
( |
const assgn & |
y | ) |
const |
|
inline |
§ operator()() [4/15]
void stan::lang::statement_visgen::operator() |
( |
const expression & |
x | ) |
const |
|
inline |
§ operator()() [5/15]
void stan::lang::statement_visgen::operator() |
( |
const sample & |
x | ) |
const |
|
inline |
§ operator()() [6/15]
§ operator()() [7/15]
void stan::lang::statement_visgen::operator() |
( |
const statements & |
x | ) |
const |
|
inline |
§ operator()() [8/15]
void stan::lang::statement_visgen::operator() |
( |
const print_statement & |
ps | ) |
const |
|
inline |
§ operator()() [9/15]
void stan::lang::statement_visgen::operator() |
( |
const reject_statement & |
ps | ) |
const |
|
inline |
§ operator()() [10/15]
void stan::lang::statement_visgen::operator() |
( |
const return_statement & |
rs | ) |
const |
|
inline |
§ operator()() [11/15]
void stan::lang::statement_visgen::operator() |
( |
const for_statement & |
x | ) |
const |
|
inline |
§ operator()() [12/15]
void stan::lang::statement_visgen::operator() |
( |
const while_statement & |
x | ) |
const |
|
inline |
§ operator()() [13/15]
§ operator()() [14/15]
§ operator()() [15/15]
void stan::lang::statement_visgen::operator() |
( |
const no_op_statement & |
| ) |
const |
|
inline |
§ include_sampling_
bool stan::lang::statement_visgen::include_sampling_ |
§ indent_
size_t stan::lang::statement_visgen::indent_ |
§ is_fun_return_
bool stan::lang::statement_visgen::is_fun_return_ |
§ is_var_context_
bool stan::lang::statement_visgen::is_var_context_ |
The documentation for this struct was generated from the following file: