Stan  2.10.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_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_mapvar_map_
 

Detailed Description

Definition at line 681 of file semantic_actions.hpp.

Constructor & Destructor Documentation

stan::lang::data_only_expression::data_only_expression ( std::stringstream &  error_msgs,
variable_map var_map 
)

Definition at line 1985 of file semantic_actions_def.cpp.

Member Function Documentation

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

Definition at line 1990 of file semantic_actions_def.cpp.

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

Definition at line 1993 of file semantic_actions_def.cpp.

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

Definition at line 1996 of file semantic_actions_def.cpp.

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

Definition at line 1999 of file semantic_actions_def.cpp.

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

Definition at line 2005 of file semantic_actions_def.cpp.

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

Definition at line 2021 of file semantic_actions_def.cpp.

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

Definition at line 2025 of file semantic_actions_def.cpp.

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

Definition at line 2030 of file semantic_actions_def.cpp.

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

Definition at line 2036 of file semantic_actions_def.cpp.

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

Definition at line 2045 of file semantic_actions_def.cpp.

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

Definition at line 2048 of file semantic_actions_def.cpp.

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

Definition at line 2053 of file semantic_actions_def.cpp.

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

Definition at line 2057 of file semantic_actions_def.cpp.

Member Data Documentation

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

Definition at line 682 of file semantic_actions.hpp.

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

Definition at line 683 of file semantic_actions.hpp.


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

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