#include <ast.hpp>
Definition at line 776 of file ast.hpp.
| stan::gm::function_decl_def::function_decl_def |
( |
| ) |
|
| stan::gm::function_decl_def::function_decl_def |
( |
const expr_type & |
return_type, |
|
|
const std::string & |
name, |
|
|
const std::vector< arg_decl > & |
arg_decls, |
|
|
const statement & |
body |
|
) |
| |
| std::vector<arg_decl> stan::gm::function_decl_def::arg_decls_ |
| std::string stan::gm::function_decl_def::name_ |
| expr_type stan::gm::function_decl_def::return_type_ |
The documentation for this struct was generated from the following files: