Stan  2.13.1
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 1018 of file ast.hpp.

Constructor & Destructor Documentation

§ function_decl_def() [1/2]

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

Definition at line 576 of file ast_def.cpp.

§ function_decl_def() [2/2]

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 577 of file ast_def.cpp.

Member Data Documentation

§ arg_decls_

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

Definition at line 1026 of file ast.hpp.

§ body_

statement stan::lang::function_decl_def::body_

Definition at line 1027 of file ast.hpp.

§ name_

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

Definition at line 1025 of file ast.hpp.

§ return_type_

expr_type stan::lang::function_decl_def::return_type_

Definition at line 1024 of file ast.hpp.


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

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