![]() |
Stan
1.0
probability, sampling & optimization
|
#include <ast.hpp>
Public Types | |
| typedef boost::variant< boost::recursive_wrapper< nil >, boost::recursive_wrapper< assignment >, boost::recursive_wrapper< sample >, boost::recursive_wrapper< statements >, boost::recursive_wrapper< for_statement >, boost::recursive_wrapper< conditional_statement >, boost::recursive_wrapper< while_statement >, boost::recursive_wrapper< print_statement >, boost::recursive_wrapper< no_op_statement > > | statement_t |
Public Member Functions | |
| statement () | |
| statement (const statement_t &st) | |
| statement (const nil &st) | |
| statement (const assignment &st) | |
| statement (const sample &st) | |
| statement (const statements &st) | |
| statement (const for_statement &st) | |
| statement (const conditional_statement &st) | |
| statement (const while_statement &st) | |
| statement (const print_statement &st) | |
| statement (const no_op_statement &st) | |
Public Attributes | |
| statement_t | statement_ |
| typedef boost::variant<boost::recursive_wrapper<nil>, boost::recursive_wrapper<assignment>, boost::recursive_wrapper<sample>, boost::recursive_wrapper<statements>, boost::recursive_wrapper<for_statement>, boost::recursive_wrapper<conditional_statement>, boost::recursive_wrapper<while_statement>, boost::recursive_wrapper<print_statement>, boost::recursive_wrapper<no_op_statement> > stan::gm::statement::statement_t |
| stan::gm::statement::statement | ( | ) |
Definition at line 782 of file ast_def.cpp.
| stan::gm::statement::statement | ( | const statement_t & | st | ) |
Definition at line 785 of file ast_def.cpp.
| stan::gm::statement::statement | ( | const nil & | st | ) |
Definition at line 786 of file ast_def.cpp.
| stan::gm::statement::statement | ( | const assignment & | st | ) |
Definition at line 787 of file ast_def.cpp.
| stan::gm::statement::statement | ( | const sample & | st | ) |
Definition at line 788 of file ast_def.cpp.
| stan::gm::statement::statement | ( | const statements & | st | ) |
Definition at line 789 of file ast_def.cpp.
| stan::gm::statement::statement | ( | const for_statement & | st | ) |
Definition at line 790 of file ast_def.cpp.
| stan::gm::statement::statement | ( | const conditional_statement & | st | ) |
Definition at line 792 of file ast_def.cpp.
| stan::gm::statement::statement | ( | const while_statement & | st | ) |
Definition at line 791 of file ast_def.cpp.
| stan::gm::statement::statement | ( | const print_statement & | st | ) |
Definition at line 793 of file ast_def.cpp.
| stan::gm::statement::statement | ( | const no_op_statement & | st | ) |
Definition at line 794 of file ast_def.cpp.
| statement_t stan::gm::statement::statement_ |