Stan  1.0
probability, sampling & optimization
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 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 236 of file ast.hpp.

Member Function Documentation

◆ operator()() [1/9]

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

Definition at line 382 of file ast_def.cpp.

◆ operator()() [2/9]

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

Definition at line 386 of file ast_def.cpp.

◆ operator()() [3/9]

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

Definition at line 381 of file ast_def.cpp.

◆ operator()() [4/9]

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

Definition at line 384 of file ast_def.cpp.

◆ operator()() [5/9]

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

Definition at line 385 of file ast_def.cpp.

◆ operator()() [6/9]

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

Definition at line 380 of file ast_def.cpp.

◆ operator()() [7/9]

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

Definition at line 379 of file ast_def.cpp.

◆ operator()() [8/9]

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

Definition at line 387 of file ast_def.cpp.

◆ operator()() [9/9]

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

Definition at line 383 of file ast_def.cpp.


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

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