#include <generator.hpp>
Definition at line 196 of file generator.hpp.
stan::lang::expression_visgen::expression_visgen |
( |
std::ostream & |
o, |
|
|
bool |
user_facing, |
|
|
bool |
is_var |
|
) |
| |
|
inlineexplicit |
void stan::lang::expression_visgen::operator() |
( |
nil const & |
| ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const int_literal & |
n | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const double_literal & |
x | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const array_literal & |
x | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const variable & |
v | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
int |
n | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
double |
x | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const std::string & |
x | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const index_op & |
x | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const index_op_sliced & |
x | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const integrate_ode & |
fx | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const fun & |
fx | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const conditional_op & |
expr | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const binary_op & |
expr | ) |
const |
|
inline |
void stan::lang::expression_visgen::operator() |
( |
const unary_op & |
expr | ) |
const |
|
inline |
const bool stan::lang::expression_visgen::is_var_ |
const bool stan::lang::expression_visgen::user_facing_ |
The documentation for this struct was generated from the following file: