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

#include <ast.hpp>

Public Member Functions

 return_statement ()
 
 return_statement (const expression &expr)
 

Public Attributes

expression return_value_
 

Detailed Description

Definition at line 914 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::return_statement::return_statement ( )

Definition at line 1676 of file ast_def.cpp.

stan::lang::return_statement::return_statement ( const expression expr)

Definition at line 1677 of file ast_def.cpp.

Member Data Documentation

expression stan::lang::return_statement::return_value_

Definition at line 915 of file ast.hpp.


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

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