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
stan::gm::contains_var Struct Reference

#include <ast.hpp>

Inheritance diagram for stan::gm::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 fun &e) const
 
bool operator() (const index_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 850 of file ast.hpp.

Constructor & Destructor Documentation

stan::gm::contains_var::contains_var ( const variable_map var_map)

Definition at line 597 of file ast_def.cpp.

Member Function Documentation

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

Definition at line 600 of file ast_def.cpp.

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

Definition at line 603 of file ast_def.cpp.

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

Definition at line 606 of file ast_def.cpp.

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

Definition at line 609 of file ast_def.cpp.

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

Definition at line 615 of file ast_def.cpp.

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

Definition at line 627 of file ast_def.cpp.

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

Definition at line 621 of file ast_def.cpp.

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

Definition at line 633 of file ast_def.cpp.

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

Definition at line 636 of file ast_def.cpp.

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

Definition at line 640 of file ast_def.cpp.

Member Data Documentation

const variable_map& stan::gm::contains_var::var_map_

Definition at line 851 of file ast.hpp.


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

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