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

#include <ast.hpp>

Public Member Functions

 while_statement ()
 
 while_statement (const expression &condition, const statement &body)
 

Public Attributes

expression condition_
 
statement body_
 

Detailed Description

Definition at line 894 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::while_statement::while_statement ( )

Definition at line 1659 of file ast_def.cpp.

stan::lang::while_statement::while_statement ( const expression condition,
const statement body 
)

Definition at line 1661 of file ast_def.cpp.

Member Data Documentation

statement stan::lang::while_statement::body_

Definition at line 896 of file ast.hpp.

expression stan::lang::while_statement::condition_

Definition at line 895 of file ast.hpp.


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

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