Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
data_only_expression Struct Reference

#include <var_decls_grammar_def.hpp>

Inheritance diagram for 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 fun &x) const
 
bool operator() (const index_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_
 

Detailed Description

Definition at line 172 of file var_decls_grammar_def.hpp.

Constructor & Destructor Documentation

data_only_expression::data_only_expression ( std::stringstream &  error_msgs,
variable_map &  var_map 
)
inline

Definition at line 175 of file var_decls_grammar_def.hpp.

Member Function Documentation

bool data_only_expression::operator() ( const nil &  ) const
inline

Definition at line 180 of file var_decls_grammar_def.hpp.

bool data_only_expression::operator() ( const int_literal &  ) const
inline

Definition at line 183 of file var_decls_grammar_def.hpp.

bool data_only_expression::operator() ( const double_literal &  ) const
inline

Definition at line 186 of file var_decls_grammar_def.hpp.

bool data_only_expression::operator() ( const array_literal &  x) const
inline

Definition at line 189 of file var_decls_grammar_def.hpp.

bool data_only_expression::operator() ( const variable &  x) const
inline

Definition at line 195 of file var_decls_grammar_def.hpp.

bool data_only_expression::operator() ( const integrate_ode &  x) const
inline

Definition at line 210 of file var_decls_grammar_def.hpp.

bool data_only_expression::operator() ( const fun &  x) const
inline

Definition at line 214 of file var_decls_grammar_def.hpp.

bool data_only_expression::operator() ( const index_op &  x) const
inline

Definition at line 220 of file var_decls_grammar_def.hpp.

bool data_only_expression::operator() ( const binary_op &  x) const
inline

Definition at line 229 of file var_decls_grammar_def.hpp.

bool data_only_expression::operator() ( const unary_op &  x) const
inline

Definition at line 233 of file var_decls_grammar_def.hpp.

Member Data Documentation

std::stringstream& data_only_expression::error_msgs_

Definition at line 173 of file var_decls_grammar_def.hpp.

variable_map& data_only_expression::var_map_

Definition at line 174 of file var_decls_grammar_def.hpp.


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

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