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

#include <ast.hpp>

Inheritance diagram for stan::lang::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 integrate_ode_control &x) const
 
bool operator() (const fun &x) const
 
bool operator() (const index_op &x) const
 
bool operator() (const index_op_sliced &x) const
 
bool operator() (const conditional_op &x) const
 
bool operator() (const binary_op &x) const
 
bool operator() (const unary_op &x) const
 

Detailed Description

Definition at line 304 of file ast.hpp.

Member Function Documentation

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

Definition at line 931 of file ast_def.cpp.

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

Definition at line 932 of file ast_def.cpp.

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

Definition at line 933 of file ast_def.cpp.

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

Definition at line 936 of file ast_def.cpp.

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

Definition at line 938 of file ast_def.cpp.

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

Definition at line 939 of file ast_def.cpp.

bool stan::lang::is_nil_op::operator() ( const integrate_ode_control x) const

Definition at line 942 of file ast_def.cpp.

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

Definition at line 945 of file ast_def.cpp.

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

Definition at line 946 of file ast_def.cpp.

bool stan::lang::is_nil_op::operator() ( const index_op_sliced x) const

Definition at line 947 of file ast_def.cpp.

bool stan::lang::is_nil_op::operator() ( const conditional_op x) const

Definition at line 950 of file ast_def.cpp.

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

Definition at line 952 of file ast_def.cpp.

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

Definition at line 953 of file ast_def.cpp.


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

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