![]() |
Stan
2.14.0
probability, sampling & optimization
|
#include <semantic_actions.hpp>
Public Member Functions | |
data_only_expression (std::stringstream &error_msgs, variable_map &var_map) | |
bool | operator() (const nil &) const |
bool | operator() (const int_literal &) const |
bool | operator() (const double_literal &) const |
bool | operator() (const array_expr &x) const |
bool | operator() (const variable &x) const |
bool | operator() (const integrate_ode &x) const |
bool | operator() (const integrate_ode_control &x) const |
bool | operator() (const fun &x) const |
bool | operator() (const index_op &x) const |
bool | operator() (const index_op_sliced &x) const |
bool | operator() (const conditional_op &x) const |
bool | operator() (const binary_op &x) const |
bool | operator() (const unary_op &x) const |
Public Attributes | |
std::stringstream & | error_msgs_ |
variable_map & | var_map_ |
Definition at line 697 of file semantic_actions.hpp.
stan::lang::data_only_expression::data_only_expression | ( | std::stringstream & | error_msgs, |
variable_map & | var_map | ||
) |
Definition at line 2145 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const nil & | ) | const |
Definition at line 2150 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const int_literal & | ) | const |
Definition at line 2153 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const double_literal & | ) | const |
Definition at line 2156 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const array_expr & | x | ) | const |
Definition at line 2159 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const variable & | x | ) | const |
Definition at line 2165 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const integrate_ode & | x | ) | const |
Definition at line 2181 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const integrate_ode_control & | x | ) | const |
Definition at line 2185 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const fun & | x | ) | const |
Definition at line 2190 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const index_op & | x | ) | const |
Definition at line 2196 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const index_op_sliced & | x | ) | const |
Definition at line 2205 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const conditional_op & | x | ) | const |
Definition at line 2208 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const binary_op & | x | ) | const |
Definition at line 2213 of file semantic_actions_def.cpp.
bool stan::lang::data_only_expression::operator() | ( | const unary_op & | x | ) | const |
Definition at line 2217 of file semantic_actions_def.cpp.
std::stringstream& stan::lang::data_only_expression::error_msgs_ |
Definition at line 698 of file semantic_actions.hpp.
variable_map& stan::lang::data_only_expression::var_map_ |
Definition at line 699 of file semantic_actions.hpp.