Stan  2.14.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 break_continue_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 2297 of file generator.hpp.

Member Function Documentation

§ operator()() [1/15]

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

Definition at line 2298 of file generator.hpp.

§ operator()() [2/15]

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

Definition at line 2299 of file generator.hpp.

§ operator()() [3/15]

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

Definition at line 2300 of file generator.hpp.

§ operator()() [4/15]

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

Definition at line 2301 of file generator.hpp.

§ operator()() [5/15]

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

Definition at line 2302 of file generator.hpp.

§ operator()() [6/15]

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

Definition at line 2305 of file generator.hpp.

§ operator()() [7/15]

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

Definition at line 2306 of file generator.hpp.

§ operator()() [8/15]

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

Definition at line 2307 of file generator.hpp.

§ operator()() [9/15]

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

Definition at line 2308 of file generator.hpp.

§ operator()() [10/15]

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

Definition at line 2309 of file generator.hpp.

§ operator()() [11/15]

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

Definition at line 2310 of file generator.hpp.

§ operator()() [12/15]

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

Definition at line 2313 of file generator.hpp.

§ operator()() [13/15]

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

Definition at line 2314 of file generator.hpp.

§ operator()() [14/15]

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

Definition at line 2315 of file generator.hpp.

§ operator()() [15/15]

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

Definition at line 2316 of file generator.hpp.


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

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