![]() |
Stan
2.13.1
probability, sampling & optimization
|
#include <ast.hpp>
Public Member Functions | |
| arg_decl () | |
| arg_decl (const expr_type &arg_type, const std::string &name) | |
| base_var_decl | base_variable_declaration () |
Public Attributes | |
| expr_type | arg_type_ |
| std::string | name_ |
| stan::lang::arg_decl::arg_decl | ( | ) |
Definition at line 563 of file ast_def.cpp.
| stan::lang::arg_decl::arg_decl | ( | const expr_type & | arg_type, |
| const std::string & | name | ||
| ) |
Definition at line 564 of file ast_def.cpp.
| base_var_decl stan::lang::arg_decl::base_variable_declaration | ( | ) |
Definition at line 569 of file ast_def.cpp.