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

Constructor & Destructor Documentation

§ return_statement() [1/2]

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

Definition at line 1947 of file ast_def.cpp.

§ return_statement() [2/2]

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

Definition at line 1948 of file ast_def.cpp.

Member Data Documentation

§ return_value_

expression stan::lang::return_statement::return_value_

Definition at line 1000 of file ast.hpp.


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

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