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

#include <ast.hpp>

Inheritance diagram for stan::lang::contains_var:

Public Member Functions

 contains_var (const variable_map &var_map)
 
bool operator() (const nil &e) const
 
bool operator() (const int_literal &e) const
 
bool operator() (const double_literal &e) const
 
bool operator() (const array_literal &e) const
 
bool operator() (const variable &e) const
 
bool operator() (const integrate_ode &e) const
 
bool operator() (const integrate_ode_control &e) const
 
bool operator() (const fun &e) const
 
bool operator() (const index_op &e) const
 
bool operator() (const index_op_sliced &e) const
 
bool operator() (const conditional_op &e) const
 
bool operator() (const binary_op &e) const
 
bool operator() (const unary_op &e) const
 

Public Attributes

const variable_mapvar_map_
 

Detailed Description

Definition at line 1055 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::contains_var::contains_var ( const variable_map var_map)
explicit

Definition at line 746 of file ast_def.cpp.

Member Function Documentation

bool stan::lang::contains_var::operator() ( const nil e) const

Definition at line 749 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const int_literal e) const

Definition at line 752 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const double_literal e) const

Definition at line 755 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const array_literal e) const

Definition at line 758 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const variable e) const

Definition at line 764 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const integrate_ode e) const

Definition at line 776 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const integrate_ode_control e) const

Definition at line 781 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const fun e) const

Definition at line 770 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const index_op e) const

Definition at line 786 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const index_op_sliced e) const

Definition at line 789 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const conditional_op e) const

Definition at line 792 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const binary_op e) const

Definition at line 797 of file ast_def.cpp.

bool stan::lang::contains_var::operator() ( const unary_op e) const

Definition at line 801 of file ast_def.cpp.

Member Data Documentation

const variable_map& stan::lang::contains_var::var_map_

Definition at line 1056 of file ast.hpp.


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

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