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::is_nil_op Struct Reference

#include <ast.hpp>

Inheritance diagram for stan::gm::is_nil_op:

Public Member Functions

bool operator() (const nil &x) const
 
bool operator() (const int_literal &x) const
 
bool operator() (const double_literal &x) const
 
bool operator() (const array_literal &x) const
 
bool operator() (const variable &x) const
 
bool operator() (const integrate_ode &x) const
 
bool operator() (const fun &x) const
 
bool operator() (const index_op &x) const
 
bool operator() (const binary_op &x) const
 
bool operator() (const unary_op &x) const
 

Detailed Description

Definition at line 270 of file ast.hpp.

Member Function Documentation

bool stan::gm::is_nil_op::operator() ( const nil x) const

Definition at line 754 of file ast_def.cpp.

bool stan::gm::is_nil_op::operator() ( const int_literal x) const

Definition at line 755 of file ast_def.cpp.

bool stan::gm::is_nil_op::operator() ( const double_literal x) const

Definition at line 756 of file ast_def.cpp.

bool stan::gm::is_nil_op::operator() ( const array_literal x) const

Definition at line 757 of file ast_def.cpp.

bool stan::gm::is_nil_op::operator() ( const variable x) const

Definition at line 758 of file ast_def.cpp.

bool stan::gm::is_nil_op::operator() ( const integrate_ode x) const

Definition at line 759 of file ast_def.cpp.

bool stan::gm::is_nil_op::operator() ( const fun x) const

Definition at line 760 of file ast_def.cpp.

bool stan::gm::is_nil_op::operator() ( const index_op x) const

Definition at line 761 of file ast_def.cpp.

bool stan::gm::is_nil_op::operator() ( const binary_op x) const

Definition at line 762 of file ast_def.cpp.

bool stan::gm::is_nil_op::operator() ( const unary_op x) const

Definition at line 763 of file ast_def.cpp.


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

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