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

#include <ast.hpp>

Inheritance diagram for stan::gm::is_no_op_statement_vis:

Public Member Functions

bool operator() (const nil &st) const
 
bool operator() (const assignment &st) const
 
bool operator() (const sample &st) const
 
bool operator() (const increment_log_prob_statement &t) const
 
bool operator() (const expression &st) const
 
bool operator() (const statements &st) const
 
bool operator() (const for_statement &st) const
 
bool operator() (const conditional_statement &st) const
 
bool operator() (const while_statement &st) const
 
bool operator() (const print_statement &st) const
 
bool operator() (const reject_statement &st) const
 
bool operator() (const no_op_statement &st) const
 
bool operator() (const return_statement &st) const
 

Detailed Description

Definition at line 671 of file ast.hpp.

Member Function Documentation

bool stan::gm::is_no_op_statement_vis::operator() ( const nil st) const

Definition at line 1246 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const assignment st) const

Definition at line 1249 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const sample st) const

Definition at line 1252 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const increment_log_prob_statement t) const

Definition at line 1255 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const expression st) const

Definition at line 1258 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const statements st) const

Definition at line 1261 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const for_statement st) const

Definition at line 1264 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const conditional_statement st) const

Definition at line 1267 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const while_statement st) const

Definition at line 1270 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const print_statement st) const

Definition at line 1273 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const reject_statement st) const

Definition at line 1276 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const no_op_statement st) const

Definition at line 1279 of file ast_def.cpp.

bool stan::gm::is_no_op_statement_vis::operator() ( const return_statement st) const

Definition at line 1282 of file ast_def.cpp.


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

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