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

#include <ast.hpp>

Inheritance diagram for stan::gm::expression_type_vis:

Public Member Functions

expr_type operator() (const nil &e) const
 
expr_type operator() (const int_literal &e) const
 
expr_type operator() (const double_literal &e) const
 
expr_type operator() (const array_literal &e) const
 
expr_type operator() (const variable &e) const
 
expr_type operator() (const fun &e) const
 
expr_type operator() (const integrate_ode &e) const
 
expr_type operator() (const index_op &e) const
 
expr_type operator() (const binary_op &e) const
 
expr_type operator() (const unary_op &e) const
 

Detailed Description

Definition at line 199 of file ast.hpp.

Member Function Documentation

expr_type stan::gm::expression_type_vis::operator() ( const nil e) const

Definition at line 533 of file ast_def.cpp.

expr_type stan::gm::expression_type_vis::operator() ( const int_literal e) const

Definition at line 536 of file ast_def.cpp.

expr_type stan::gm::expression_type_vis::operator() ( const double_literal e) const

Definition at line 539 of file ast_def.cpp.

expr_type stan::gm::expression_type_vis::operator() ( const array_literal e) const

Definition at line 542 of file ast_def.cpp.

expr_type stan::gm::expression_type_vis::operator() ( const variable e) const

Definition at line 545 of file ast_def.cpp.

expr_type stan::gm::expression_type_vis::operator() ( const fun e) const

Definition at line 551 of file ast_def.cpp.

expr_type stan::gm::expression_type_vis::operator() ( const integrate_ode e) const

Definition at line 548 of file ast_def.cpp.

expr_type stan::gm::expression_type_vis::operator() ( const index_op e) const

Definition at line 554 of file ast_def.cpp.

expr_type stan::gm::expression_type_vis::operator() ( const binary_op e) const

Definition at line 557 of file ast_def.cpp.

expr_type stan::gm::expression_type_vis::operator() ( const unary_op e) const

Definition at line 560 of file ast_def.cpp.


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

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