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_nonparam_var Struct Reference

#include <ast.hpp>

Inheritance diagram for stan::gm::contains_nonparam_var:

Public Member Functions

 contains_nonparam_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 869 of file ast.hpp.

Constructor & Destructor Documentation

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

Definition at line 681 of file ast_def.cpp.

Member Function Documentation

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

Definition at line 684 of file ast_def.cpp.

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

Definition at line 687 of file ast_def.cpp.

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

Definition at line 690 of file ast_def.cpp.

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

Definition at line 693 of file ast_def.cpp.

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

Definition at line 699 of file ast_def.cpp.

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

Definition at line 704 of file ast_def.cpp.

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

Definition at line 710 of file ast_def.cpp.

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

Definition at line 723 of file ast_def.cpp.

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

Definition at line 726 of file ast_def.cpp.

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

Definition at line 743 of file ast_def.cpp.

Member Data Documentation

const variable_map& stan::gm::contains_nonparam_var::var_map_

Definition at line 870 of file ast.hpp.


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

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