Stan  2.14.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::data_only_expression Struct Reference

#include <semantic_actions.hpp>

Inheritance diagram for stan::lang::data_only_expression:

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_mapvar_map_
 

Detailed Description

Definition at line 697 of file semantic_actions.hpp.

Constructor & Destructor Documentation

§ data_only_expression()

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.

Member Function Documentation

§ operator()() [1/13]

bool stan::lang::data_only_expression::operator() ( const nil ) const

Definition at line 2150 of file semantic_actions_def.cpp.

§ operator()() [2/13]

bool stan::lang::data_only_expression::operator() ( const int_literal ) const

Definition at line 2153 of file semantic_actions_def.cpp.

§ operator()() [3/13]

bool stan::lang::data_only_expression::operator() ( const double_literal ) const

Definition at line 2156 of file semantic_actions_def.cpp.

§ operator()() [4/13]

bool stan::lang::data_only_expression::operator() ( const array_expr x) const

Definition at line 2159 of file semantic_actions_def.cpp.

§ operator()() [5/13]

bool stan::lang::data_only_expression::operator() ( const variable x) const

Definition at line 2165 of file semantic_actions_def.cpp.

§ operator()() [6/13]

bool stan::lang::data_only_expression::operator() ( const integrate_ode x) const

Definition at line 2181 of file semantic_actions_def.cpp.

§ operator()() [7/13]

bool stan::lang::data_only_expression::operator() ( const integrate_ode_control x) const

Definition at line 2185 of file semantic_actions_def.cpp.

§ operator()() [8/13]

bool stan::lang::data_only_expression::operator() ( const fun x) const

Definition at line 2190 of file semantic_actions_def.cpp.

§ operator()() [9/13]

bool stan::lang::data_only_expression::operator() ( const index_op x) const

Definition at line 2196 of file semantic_actions_def.cpp.

§ operator()() [10/13]

bool stan::lang::data_only_expression::operator() ( const index_op_sliced x) const

Definition at line 2205 of file semantic_actions_def.cpp.

§ operator()() [11/13]

bool stan::lang::data_only_expression::operator() ( const conditional_op x) const

Definition at line 2208 of file semantic_actions_def.cpp.

§ operator()() [12/13]

bool stan::lang::data_only_expression::operator() ( const binary_op x) const

Definition at line 2213 of file semantic_actions_def.cpp.

§ operator()() [13/13]

bool stan::lang::data_only_expression::operator() ( const unary_op x) const

Definition at line 2217 of file semantic_actions_def.cpp.

Member Data Documentation

§ error_msgs_

std::stringstream& stan::lang::data_only_expression::error_msgs_

Definition at line 698 of file semantic_actions.hpp.

§ var_map_

variable_map& stan::lang::data_only_expression::var_map_

Definition at line 699 of file semantic_actions.hpp.


The documentation for this struct was generated from the following files:

     [ Stan Home Page ] © 2011–2016, Stan Development Team.