Stan  2.13.1
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 311 of file ast.hpp.

Member Function Documentation

§ operator()() [1/13]

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

Definition at line 984 of file ast_def.cpp.

§ operator()() [2/13]

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

Definition at line 985 of file ast_def.cpp.

§ operator()() [3/13]

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

Definition at line 986 of file ast_def.cpp.

§ operator()() [4/13]

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

Definition at line 989 of file ast_def.cpp.

§ operator()() [5/13]

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

Definition at line 991 of file ast_def.cpp.

§ operator()() [6/13]

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

Definition at line 992 of file ast_def.cpp.

§ operator()() [7/13]

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

Definition at line 995 of file ast_def.cpp.

§ operator()() [8/13]

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

Definition at line 998 of file ast_def.cpp.

§ operator()() [9/13]

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

Definition at line 999 of file ast_def.cpp.

§ operator()() [10/13]

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

Definition at line 1000 of file ast_def.cpp.

§ operator()() [11/13]

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

Definition at line 1003 of file ast_def.cpp.

§ operator()() [12/13]

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

Definition at line 1005 of file ast_def.cpp.

§ operator()() [13/13]

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

Definition at line 1006 of file ast_def.cpp.


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

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