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

#include <generator.hpp>

Inheritance diagram for stan::lang::is_numbered_statement_vis:

Public Member Functions

bool operator() (const nil &st) const
 
bool operator() (const assignment &st) const
 
bool operator() (const assgn &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 2152 of file generator.hpp.

Member Function Documentation

bool stan::lang::is_numbered_statement_vis::operator() ( const nil st) const
inline

Definition at line 2153 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const assignment st) const
inline

Definition at line 2154 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const assgn st) const
inline

Definition at line 2155 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const sample st) const
inline

Definition at line 2156 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const increment_log_prob_statement t) const
inline

Definition at line 2157 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const expression st) const
inline

Definition at line 2160 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const statements st) const
inline

Definition at line 2161 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const for_statement st) const
inline

Definition at line 2162 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const conditional_statement st) const
inline

Definition at line 2163 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const while_statement st) const
inline

Definition at line 2164 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const print_statement st) const
inline

Definition at line 2165 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const reject_statement st) const
inline

Definition at line 2166 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const no_op_statement st) const
inline

Definition at line 2167 of file generator.hpp.

bool stan::lang::is_numbered_statement_vis::operator() ( const return_statement st) const
inline

Definition at line 2168 of file generator.hpp.


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

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