![]() |
Stan
2.13.1
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_literal &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 686 of file semantic_actions.hpp.
| stan::lang::data_only_expression::data_only_expression | ( | std::stringstream & | error_msgs, |
| variable_map & | var_map | ||
| ) |
Definition at line 2094 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const nil & | ) | const |
Definition at line 2099 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const int_literal & | ) | const |
Definition at line 2102 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const double_literal & | ) | const |
Definition at line 2105 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const array_literal & | x | ) | const |
Definition at line 2108 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const variable & | x | ) | const |
Definition at line 2114 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const integrate_ode & | x | ) | const |
Definition at line 2130 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const integrate_ode_control & | x | ) | const |
Definition at line 2134 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const fun & | x | ) | const |
Definition at line 2139 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const index_op & | x | ) | const |
Definition at line 2145 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const index_op_sliced & | x | ) | const |
Definition at line 2154 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const conditional_op & | x | ) | const |
Definition at line 2157 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const binary_op & | x | ) | const |
Definition at line 2162 of file semantic_actions_def.cpp.
| bool stan::lang::data_only_expression::operator() | ( | const unary_op & | x | ) | const |
Definition at line 2166 of file semantic_actions_def.cpp.
| std::stringstream& stan::lang::data_only_expression::error_msgs_ |
Definition at line 687 of file semantic_actions.hpp.
| variable_map& stan::lang::data_only_expression::var_map_ |
Definition at line 688 of file semantic_actions.hpp.