Stan  1.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs 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 &e) const
 
bool operator() (const int_literal &x) const
 
bool operator() (const double_literal &x) const
 
bool operator() (const array_literal &x) const
 
bool operator() (const variable &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 168 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 171 of file var_decls_grammar_def.hpp.

Member Function Documentation

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

Definition at line 176 of file var_decls_grammar_def.hpp.

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

Definition at line 179 of file var_decls_grammar_def.hpp.

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

Definition at line 182 of file var_decls_grammar_def.hpp.

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

Definition at line 185 of file var_decls_grammar_def.hpp.

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

Definition at line 191 of file var_decls_grammar_def.hpp.

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

Definition at line 204 of file var_decls_grammar_def.hpp.

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

Definition at line 210 of file var_decls_grammar_def.hpp.

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

Definition at line 219 of file var_decls_grammar_def.hpp.

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

Definition at line 223 of file var_decls_grammar_def.hpp.

Member Data Documentation

std::stringstream& data_only_expression::error_msgs_

Definition at line 169 of file var_decls_grammar_def.hpp.

variable_map& data_only_expression::var_map_

Definition at line 170 of file var_decls_grammar_def.hpp.


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

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