Stan  2.10.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::function_decl_def Struct Reference

#include <ast.hpp>

Public Member Functions

 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)
 

Public Attributes

expr_type return_type_
 
std::string name_
 
std::vector< arg_declarg_decls_
 
statement body_
 

Detailed Description

Definition at line 933 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::function_decl_def::function_decl_def ( )

Definition at line 532 of file ast_def.cpp.

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 
)

Definition at line 533 of file ast_def.cpp.

Member Data Documentation

std::vector<arg_decl> stan::lang::function_decl_def::arg_decls_

Definition at line 941 of file ast.hpp.

statement stan::lang::function_decl_def::body_

Definition at line 942 of file ast.hpp.

std::string stan::lang::function_decl_def::name_

Definition at line 940 of file ast.hpp.

expr_type stan::lang::function_decl_def::return_type_

Definition at line 939 of file ast.hpp.


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

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