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

#include <ast.hpp>

Inheritance diagram for stan::lang::var_occurs_vis:

Public Member Functions

 var_occurs_vis (const variable &e)
 
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 fun &e) const
 
bool operator() (const integrate_ode &e) const
 
bool operator() (const integrate_ode_control &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 std::string var_name_
 

Detailed Description

Definition at line 1000 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::var_occurs_vis::var_occurs_vis ( const variable e)
explicit

Definition at line 1737 of file ast_def.cpp.

Member Function Documentation

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

Definition at line 1741 of file ast_def.cpp.

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

Definition at line 1744 of file ast_def.cpp.

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

Definition at line 1747 of file ast_def.cpp.

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

Definition at line 1750 of file ast_def.cpp.

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

Definition at line 1753 of file ast_def.cpp.

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

Definition at line 1756 of file ast_def.cpp.

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

Definition at line 1762 of file ast_def.cpp.

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

Definition at line 1765 of file ast_def.cpp.

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

Definition at line 1768 of file ast_def.cpp.

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

Definition at line 1772 of file ast_def.cpp.

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

Definition at line 1775 of file ast_def.cpp.

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

Definition at line 1780 of file ast_def.cpp.

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

Definition at line 1784 of file ast_def.cpp.

Member Data Documentation

const std::string stan::lang::var_occurs_vis::var_name_

Definition at line 1001 of file ast.hpp.


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

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