#include <ast.hpp>
Definition at line 933 of file ast.hpp.
stan::lang::function_decl_def::function_decl_def |
( |
| ) |
|
stan::lang::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::lang::function_decl_def::arg_decls_ |
statement stan::lang::function_decl_def::body_ |
std::string stan::lang::function_decl_def::name_ |
expr_type stan::lang::function_decl_def::return_type_ |
The documentation for this struct was generated from the following files: